BasicCheck.ContainmentConfigurationBuilder |
BasicCheck.ContainmentConfigurationBuilder.containment(org.eclipse.emf.ecore.EClass containmentEClass) |
Defines the feature path to the containment object of a current top object to track.
|
BasicCheck.ContainmentConfigurationBuilder |
BasicCheck.TopObjectConfigurationBuilder.containment(org.eclipse.emf.ecore.EClass containmentEClass) |
Defines the feature path to the containment object of a current top object to track.
|
BasicCheck.ContainmentConfigurationBuilder |
BasicCheck.TopObjectFeatureConfigurationBuilder.containment(org.eclipse.emf.ecore.EClass containmentEClass) |
Defines the type of the containment object of a current top object to track.
Example: track the tabular section attribute of the Catalog:
...
  builder.topObject(CATALOG).
    containment(TABULAR_SECTION_ATTRIBUTE);
...
|
BasicCheck.ContainmentConfigurationBuilder |
BasicCheck.ContainmentConfigurationBuilder.features(org.eclipse.emf.ecore.EStructuralFeature... observedFeatures) |
Configures the change tracking for the set of containment object features.
|