OptaPlanner core 6.0.0.CR2

Uses of Interface
org.optaplanner.core.impl.heuristic.selector.common.iterator.ListIterable

Packages that use ListIterable
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.value.chained   
 

Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector
 

Subinterfaces of ListIterable in org.optaplanner.core.impl.heuristic.selector
 interface ListIterableSelector<T>
           
 

Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.common.iterator
 

Fields in org.optaplanner.core.impl.heuristic.selector.common.iterator declared as ListIterable
protected  ListIterable<SubS> AbstractOriginalSwapIterator.leftSubSelector
           
protected  ListIterable<SubS> AbstractOriginalSwapIterator.rightSubSelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.common.iterator with parameters of type ListIterable
AbstractOriginalSwapIterator(ListIterable<SubS> leftSubSelector, ListIterable<SubS> rightSubSelector)
           
AbstractOriginalSwapIterator(ListIterable<SubS> leftSubSelector, ListIterable<SubS> rightSubSelector)
           
 

Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity
 

Subinterfaces of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity
 interface EntitySelector
          Selects instances of 1 PlanningEntity annotated class.
 

Classes in org.optaplanner.core.impl.heuristic.selector.entity that implement ListIterable
 class AbstractEntitySelector
          Abstract superclass for EntitySelector.
 class FromSolutionEntitySelector
          This is the common EntitySelector implementation.
 

Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity.decorator
 

Classes in org.optaplanner.core.impl.heuristic.selector.entity.decorator that implement ListIterable
 class AbstractCachingEntitySelector
           
 class CachingEntitySelector
          A EntitySelector that caches the result of its child EntitySelector.
 class FilteringEntitySelector
           
 class ProbabilityEntitySelector
           
 class ShufflingEntitySelector
           
 class SortingEntitySelector
           
 

Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity.mimic
 

Classes in org.optaplanner.core.impl.heuristic.selector.entity.mimic that implement ListIterable
 class MimicRecordingEntitySelector
           
 class MimicReplayingEntitySelector
           
 

Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity.pillar
 

Subinterfaces of ListIterable in org.optaplanner.core.impl.heuristic.selector.entity.pillar
 interface PillarSelector
          A pillar is a List of entities that are somehow related.
 

Classes in org.optaplanner.core.impl.heuristic.selector.entity.pillar that implement ListIterable
 class SameValuePillarSelector
          This is the common PillarSelector implementation.
 

Uses of ListIterable in org.optaplanner.core.impl.heuristic.selector.value.chained
 

Subinterfaces of ListIterable in org.optaplanner.core.impl.heuristic.selector.value.chained
 interface SubChainSelector
           
 

Classes in org.optaplanner.core.impl.heuristic.selector.value.chained that implement ListIterable
 class DefaultSubChainSelector
          This is the common SubChainSelector implementation.
 


OptaPlanner core 6.0.0.CR2

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