Uses of Interface
org.optaplanner.core.impl.domain.variable.listener.SourcedVariableListener
-
Packages that use SourcedVariableListener Package Description org.optaplanner.core.impl.domain.variable.anchor org.optaplanner.core.impl.domain.variable.inverserelation -
-
Uses of SourcedVariableListener in org.optaplanner.core.impl.domain.variable.anchor
Classes in org.optaplanner.core.impl.domain.variable.anchor that implement SourcedVariableListener Modifier and Type Class Description classExternalizedAnchorVariableSupply<Solution_>Alternative toAnchorVariableListener. -
Uses of SourcedVariableListener in org.optaplanner.core.impl.domain.variable.inverserelation
Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement SourcedVariableListener Modifier and Type Class Description classExternalizedCollectionInverseVariableSupply<Solution_>Alternative toCollectionInverseVariableListener.classExternalizedSingletonInverseVariableSupply<Solution_>Alternative toSingletonInverseVariableListener.
-