OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Interface
org.optaplanner.core.impl.domain.variable.listener.VariableListener

Packages that use VariableListener
org.optaplanner.core.impl.domain.variable.anchor   
org.optaplanner.core.impl.domain.variable.custom   
org.optaplanner.core.impl.domain.variable.descriptor   
org.optaplanner.core.impl.domain.variable.inverserelation   
org.optaplanner.core.impl.domain.variable.listener   
org.optaplanner.examples.examination.domain.solver   
org.optaplanner.examples.projectjobscheduling.domain.solver   
org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver   
 

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

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

Methods in org.optaplanner.core.impl.domain.variable.anchor that return VariableListener
 VariableListener AnchorShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector)
           
 

Uses of VariableListener in org.optaplanner.core.impl.domain.variable.custom
 

Fields in org.optaplanner.core.impl.domain.variable.custom with type parameters of type VariableListener
protected  Class<? extends VariableListener> CustomShadowVariableDescriptor.variableListenerClass
           
 

Methods in org.optaplanner.core.impl.domain.variable.custom that return VariableListener
 VariableListener CustomShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector)
           
 

Uses of VariableListener in org.optaplanner.core.impl.domain.variable.descriptor
 

Methods in org.optaplanner.core.impl.domain.variable.descriptor that return VariableListener
abstract  VariableListener ShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector)
           
 

Uses of VariableListener in org.optaplanner.core.impl.domain.variable.inverserelation
 

Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement VariableListener
 class ExternalizedSingletonInverseVariableSupply
          Alternative to SingletonInverseVariableListener.
 class SingletonInverseVariableListener
           
 

Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return VariableListener
 VariableListener InverseRelationShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector)
           
 

Uses of VariableListener in org.optaplanner.core.impl.domain.variable.listener
 

Subinterfaces of VariableListener in org.optaplanner.core.impl.domain.variable.listener
 interface StatefulVariableListener<EntityG>
          A stateful VariableListener, often used to externalize data for a supply from the domain model itself.
 

Fields in org.optaplanner.core.impl.domain.variable.listener with type parameters of type VariableListener
protected  Map<EntityDescriptor,List<VariableListener>> VariableListenerSupport.entityVariableListenerMap
           
protected  Map<VariableDescriptor,List<VariableListener>> VariableListenerSupport.variableListenerMap
           
 

Method parameters in org.optaplanner.core.impl.domain.variable.listener with type arguments of type VariableListener
 void VariableListenerSupport.buildVariableListeners(List<VariableListener> entityVariableListenerList, VariableDescriptor variableDescriptor)
           
 

Uses of VariableListener in org.optaplanner.examples.examination.domain.solver
 

Classes in org.optaplanner.examples.examination.domain.solver that implement VariableListener
 class PeriodUpdatingVariableListener
           
 

Uses of VariableListener in org.optaplanner.examples.projectjobscheduling.domain.solver
 

Classes in org.optaplanner.examples.projectjobscheduling.domain.solver that implement VariableListener
 class PredecessorsDoneDateUpdatingVariableListener
           
 

Uses of VariableListener in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver
 

Classes in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver that implement VariableListener
 class ArrivalTimeUpdatingVariableListener
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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