Uses of Enum Class
org.optaplanner.examples.taskassigning.domain.Affinity
Packages that use Affinity
-
Uses of Affinity in org.optaplanner.examples.taskassigning.domain
Methods in org.optaplanner.examples.taskassigning.domain that return AffinityModifier and TypeMethodDescriptionEmployee.getAffinity(Customer customer) Task.getAffinity()static AffinityReturns the enum constant of this class with the specified name.static Affinity[]Affinity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.optaplanner.examples.taskassigning.domain that return types with arguments of type AffinityMethod parameters in org.optaplanner.examples.taskassigning.domain with type arguments of type AffinityModifier and TypeMethodDescriptionvoidEmployee.setAffinityMap(Map<Customer, Affinity> affinityMap)