Uses of Class
org.optaplanner.examples.cheaptime.domain.TaskRequirement
-
Packages that use TaskRequirement Package Description org.optaplanner.examples.cheaptime.domain -
-
Uses of TaskRequirement in org.optaplanner.examples.cheaptime.domain
Methods in org.optaplanner.examples.cheaptime.domain that return types with arguments of type TaskRequirement Modifier and Type Method Description List<TaskRequirement>Task. getTaskRequirementList()Method parameters in org.optaplanner.examples.cheaptime.domain with type arguments of type TaskRequirement Modifier and Type Method Description voidTask. setTaskRequirementList(List<TaskRequirement> taskRequirementList)Constructors in org.optaplanner.examples.cheaptime.domain with parameters of type TaskRequirement Constructor Description Task(long id, Period startInclusive, Period endExclusive, int duration, long powerConsumptionMicros, TaskRequirement... taskRequirements)
-