Package org.optaplanner.core.impl.domain.variable.inverserelation
-
Interface Summary Interface Description CollectionInverseVariableSupply SingletonInverseVariableSupply Currently only supported for chained variables andlist variables
, which guarantee that no 2 entities use the same planningValue. -
Class Summary Class Description CollectionInverseVariableDemand<Solution_> To get an instance, demand aCollectionInverseVariableDemand
fromInnerScoreDirector.getSupplyManager()
.CollectionInverseVariableListener<Solution_> ExternalizedCollectionInverseVariableSupply<Solution_> Alternative toCollectionInverseVariableListener
.ExternalizedSingletonInverseVariableSupply<Solution_> Alternative toSingletonInverseVariableListener
.ExternalizedSingletonListInverseVariableSupply<Solution_> Alternative toSingletonListInverseVariableListener
.InverseRelationShadowVariableDescriptor<Solution_> SingletonInverseVariableDemand<Solution_> SingletonInverseVariableListener<Solution_> SingletonListInverseVariableDemand<Solution_> SingletonListInverseVariableListener<Solution_>