Uses of Enum Class
ai.timefold.solver.examples.taskassigning.domain.Affinity
Packages that use Affinity
-
Uses of Affinity in ai.timefold.solver.examples.taskassigning.domain
Methods in ai.timefold.solver.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 ai.timefold.solver.examples.taskassigning.domain that return types with arguments of type AffinityMethod parameters in ai.timefold.solver.examples.taskassigning.domain with type arguments of type AffinityModifier and TypeMethodDescriptionvoidEmployee.setAffinityMap(Map<Customer, Affinity> affinityMap)