Uses of Class
org.optaplanner.examples.projectjobscheduling.domain.Allocation
Packages that use Allocation
Package
Description
-
Uses of Allocation in org.optaplanner.examples.projectjobscheduling.domain
Methods in org.optaplanner.examples.projectjobscheduling.domain that return AllocationModifier and TypeMethodDescriptionAllocation.getSinkAllocation()Allocation.getSourceAllocation()Methods in org.optaplanner.examples.projectjobscheduling.domain that return types with arguments of type AllocationModifier and TypeMethodDescriptionSchedule.getAllocationList()Allocation.getPredecessorAllocationList()Allocation.getSuccessorAllocationList()Methods in org.optaplanner.examples.projectjobscheduling.domain with parameters of type AllocationModifier and TypeMethodDescriptionvoidAllocation.setSinkAllocation(Allocation sinkAllocation) voidAllocation.setSourceAllocation(Allocation sourceAllocation) Method parameters in org.optaplanner.examples.projectjobscheduling.domain with type arguments of type AllocationModifier and TypeMethodDescriptionvoidSchedule.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 AllocationModifier and TypeMethodDescriptionbooleanNotSourceOrSinkAllocationFilter.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.optional.score.common
Methods in org.optaplanner.examples.projectjobscheduling.optional.score.common with parameters of type AllocationModifier and TypeMethodDescriptionvoidNonrenewableResourceCapacityTracker.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)