Uses of Class
org.optaplanner.examples.taskassigning.domain.Priority
-
Packages that use Priority Package Description org.optaplanner.examples.taskassigning.domain -
-
Uses of Priority in org.optaplanner.examples.taskassigning.domain
Methods in org.optaplanner.examples.taskassigning.domain that return Priority Modifier and Type Method Description PriorityTask. getPriority()static PriorityPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static Priority[]Priority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.examples.taskassigning.domain with parameters of type Priority Modifier and Type Method Description voidTask. setPriority(Priority priority)Constructors in org.optaplanner.examples.taskassigning.domain with parameters of type Priority Constructor Description Task(long id, TaskType taskType, int indexInTaskType, Customer customer, int readyTime, Priority priority)
-