Uses of Class
ai.timefold.solver.examples.taskassigning.domain.Affinity
-
Packages that use Affinity Package Description ai.timefold.solver.examples.taskassigning.domain -
-
Uses of Affinity in ai.timefold.solver.examples.taskassigning.domain
Methods in ai.timefold.solver.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 ai.timefold.solver.examples.taskassigning.domain that return types with arguments of type Affinity Modifier and Type Method Description Map<Customer,Affinity>Employee. getAffinityMap()Method parameters in ai.timefold.solver.examples.taskassigning.domain with type arguments of type Affinity Modifier and Type Method Description voidEmployee. setAffinityMap(Map<Customer,Affinity> affinityMap)
-