OptaPlanner core 6.0.1.Final

Uses of Package
org.optaplanner.core.impl.heuristic.selector.common.iterator

Packages that use org.optaplanner.core.impl.heuristic.selector.common.iterator
org.optaplanner.core.impl.heuristic.selector   
org.optaplanner.core.impl.heuristic.selector.common.iterator   
org.optaplanner.core.impl.heuristic.selector.entity   
org.optaplanner.core.impl.heuristic.selector.entity.decorator   
org.optaplanner.core.impl.heuristic.selector.entity.mimic   
org.optaplanner.core.impl.heuristic.selector.entity.pillar   
org.optaplanner.core.impl.heuristic.selector.move.composite   
org.optaplanner.core.impl.heuristic.selector.value.chained   
 

Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector
ListIterable
          An extension on the Iterable interface that supports ListIterable.listIterator() and ListIterable.listIterator(int).
 

Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.common.iterator
ListIterable
          An extension on the Iterable interface that supports ListIterable.listIterator() and ListIterable.listIterator(int).
SelectionIterator
           
UpcomingSelectionIterator
          IMPORTANT: The constructor of any subclass of this abstract class, should never call any of its child Selector's Iterator.hasNext() or Iterator.next() methods, because that can cause descendant Selectors to be selected too early (which breaks MimicReplayingEntitySelector).
 

Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.entity
ListIterable
          An extension on the Iterable interface that supports ListIterable.listIterator() and ListIterable.listIterator(int).
 

Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.entity.decorator
ListIterable
          An extension on the Iterable interface that supports ListIterable.listIterator() and ListIterable.listIterator(int).
 

Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.entity.mimic
ListIterable
          An extension on the Iterable interface that supports ListIterable.listIterator() and ListIterable.listIterator(int).
 

Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.entity.pillar
ListIterable
          An extension on the Iterable interface that supports ListIterable.listIterator() and ListIterable.listIterator(int).
 

Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.move.composite
SelectionIterator
           
UpcomingSelectionIterator
          IMPORTANT: The constructor of any subclass of this abstract class, should never call any of its child Selector's Iterator.hasNext() or Iterator.next() methods, because that can cause descendant Selectors to be selected too early (which breaks MimicReplayingEntitySelector).
 

Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.value.chained
ListIterable
          An extension on the Iterable interface that supports ListIterable.listIterator() and ListIterable.listIterator(int).
 


OptaPlanner core 6.0.1.Final

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