Uses of Class
org.optaplanner.examples.taskassigning.domain.Customer
Packages that use Customer
-
Uses of Customer in org.optaplanner.examples.taskassigning.domain
Methods in org.optaplanner.examples.taskassigning.domain that return CustomerMethods in org.optaplanner.examples.taskassigning.domain that return types with arguments of type CustomerModifier and TypeMethodDescriptionEmployee.getAffinityMap()TaskAssigningSolution.getCustomerList()Methods in org.optaplanner.examples.taskassigning.domain with parameters of type CustomerModifier and TypeMethodDescriptionEmployee.getAffinity(Customer customer) voidTask.setCustomer(Customer customer) Method parameters in org.optaplanner.examples.taskassigning.domain with type arguments of type CustomerModifier and TypeMethodDescriptionvoidEmployee.setAffinityMap(Map<Customer, Affinity> affinityMap) voidTaskAssigningSolution.setCustomerList(List<Customer> customerList) Constructors in org.optaplanner.examples.taskassigning.domain with parameters of type Customer