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 SingletonInverseVariableDemandfromInnerScoreDirector.getSupplyManager().
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetInverseSingleton(Object planningValue)If entity1.varA = x then the inverse of x is entity1.
 
-