Uses of Class
org.optaplanner.examples.taskassigning.domain.Affinity
-
Packages that use Affinity Package Description org.optaplanner.examples.taskassigning.domain -
-
Uses of Affinity in org.optaplanner.examples.taskassigning.domain
Methods in org.optaplanner.examples.taskassigning.domain that return Affinity Modifier and Type Method Description AffinityEmployee. getAffinity(Customer customer)AffinityTask. getAffinity()static AffinityAffinity. valueOf(String name)Returns the enum constant of this type with the specified name.static Affinity[]Affinity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.examples.taskassigning.domain that return types with arguments of type Affinity Modifier and Type Method Description Map<Customer,Affinity>Employee. getAffinityMap()Method parameters in org.optaplanner.examples.taskassigning.domain with type arguments of type Affinity Modifier and Type Method Description voidEmployee. setAffinityMap(Map<Customer,Affinity> affinityMap)
-