Modifier and Type | Method and Description |
---|---|
void |
DefaultConstructionHeuristicPhase.stepEnded(ConstructionHeuristicStepScope<Solution_> stepScope) |
void |
DefaultConstructionHeuristicPhase.stepStarted(ConstructionHeuristicStepScope<Solution_> stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
MultiThreadedConstructionHeuristicDecider.decideNextStep(ConstructionHeuristicStepScope<Solution_> stepScope,
Placement<Solution_> placement) |
void |
ConstructionHeuristicDecider.decideNextStep(ConstructionHeuristicStepScope<Solution_> stepScope,
Placement<Solution_> placement) |
protected void |
ConstructionHeuristicDecider.pickMove(ConstructionHeuristicStepScope<Solution_> stepScope) |
void |
ConstructionHeuristicDecider.stepEnded(ConstructionHeuristicStepScope<Solution_> stepScope) |
void |
ConstructionHeuristicDecider.stepStarted(ConstructionHeuristicStepScope<Solution_> stepScope) |
Modifier and Type | Method and Description |
---|---|
ConstructionHeuristicMoveScope |
DefaultConstructionHeuristicForager.pickMove(ConstructionHeuristicStepScope stepScope) |
ConstructionHeuristicMoveScope |
ConstructionHeuristicForager.pickMove(ConstructionHeuristicStepScope stepScope) |
void |
DefaultConstructionHeuristicForager.stepEnded(ConstructionHeuristicStepScope stepScope) |
void |
DefaultConstructionHeuristicForager.stepStarted(ConstructionHeuristicStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
void |
ConstructionHeuristicPhaseLifecycleListenerAdapter.stepEnded(ConstructionHeuristicStepScope<Solution_> stepScope) |
void |
ConstructionHeuristicPhaseLifecycleListener.stepEnded(ConstructionHeuristicStepScope<Solution_> stepScope) |
void |
ConstructionHeuristicPhaseLifecycleListenerAdapter.stepStarted(ConstructionHeuristicStepScope<Solution_> stepScope) |
void |
ConstructionHeuristicPhaseLifecycleListener.stepStarted(ConstructionHeuristicStepScope<Solution_> stepScope) |
Modifier and Type | Method and Description |
---|---|
ConstructionHeuristicStepScope<Solution_> |
ConstructionHeuristicPhaseScope.getLastCompletedStepScope() |
ConstructionHeuristicStepScope<Solution_> |
ConstructionHeuristicMoveScope.getStepScope() |
Modifier and Type | Method and Description |
---|---|
void |
ConstructionHeuristicPhaseScope.setLastCompletedStepScope(ConstructionHeuristicStepScope<Solution_> lastCompletedStepScope) |
Constructor and Description |
---|
ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope<Solution_> stepScope,
int moveIndex,
Move<Solution_> move) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.