org.drools.planner.core.heuristic.selector.move.composite
Class CartesianProductMoveSelector.RandomCartesianProductMoveIterator

java.lang.Object
  extended by org.drools.planner.core.heuristic.selector.move.composite.CartesianProductMoveSelector.RandomCartesianProductMoveIterator
All Implemented Interfaces:
Iterator<Move>
Enclosing class:
CartesianProductMoveSelector

public class CartesianProductMoveSelector.RandomCartesianProductMoveIterator
extends Object
implements Iterator<Move>


Constructor Summary
CartesianProductMoveSelector.RandomCartesianProductMoveIterator()
           
 
Method Summary
 boolean hasNext()
           
 Move next()
           
 void 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()
Specified by:
hasNext in interface Iterator<Move>

next

public Move next()
Specified by:
next in interface Iterator<Move>

remove

public void remove()
Specified by:
remove in interface Iterator<Move>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.