Interface CollectionInverseVariableSupply
- All Superinterfaces:
- Supply
- All Known Implementing Classes:
- CollectionInverseVariableListener,- ExternalizedCollectionInverseVariableSupply
- 
Method SummaryModifier and TypeMethodDescriptionCollection<?>getInverseCollection(Object planningValue) If entity1.varA = x then an inverse of x is entity1.
- 
Method Details- 
getInverseCollectionIf entity1.varA = x then an inverse of x is entity1.- Parameters:
- planningValue- never null
- Returns:
- never null, a Collectionof entities for which the planning variable is the planningValue.
 
 
-