Uses of Interface
com.e1c.g5.v8.dt.check.context.OnModelObjectAssociationContextCollector
- 
Packages that use OnModelObjectAssociationContextCollector Package Description com.e1c.g5.v8.dt.check 
- 
- 
Uses of OnModelObjectAssociationContextCollector in com.e1c.g5.v8.dt.checkMethods in com.e1c.g5.v8.dt.check with parameters of type OnModelObjectAssociationContextCollector Modifier and Type Method Description voidICheckDefinition. addGenericModelAssociationContextCollector(OnModelObjectAssociationContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass, org.eclipse.emf.ecore.EClass... targetTopObjectEClasses)Adds a collector of check contexts that is used to schedule the check in case of a new object with a givenEClassis being added to the configuration.
 Multiple calls of this method for the sameEClassare allowed, all collectors will be combinedvoidICheckDefinition. addModelAssociationContextCollector(OnModelObjectAssociationContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass)Adds a collector of check contexts that is used to schedule the check in case of a new object with a givenEClassis being added to the configuration.
 This collector will be called only in case if the correspondingEClassis either a top objectEClassbeing declared via theICheckDefinition.addCheckedModelObjects(EClass, boolean, Set)call or a containment objectEClassbeing declared via the same method.
 
-