Interface SingletonInverseVariableSupply
-
- All Superinterfaces:
Supply
- All Known Implementing Classes:
ExternalizedSingletonInverseVariableSupply
,SingletonInverseVariableListener
public interface SingletonInverseVariableSupply extends Supply
Currently only supported for chained variables, which guarantee that no 2 entities use the same planningValue.To get an instance, demand a
SingletonInverseVariableDemand
fromInnerScoreDirector.getSupplyManager()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getInverseSingleton(Object planningValue)
If entity1.varA = x then the inverse of x is entity1.
-