Uses of Class
org.optaplanner.examples.cheaptime.domain.Period
-
Packages that use Period Package Description org.optaplanner.examples.cheaptime.domain -
-
Uses of Period in org.optaplanner.examples.cheaptime.domain
Methods in org.optaplanner.examples.cheaptime.domain that return types with arguments of type Period Modifier and Type Method Description List<Period>CheapTimeSolution. getPeriodList()Method parameters in org.optaplanner.examples.cheaptime.domain with type arguments of type Period Modifier and Type Method Description voidCheapTimeSolution. setPeriodList(List<Period> periodList)Constructors in org.optaplanner.examples.cheaptime.domain with parameters of type Period Constructor Description Task(long id, Period startInclusive, Period endExclusive, int duration, long powerConsumptionMicros, TaskRequirement... taskRequirements)TaskAssignment(Task task, Machine machine, Period start)
-