Uses of Interface
com.e1c.g5.v8.dt.check.context.OnModelFeatureChangeContextCollector
Packages that use OnModelFeatureChangeContextCollector
-
Uses of OnModelFeatureChangeContextCollector in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type OnModelFeatureChangeContextCollectorModifier and TypeMethodDescriptionvoid
ICheckDefinition.addGenericModelFeatureChangeContextCollector
(OnModelFeatureChangeContextCollector 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 feature changes of theEClass
objects.
Multiple calls of this method for the sameEClass
are allowed, all collectors are being collectedvoid
ICheckDefinition.addModelFeatureChangeContextCollector
(OnModelFeatureChangeContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass) Adds a collector of check contexts that is used to schedule the check in case of a feature changes of theEClass
objects.
This collector will be called only in case if the correspondingEClass
is either a top objectEClass
being declared via theICheckDefinition.addCheckedModelObjects(EClass, boolean, Set)
call or a containment objectEClass
being declared via the same method. -
Uses of OnModelFeatureChangeContextCollector in com.e1c.g5.v8.dt.internal.check.derived
Methods in com.e1c.g5.v8.dt.internal.check.derived that return types with arguments of type OnModelFeatureChangeContextCollectorModifier and TypeMethodDescriptionCollection<CheckDefinition.ContextCollectorWithTopObjectFilter<OnModelFeatureChangeContextCollector>>
CheckDefinition.getModelFeatureChangeContextCollectors
(org.eclipse.emf.ecore.EClass type) Gets definedOnModelFeatureChangeContextCollector
's for the givenEClass
, if anyMethods in com.e1c.g5.v8.dt.internal.check.derived with parameters of type OnModelFeatureChangeContextCollectorModifier and TypeMethodDescriptionvoid
CheckDefinition.addGenericModelFeatureChangeContextCollector
(OnModelFeatureChangeContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass, org.eclipse.emf.ecore.EClass... targetTopObjectEClasses) void
CheckDefinition.addModelFeatureChangeContextCollector
(OnModelFeatureChangeContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass)