Uses of Class
org.optaplanner.examples.batchscheduling.domain.Allocation
-
Packages that use Allocation Package Description org.optaplanner.examples.batchscheduling.domain org.optaplanner.examples.batchscheduling.domain.solver org.optaplanner.examples.batchscheduling.solver.score -
-
Uses of Allocation in org.optaplanner.examples.batchscheduling.domain
Methods in org.optaplanner.examples.batchscheduling.domain that return Allocation Modifier and Type Method Description AllocationAllocation. getPredecessorAllocation()AllocationAllocation. getSuccessorAllocation()Methods in org.optaplanner.examples.batchscheduling.domain that return types with arguments of type Allocation Modifier and Type Method Description List<Allocation>BatchSchedule. getAllocationList()Methods in org.optaplanner.examples.batchscheduling.domain with parameters of type Allocation Modifier and Type Method Description voidAllocation. setPredecessorAllocation(Allocation predecessorAllocation)voidAllocation. setSuccessorAllocation(Allocation successorAllocation)Method parameters in org.optaplanner.examples.batchscheduling.domain with type arguments of type Allocation Modifier and Type Method Description voidBatchSchedule. setAllocationList(List<Allocation> allocationList) -
Uses of Allocation in org.optaplanner.examples.batchscheduling.domain.solver
Methods in org.optaplanner.examples.batchscheduling.domain.solver with parameters of type Allocation Modifier and Type Method Description voidPredecessorsDoneDateUpdatingVariableListener. afterEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. afterEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. afterVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation allocation)protected voidPredecessorsDoneDateUpdatingVariableListener. updateAllocation(org.optaplanner.core.api.score.director.ScoreDirector<BatchSchedule> scoreDirector, Allocation arg1) -
Uses of Allocation in org.optaplanner.examples.batchscheduling.solver.score
Methods in org.optaplanner.examples.batchscheduling.solver.score with parameters of type Allocation Modifier and Type Method Description voidBatchSchedulingIncrementalScoreCalculator. updateBatchEndDate(Allocation allocation)
-