OptaPlanner core 6.0.0.CR2

org.optaplanner.core.impl.heuristic.selector.common.iterator
Class UpcomingSelectionIterator<S>

java.lang.Object
  extended by org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator<S>
      extended by org.optaplanner.core.impl.heuristic.selector.common.iterator.UpcomingSelectionIterator<S>
All Implemented Interfaces:
Iterator<S>
Direct Known Subclasses:
AbstractOriginalSwapIterator, AbstractRandomSwapIterator, CartesianProductMoveSelector.OriginalCartesianProductMoveIterator

public abstract class UpcomingSelectionIterator<S>
extends SelectionIterator<S>


Field Summary
protected  boolean hasUpcomingSelection
           
protected  boolean upcomingCreated
           
protected  S upcomingSelection
           
 
Constructor Summary
UpcomingSelectionIterator()
           
 
Method Summary
protected abstract  S createUpcomingSelection()
           
 boolean hasNext()
           
 S next()
           
protected  S noUpcomingSelection()
           
 
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
 

Field Detail

upcomingCreated

protected boolean upcomingCreated

hasUpcomingSelection

protected boolean hasUpcomingSelection

upcomingSelection

protected S upcomingSelection
Constructor Detail

UpcomingSelectionIterator

public UpcomingSelectionIterator()
Method Detail

hasNext

public boolean hasNext()

next

public S next()

createUpcomingSelection

protected abstract S createUpcomingSelection()

noUpcomingSelection

protected S noUpcomingSelection()

OptaPlanner core 6.0.0.CR2

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