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.solver.drools
Constructor parameters in org.optaplanner.examples.cheaptime.solver.drools with type arguments of type TaskAssignment Constructor Description MachinePeriodPart(Machine machine, int period, int resourceListSize, List<TaskAssignment> taskAssignmentList) -
Uses of TaskAssignment in org.optaplanner.examples.cheaptime.solver.move
Constructor parameters in org.optaplanner.examples.cheaptime.solver.move with type arguments of type TaskAssignment Constructor Description CheapTimePillarSlideMove(List<TaskAssignment> pillar, int startPeriodDiff) -
Uses of TaskAssignment in org.optaplanner.examples.cheaptime.solver.move.factory
Constructor parameters in org.optaplanner.examples.cheaptime.solver.move.factory with type arguments of type TaskAssignment Constructor Description RandomCheapTimePillarSlideMoveIterator(List<List<TaskAssignment>> positivePillarList, List<List<TaskAssignment>> negativePillarList, Random workingRandom)
-