|
OptaPlanner distribution 6.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Allocation in org.optaplanner.examples.projectjobscheduling.domain |
---|
Methods in org.optaplanner.examples.projectjobscheduling.domain that return Allocation | |
---|---|
Allocation |
Allocation.getSinkAllocation()
|
Allocation |
Allocation.getSourceAllocation()
|
Methods in org.optaplanner.examples.projectjobscheduling.domain that return types with arguments of type Allocation | |
---|---|
List<Allocation> |
Schedule.getAllocationList()
|
List<Allocation> |
Allocation.getPredecessorAllocationList()
|
List<Allocation> |
Allocation.getSuccessorAllocationList()
|
Methods in org.optaplanner.examples.projectjobscheduling.domain with parameters of type Allocation | |
---|---|
void |
Allocation.setSinkAllocation(Allocation sinkAllocation)
|
void |
Allocation.setSourceAllocation(Allocation sourceAllocation)
|
Method parameters in org.optaplanner.examples.projectjobscheduling.domain with type arguments of type Allocation | |
---|---|
void |
Schedule.setAllocationList(List<Allocation> allocationList)
|
void |
Allocation.setPredecessorAllocationList(List<Allocation> predecessorAllocationList)
|
void |
Allocation.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 | |
---|---|
boolean |
NotSourceOrSinkAllocationFilter.accept(ScoreDirector scoreDirector,
Allocation allocation)
|
void |
PredecessorsDoneDateUpdatingVariableListener.afterEntityAdded(ScoreDirector scoreDirector,
Allocation allocation)
|
void |
PredecessorsDoneDateUpdatingVariableListener.afterEntityRemoved(ScoreDirector scoreDirector,
Allocation allocation)
|
void |
PredecessorsDoneDateUpdatingVariableListener.afterVariableChanged(ScoreDirector scoreDirector,
Allocation allocation)
|
void |
PredecessorsDoneDateUpdatingVariableListener.beforeEntityAdded(ScoreDirector scoreDirector,
Allocation allocation)
|
void |
PredecessorsDoneDateUpdatingVariableListener.beforeEntityRemoved(ScoreDirector scoreDirector,
Allocation allocation)
|
void |
PredecessorsDoneDateUpdatingVariableListener.beforeVariableChanged(ScoreDirector scoreDirector,
Allocation allocation)
|
protected void |
PredecessorsDoneDateUpdatingVariableListener.updateAllocation(ScoreDirector scoreDirector,
Allocation originalAllocation)
|
protected boolean |
PredecessorsDoneDateUpdatingVariableListener.updatePredecessorsDoneDate(ScoreDirector scoreDirector,
Allocation allocation)
|
Uses of Allocation in org.optaplanner.examples.projectjobscheduling.solver.score.capacity |
---|
Methods in org.optaplanner.examples.projectjobscheduling.solver.score.capacity with parameters of type Allocation | |
---|---|
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)
|
|
OptaPlanner distribution 6.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |