Uses of Interface
org.optaplanner.core.impl.domain.variable.listener.StatefulVariableListener
-
-
Uses of StatefulVariableListener in org.optaplanner.core.impl.domain.variable.anchor
Classes in org.optaplanner.core.impl.domain.variable.anchor that implement StatefulVariableListener Modifier and Type Class Description classExternalizedAnchorVariableSupplyAlternative toAnchorVariableListener. -
Uses of StatefulVariableListener in org.optaplanner.core.impl.domain.variable.inverserelation
Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement StatefulVariableListener Modifier and Type Class Description classExternalizedCollectionInverseVariableSupplyAlternative toCollectionInverseVariableListener.classExternalizedSingletonInverseVariableSupplyAlternative toSingletonInverseVariableListener. -
Uses of StatefulVariableListener in org.optaplanner.core.impl.domain.variable.listener
Subinterfaces of StatefulVariableListener 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.
-