OptaPlanner core 6.0.0.CR2

Uses of Interface
org.optaplanner.core.impl.heuristic.selector.IterableSelector

Packages that use IterableSelector
org.optaplanner.core.impl.heuristic.selector   
org.optaplanner.core.impl.heuristic.selector.common.decorator   
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   
org.optaplanner.core.impl.heuristic.selector.move.composite   
org.optaplanner.core.impl.heuristic.selector.move.decorator   
org.optaplanner.core.impl.heuristic.selector.move.factory   
org.optaplanner.core.impl.heuristic.selector.move.generic   
org.optaplanner.core.impl.heuristic.selector.move.generic.chained   
org.optaplanner.core.impl.heuristic.selector.value   
org.optaplanner.core.impl.heuristic.selector.value.chained   
org.optaplanner.core.impl.heuristic.selector.value.decorator   
 

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

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

Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.common.decorator
 

Methods in org.optaplanner.core.impl.heuristic.selector.common.decorator with parameters of type IterableSelector
 double FairSelectorProbabilityWeightFactory.createProbabilityWeight(ScoreDirector scoreDirector, IterableSelector selector)
           
 

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

Subinterfaces of IterableSelector 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 IterableSelector
 class AbstractEntitySelector
          Abstract superclass for EntitySelector.
 class FromSolutionEntitySelector
          This is the common EntitySelector implementation.
 

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

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

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

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

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

Subinterfaces of IterableSelector 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 IterableSelector
 class SameValuePillarSelector
          This is the common PillarSelector implementation.
 

Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move
 

Subinterfaces of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move
 interface MoveSelector
          Generates Moves.
 

Classes in org.optaplanner.core.impl.heuristic.selector.move that implement IterableSelector
 class AbstractMoveSelector
          Abstract superclass for MoveSelector.
 

Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.composite
 

Classes in org.optaplanner.core.impl.heuristic.selector.move.composite that implement IterableSelector
 class CartesianProductMoveSelector
          A CompositeMoveSelector that cartesian products 2 or more MoveSelectors.
 class CompositeMoveSelector
          Abstract superclass for every composite MoveSelector.
 class UnionMoveSelector
          A CompositeMoveSelector that unions 2 or more MoveSelectors.
 

Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.decorator
 

Classes in org.optaplanner.core.impl.heuristic.selector.move.decorator that implement IterableSelector
 class AbstractCachingMoveSelector
           
 class CachingMoveSelector
          A MoveSelector that caches the result of its child MoveSelector.
 class FilteringMoveSelector
           
 class ProbabilityMoveSelector
           
 class ShufflingMoveSelector
           
 class SortingMoveSelector
           
 

Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.factory
 

Classes in org.optaplanner.core.impl.heuristic.selector.move.factory that implement IterableSelector
 class MoveIteratorFactoryToMoveSelectorBridge
          Bridges a MoveIteratorFactory to a MoveSelector.
 class MoveListFactoryToMoveSelectorBridge
          Bridges a MoveListFactory to a MoveSelector.
 

Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.generic
 

Classes in org.optaplanner.core.impl.heuristic.selector.move.generic that implement IterableSelector
 class ChangeMoveSelector
           
 class GenericMoveSelector
          Abstract superclass for every generic MoveSelector.
 class PillarSwapMoveSelector
           
 class SwapMoveSelector
           
 

Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
 

Classes in org.optaplanner.core.impl.heuristic.selector.move.generic.chained that implement IterableSelector
 class SubChainChangeMoveSelector
           
 class SubChainSwapMoveSelector
           
 

Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.value
 

Subinterfaces of IterableSelector in org.optaplanner.core.impl.heuristic.selector.value
 interface EntityIndependentValueSelector
           
 

Classes in org.optaplanner.core.impl.heuristic.selector.value that implement IterableSelector
 class FromSolutionPropertyValueSelector
          This is the common ValueSelector implementation.
 

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

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

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

Uses of IterableSelector in org.optaplanner.core.impl.heuristic.selector.value.decorator
 

Classes in org.optaplanner.core.impl.heuristic.selector.value.decorator that implement IterableSelector
 class CachingValueSelector
          A ValueSelector that caches the result of its child ValueSelector.
 class ProbabilityValueSelector
           
 class ShufflingValueSelector
           
 class SortingValueSelector
           
 


OptaPlanner core 6.0.0.CR2

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