Package com.e1c.g5.v8.dt.model.updater
Class ModelUpdaterContainmentContext
java.lang.Object
com._1c.g5.v8.derived.context.PartBasedContainmentContext
com.e1c.g5.v8.dt.model.updater.ModelUpdaterContainmentContext
- All Implemented Interfaces:
IPartBasedObjectContext
-
Constructor Summary
ConstructorsConstructorDescriptionModelUpdaterContainmentContext
(long bmObjectId, org.eclipse.emf.ecore.EClass eClass) Constructs an instance -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeature
(org.eclipse.emf.ecore.EStructuralFeature feature) Adds a feature to the contextboolean
addFeatures
(Collection<org.eclipse.emf.ecore.EStructuralFeature> features) Collection<org.eclipse.emf.ecore.EStructuralFeature>
Methods inherited from class com._1c.g5.v8.derived.context.PartBasedContainmentContext
addParts, addParts, getBmObjectId, getEClass, getParts
-
Constructor Details
-
ModelUpdaterContainmentContext
public ModelUpdaterContainmentContext(long bmObjectId, org.eclipse.emf.ecore.EClass eClass) Constructs an instance- Parameters:
bmObjectId
- A target BM object identifier. May not benull
eClass
- A target objectEClass
. May not benull
-
-
Method Details
-
addFeature
public void addFeature(org.eclipse.emf.ecore.EStructuralFeature feature) Adds a feature to the context- Parameters:
feature
- The feature to add. May not benull
-
addFeatures
-
getFeatures
- Returns:
- the features
-