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.descriptor org.optaplanner.core.impl.domain.variable.inverserelation org.optaplanner.core.impl.domain.variable.listener org.optaplanner.core.impl.domain.variable.listener.support -
-
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 VariableListener Modifier and Type Method Description VariableListener<Solution_,?>AnchorShadowVariableDescriptor. 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.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_,?>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.descriptor
Methods in org.optaplanner.core.impl.domain.variable.descriptor that return VariableListener Modifier and Type Method Description abstract VariableListener<Solution_,?>ShadowVariableDescriptor. buildVariableListener(InnerScoreDirector<Solution_,?> scoreDirector)Methods in org.optaplanner.core.impl.domain.variable.descriptor that return types with arguments of type VariableListener Modifier and Type Method Description abstract Class<? extends VariableListener>ShadowVariableDescriptor. 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_>Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return VariableListener Modifier and Type Method Description VariableListener<Solution_,?>InverseRelationShadowVariableDescriptor. 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<Solution_,Entity_>Used to externalize data for aSupplyfrom the domain model itself. -
Uses of VariableListener in org.optaplanner.core.impl.domain.variable.listener.support
Fields in org.optaplanner.core.impl.domain.variable.listener.support declared as VariableListener Modifier and Type Field Description protected VariableListenerVariableListenerNotifiable. variableListenerMethods in org.optaplanner.core.impl.domain.variable.listener.support that return VariableListener Modifier and Type Method Description VariableListenerVariableListenerNotifiable. getVariableListener()Constructors in org.optaplanner.core.impl.domain.variable.listener.support with parameters of type VariableListener Constructor Description VariableListenerNotifiable(VariableListener variableListener, int globalOrder)
-