StandardContextCollectorBuilder |
StandardContextCollectorBuilder.compute(ICaseSpecificContextCollector customContextCollector) |
Says that in case of the previously specified event, the given custom
scope collector must be invoked to define which parts of the previously
specified object must be computed.
|
StandardContextCollectorBuilder |
StandardContextCollectorBuilder.onAssociation() |
Says to start a rule of derived data computation in case on object
association.
|
StandardContextCollectorBuilder |
StandardContextCollectorBuilder.onBinaryChange() |
Says to start a rule of derived data computation in case of binary attachment change.
|
StandardContextCollectorBuilder |
StandardContextCollectorBuilder.onChange(org.eclipse.emf.ecore.EStructuralFeature feature) |
Says to start a rule of derived data computation in case of given
feature change.
|
StandardContextCollectorBuilder |
StandardContextCollectorBuilder.onFullRebuild() |
Says to start a rule of derived data computation in case of full rebuild request.
|