OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Interface
org.optaplanner.core.impl.domain.variable.anchor.AnchorVariableSupply

Packages that use AnchorVariableSupply
org.optaplanner.core.impl.domain.variable.anchor   
org.optaplanner.core.impl.heuristic.selector.move.generic.chained   
 

Uses of AnchorVariableSupply in org.optaplanner.core.impl.domain.variable.anchor
 

Classes in org.optaplanner.core.impl.domain.variable.anchor that implement AnchorVariableSupply
 class AnchorVariableListener
           
 class ExternalizedAnchorVariableSupply
          Alternative to AnchorVariableListener.
 

Methods in org.optaplanner.core.impl.domain.variable.anchor that return AnchorVariableSupply
 AnchorVariableSupply AnchorVariableDemand.createExternalizedSupply(InnerScoreDirector scoreDirector)
           
 

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

Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as AnchorVariableSupply
protected  AnchorVariableSupply TailChainSwapMoveSelector.anchorVariableSupply
           
protected  AnchorVariableSupply TailChainSwapMove.anchorVariableSupply
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type AnchorVariableSupply
TailChainSwapMove(GenuineVariableDescriptor variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object leftEntity, Object rightValue)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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