Modifier and Type | Method and Description |
---|---|
Allocation |
Allocation.getSinkAllocation() |
Allocation |
Allocation.getSourceAllocation() |
Modifier and Type | Method and Description |
---|---|
List<Allocation> |
Schedule.getAllocationList() |
List<Allocation> |
Allocation.getPredecessorAllocationList() |
List<Allocation> |
Allocation.getSuccessorAllocationList() |
Modifier and Type | Method and Description |
---|---|
void |
Allocation.setSinkAllocation(Allocation sinkAllocation) |
void |
Allocation.setSourceAllocation(Allocation sourceAllocation) |
Modifier and Type | Method and Description |
---|---|
void |
Schedule.setAllocationList(List<Allocation> allocationList) |
void |
Allocation.setPredecessorAllocationList(List<Allocation> predecessorAllocationList) |
void |
Allocation.setSuccessorAllocationList(List<Allocation> successorAllocationList) |
Modifier and Type | Method and Description |
---|---|
boolean |
NotSourceOrSinkAllocationFilter.accept(org.optaplanner.core.impl.score.director.ScoreDirector<Schedule> scoreDirector,
Allocation allocation) |
void |
PredecessorsDoneDateUpdatingVariableListener.afterEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Allocation allocation) |
void |
PredecessorsDoneDateUpdatingVariableListener.afterEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Allocation allocation) |
void |
PredecessorsDoneDateUpdatingVariableListener.afterVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Allocation allocation) |
void |
PredecessorsDoneDateUpdatingVariableListener.beforeEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Allocation allocation) |
void |
PredecessorsDoneDateUpdatingVariableListener.beforeEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Allocation allocation) |
void |
PredecessorsDoneDateUpdatingVariableListener.beforeVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Allocation allocation) |
protected void |
PredecessorsDoneDateUpdatingVariableListener.updateAllocation(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Allocation originalAllocation) |
protected boolean |
PredecessorsDoneDateUpdatingVariableListener.updatePredecessorsDoneDate(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Allocation allocation) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ResourceCapacityTracker.insert(ResourceRequirement resourceRequirement,
Allocation allocation) |
void |
RenewableResourceCapacityTracker.insert(ResourceRequirement resourceRequirement,
Allocation allocation) |
void |
NonrenewableResourceCapacityTracker.insert(ResourceRequirement resourceRequirement,
Allocation allocation) |
abstract void |
ResourceCapacityTracker.retract(ResourceRequirement resourceRequirement,
Allocation allocation) |
void |
RenewableResourceCapacityTracker.retract(ResourceRequirement resourceRequirement,
Allocation allocation) |
void |
NonrenewableResourceCapacityTracker.retract(ResourceRequirement resourceRequirement,
Allocation allocation) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.