Interface CollectionInverseVariableSupply
- All Superinterfaces:
 Supply
- All Known Implementing Classes:
 CollectionInverseVariableListener,ExternalizedCollectionInverseVariableSupply
- 
Method Summary
Modifier and TypeMethodDescriptionCollection<?>getInverseCollection(Object planningValue) If entity1.varA = x then an inverse of x is entity1. 
- 
Method Details
- 
getInverseCollection
If 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. 
 
 -