public class InvestmentQuantityTransferMoveIteratorFactory extends Object implements org.optaplanner.core.impl.heuristic.selector.move.factory.MoveIteratorFactory<InvestmentSolution>
| Constructor and Description |
|---|
InvestmentQuantityTransferMoveIteratorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.optaplanner.core.impl.heuristic.move.Move> |
createOriginalMoveIterator(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector) |
Iterator<org.optaplanner.core.impl.heuristic.move.Move> |
createRandomMoveIterator(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector,
Random workingRandom) |
long |
getSize(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector) |
public InvestmentQuantityTransferMoveIteratorFactory()
public long getSize(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector)
getSize in interface org.optaplanner.core.impl.heuristic.selector.move.factory.MoveIteratorFactory<InvestmentSolution>public Iterator<org.optaplanner.core.impl.heuristic.move.Move> createOriginalMoveIterator(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector)
createOriginalMoveIterator in interface org.optaplanner.core.impl.heuristic.selector.move.factory.MoveIteratorFactory<InvestmentSolution>public Iterator<org.optaplanner.core.impl.heuristic.move.Move> createRandomMoveIterator(org.optaplanner.core.impl.score.director.ScoreDirector<InvestmentSolution> scoreDirector, Random workingRandom)
createRandomMoveIterator in interface org.optaplanner.core.impl.heuristic.selector.move.factory.MoveIteratorFactory<InvestmentSolution>Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.