Uses of Class
org.optaplanner.examples.cheaptime.domain.TaskAssignment
-
-
Uses of TaskAssignment in org.optaplanner.examples.cheaptime.domain
Methods in org.optaplanner.examples.cheaptime.domain that return types with arguments of type TaskAssignment Modifier and Type Method Description List<TaskAssignment>CheapTimeSolution. getTaskAssignmentList()Method parameters in org.optaplanner.examples.cheaptime.domain with type arguments of type TaskAssignment Modifier and Type Method Description voidCheapTimeSolution. setTaskAssignmentList(List<TaskAssignment> taskAssignmentList) -
Uses of TaskAssignment in org.optaplanner.examples.cheaptime.domain.solver
Methods in org.optaplanner.examples.cheaptime.domain.solver with parameters of type TaskAssignment Modifier and Type Method Description intTaskAssignmentDifficultyComparator. compare(TaskAssignment a, TaskAssignment b) -
Uses of TaskAssignment in org.optaplanner.examples.cheaptime.optional.score
Methods in org.optaplanner.examples.cheaptime.optional.score with parameters of type TaskAssignment Modifier and Type Method Description voidMachinePeriodPart. addTaskAssignment(TaskAssignment taskAssignment)Constructor parameters in org.optaplanner.examples.cheaptime.optional.score with type arguments of type TaskAssignment Constructor Description MachinePeriodPart(Machine machine, int period, List<TaskAssignment> taskAssignmentList) -
Uses of TaskAssignment in org.optaplanner.examples.cheaptime.optional.solver.move
Constructor parameters in org.optaplanner.examples.cheaptime.optional.solver.move with type arguments of type TaskAssignment Constructor Description CheapTimePillarSlideMove(List<TaskAssignment> pillar, int startPeriodDiff) -
Uses of TaskAssignment in org.optaplanner.examples.cheaptime.optional.solver.move.factory
Constructor parameters in org.optaplanner.examples.cheaptime.optional.solver.move.factory with type arguments of type TaskAssignment Constructor Description RandomCheapTimePillarSlideMoveIterator(List<List<TaskAssignment>> positivePillarList, List<List<TaskAssignment>> negativePillarList, Random workingRandom)
-