Uses of Interface
org.optaplanner.core.api.domain.variable.VariableListener
-
Packages that use VariableListener Package Description org.optaplanner.core.api.domain.variable Domain annotations and support classes for a planning variable.org.optaplanner.core.impl.domain.variable.anchor org.optaplanner.core.impl.domain.variable.custom org.optaplanner.core.impl.domain.variable.inverserelation -
-
Uses of VariableListener in org.optaplanner.core.api.domain.variable
Subinterfaces of VariableListener in org.optaplanner.core.api.domain.variable Modifier and Type Interface Description static interfaceCustomShadowVariable.NullVariableListenerWorkaround for annotation limitation inCustomShadowVariable.variableListenerClass().Methods in org.optaplanner.core.api.domain.variable that return types with arguments of type VariableListener Modifier and Type Method Description Class<? extends VariableListener>variableListenerClass()AVariableListenergets notified after a source planning variable has changed. -
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_>classExternalizedAnchorVariableSupply<Solution_>Alternative toAnchorVariableListener.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.custom
Fields in org.optaplanner.core.impl.domain.variable.custom with type parameters of type VariableListener Modifier and Type Field Description protected Class<? extends VariableListener>CustomShadowVariableDescriptor. variableListenerClassMethods in org.optaplanner.core.impl.domain.variable.custom that return VariableListener Modifier and Type Method Description VariableListener<Solution_,Object>CustomShadowVariableDescriptor. buildVariableListener(InnerScoreDirector<Solution_,?> scoreDirector)Methods in org.optaplanner.core.impl.domain.variable.custom that return types with arguments of type VariableListener Modifier and Type Method Description Class<? extends VariableListener>CustomShadowVariableDescriptor. 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 classCollectionInverseVariableListener<Solution_>classExternalizedCollectionInverseVariableSupply<Solution_>Alternative toCollectionInverseVariableListener.classExternalizedSingletonInverseVariableSupply<Solution_>Alternative toSingletonInverseVariableListener.classSingletonInverseVariableListener<Solution_>
-