Uses of Class
org.optaplanner.examples.cheaptime.domain.Task
-
Packages that use Task Package Description org.optaplanner.examples.cheaptime.domain -
-
Uses of Task in org.optaplanner.examples.cheaptime.domain
Methods in org.optaplanner.examples.cheaptime.domain that return Task Modifier and Type Method Description TaskTaskAssignment. getTask()Methods in org.optaplanner.examples.cheaptime.domain that return types with arguments of type Task Modifier and Type Method Description List<Task>CheapTimeSolution. getTaskList()Methods in org.optaplanner.examples.cheaptime.domain with parameters of type Task Modifier and Type Method Description voidTaskAssignment. setTask(Task task)Method parameters in org.optaplanner.examples.cheaptime.domain with type arguments of type Task Modifier and Type Method Description voidCheapTimeSolution. setTaskList(List<Task> taskList)Constructors in org.optaplanner.examples.cheaptime.domain with parameters of type Task Constructor Description TaskAssignment(Task task, Machine machine, Period start)
-