Uses of Class
org.optaplanner.examples.projectjobscheduling.domain.Allocation
-
-
Uses of Allocation in org.optaplanner.examples.projectjobscheduling.domain
Methods in org.optaplanner.examples.projectjobscheduling.domain that return Allocation Modifier and Type Method Description AllocationAllocation. getSinkAllocation()AllocationAllocation. getSourceAllocation()Methods in org.optaplanner.examples.projectjobscheduling.domain that return types with arguments of type Allocation Modifier and Type Method Description List<Allocation>Schedule. getAllocationList()List<Allocation>Allocation. getPredecessorAllocationList()List<Allocation>Allocation. getSuccessorAllocationList()Methods in org.optaplanner.examples.projectjobscheduling.domain with parameters of type Allocation Modifier and Type Method Description voidAllocation. setSinkAllocation(Allocation sinkAllocation)voidAllocation. setSourceAllocation(Allocation sourceAllocation)Method parameters in org.optaplanner.examples.projectjobscheduling.domain with type arguments of type Allocation Modifier and Type Method Description voidSchedule. setAllocationList(List<Allocation> allocationList)voidAllocation. setPredecessorAllocationList(List<Allocation> predecessorAllocationList)voidAllocation. setSuccessorAllocationList(List<Allocation> successorAllocationList) -
Uses of Allocation in org.optaplanner.examples.projectjobscheduling.domain.solver
Methods in org.optaplanner.examples.projectjobscheduling.domain.solver with parameters of type Allocation Modifier and Type Method Description booleanNotSourceOrSinkAllocationFilter. accept(Schedule schedule, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. afterEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. afterEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. afterVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)voidPredecessorsDoneDateUpdatingVariableListener. beforeVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation)protected voidPredecessorsDoneDateUpdatingVariableListener. updateAllocation(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation originalAllocation)protected booleanPredecessorsDoneDateUpdatingVariableListener. updatePredecessorsDoneDate(org.optaplanner.core.api.score.director.ScoreDirector<Schedule> scoreDirector, Allocation allocation) -
Uses of Allocation in org.optaplanner.examples.projectjobscheduling.score.capacity
Methods in org.optaplanner.examples.projectjobscheduling.score.capacity with parameters of type Allocation Modifier and Type Method Description voidNonrenewableResourceCapacityTracker. insert(ResourceRequirement resourceRequirement, Allocation allocation)voidRenewableResourceCapacityTracker. insert(ResourceRequirement resourceRequirement, Allocation allocation)abstract voidResourceCapacityTracker. insert(ResourceRequirement resourceRequirement, Allocation allocation)voidNonrenewableResourceCapacityTracker. retract(ResourceRequirement resourceRequirement, Allocation allocation)voidRenewableResourceCapacityTracker. retract(ResourceRequirement resourceRequirement, Allocation allocation)abstract voidResourceCapacityTracker. retract(ResourceRequirement resourceRequirement, Allocation allocation)
-