public class InvestmentQuantityTransferMove extends org.optaplanner.core.impl.heuristic.move.AbstractMove<InvestmentSolution>
| Constructor and Description |
|---|
InvestmentQuantityTransferMove(AssetClassAllocation fromAssetClassAllocation,
AssetClassAllocation toAssetClassAllocation,
long transferMillis) |
| Modifier and Type | Method and Description |
|---|---|
InvestmentQuantityTransferMove |
createUndoMove(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector) |
protected void |
doMoveOnGenuineVariables(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector) |
Collection<? extends Object> |
getPlanningEntities() |
Collection<? extends Object> |
getPlanningValues() |
boolean |
isMoveDoable(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector) |
InvestmentQuantityTransferMove |
rebase(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> destinationScoreDirector) |
String |
toString() |
public InvestmentQuantityTransferMove(AssetClassAllocation fromAssetClassAllocation, AssetClassAllocation toAssetClassAllocation, long transferMillis)
public boolean isMoveDoable(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector)
public InvestmentQuantityTransferMove createUndoMove(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector)
createUndoMove in class org.optaplanner.core.impl.heuristic.move.AbstractMove<InvestmentSolution>protected void doMoveOnGenuineVariables(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector)
doMoveOnGenuineVariables in class org.optaplanner.core.impl.heuristic.move.AbstractMove<InvestmentSolution>public InvestmentQuantityTransferMove rebase(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> destinationScoreDirector)
public Collection<? extends Object> getPlanningEntities()
public Collection<? extends Object> getPlanningValues()
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.