Uses of Interface
org.optaplanner.core.impl.domain.variable.listener.VariableListener
-
-
Uses of VariableListener in org.optaplanner.core.impl.domain.variable.anchor
Classes in org.optaplanner.core.impl.domain.variable.anchor that implement VariableListener Modifier and Type Class Description classAnchorVariableListener<Solution_>classExternalizedAnchorVariableSupplyAlternative toAnchorVariableListener.Methods in org.optaplanner.core.impl.domain.variable.anchor that return VariableListener Modifier and Type Method Description VariableListenerAnchorShadowVariableDescriptor. buildVariableListener(InnerScoreDirector<Solution_> scoreDirector)Methods in org.optaplanner.core.impl.domain.variable.anchor that return types with arguments of type VariableListener Modifier and Type Method Description Class<? extends VariableListener>AnchorShadowVariableDescriptor. getVariableListenerClass() -
Uses of VariableListener in org.optaplanner.core.impl.domain.variable.inverserelation
Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement VariableListener Modifier and Type Class Description classCollectionInverseVariableListenerclassExternalizedCollectionInverseVariableSupplyAlternative toCollectionInverseVariableListener.classExternalizedSingletonInverseVariableSupplyAlternative toSingletonInverseVariableListener.classSingletonInverseVariableListenerMethods in org.optaplanner.core.impl.domain.variable.inverserelation that return VariableListener Modifier and Type Method Description VariableListenerInverseRelationShadowVariableDescriptor. buildVariableListener(InnerScoreDirector<Solution_> scoreDirector)Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return types with arguments of type VariableListener Modifier and Type Method Description Class<? extends VariableListener>InverseRelationShadowVariableDescriptor. getVariableListenerClass() -
Uses of VariableListener in org.optaplanner.core.impl.domain.variable.listener
Subinterfaces of VariableListener in org.optaplanner.core.impl.domain.variable.listener Modifier and Type Interface Description interfaceSourcedVariableListener<Entity_>Often used to externalize data for aSupplyfrom the domain model itself.interfaceStatefulVariableListener<Entity_>Deprecated.VariableListenercan now be stateful too.
-