Uses of Class
org.optaplanner.examples.taskassigning.domain.TaskType
-
Packages that use TaskType Package Description org.optaplanner.examples.taskassigning.domain -
-
Uses of TaskType in org.optaplanner.examples.taskassigning.domain
Methods in org.optaplanner.examples.taskassigning.domain that return TaskType Modifier and Type Method Description TaskTypeTask. getTaskType()Methods in org.optaplanner.examples.taskassigning.domain that return types with arguments of type TaskType Modifier and Type Method Description List<TaskType>TaskAssigningSolution. getTaskTypeList()Methods in org.optaplanner.examples.taskassigning.domain with parameters of type TaskType Modifier and Type Method Description voidTask. setTaskType(TaskType taskType)Method parameters in org.optaplanner.examples.taskassigning.domain with type arguments of type TaskType Modifier and Type Method Description voidTaskAssigningSolution. setTaskTypeList(List<TaskType> taskTypeList)Constructors in org.optaplanner.examples.taskassigning.domain with parameters of type TaskType Constructor Description Task(long id, TaskType taskType, int indexInTaskType, Customer customer, int readyTime, Priority priority)
-