OptaPlanner core 6.0.0.CR2

org.optaplanner.core.impl.heuristic.selector.move.composite
Class CartesianProductMoveSelector.RandomCartesianProductMoveIterator

java.lang.Object
  extended by org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator<Move>
      extended by org.optaplanner.core.impl.heuristic.selector.move.composite.CartesianProductMoveSelector.RandomCartesianProductMoveIterator
All Implemented Interfaces:
Iterator<Move>
Enclosing class:
CartesianProductMoveSelector

public class CartesianProductMoveSelector.RandomCartesianProductMoveIterator
extends SelectionIterator<Move>


Constructor Summary
CartesianProductMoveSelector.RandomCartesianProductMoveIterator()
           
 
Method Summary
 boolean hasNext()
           
 Move next()
           
 
Methods inherited from class org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartesianProductMoveSelector.RandomCartesianProductMoveIterator

public CartesianProductMoveSelector.RandomCartesianProductMoveIterator()
Method Detail

hasNext

public boolean hasNext()

next

public Move next()

OptaPlanner core 6.0.0.CR2

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.