Uses of Class
org.optaplanner.examples.taskassigning.domain.Customer
-
Packages that use Customer Package Description org.optaplanner.examples.taskassigning.domain -
-
Uses of Customer in org.optaplanner.examples.taskassigning.domain
Methods in org.optaplanner.examples.taskassigning.domain that return Customer Modifier and Type Method Description CustomerTask. getCustomer()Methods in org.optaplanner.examples.taskassigning.domain that return types with arguments of type Customer Modifier and Type Method Description Map<Customer,Affinity>Employee. getAffinityMap()List<Customer>TaskAssigningSolution. getCustomerList()Methods in org.optaplanner.examples.taskassigning.domain with parameters of type Customer Modifier and Type Method Description AffinityEmployee. getAffinity(Customer customer)voidTask. setCustomer(Customer customer)Method parameters in org.optaplanner.examples.taskassigning.domain with type arguments of type Customer Modifier and Type Method Description voidEmployee. setAffinityMap(Map<Customer,Affinity> affinityMap)voidTaskAssigningSolution. setCustomerList(List<Customer> customerList)Constructors in org.optaplanner.examples.taskassigning.domain with parameters of type Customer Constructor Description Task(long id, TaskType taskType, int indexInTaskType, Customer customer, int readyTime, Priority priority)
-