Uses of Interface
com._1c.g5.v8.dt.compare.model.ContainmentFeatureComparisonNode
-
Packages that use ContainmentFeatureComparisonNode Package Description com._1c.g5.v8.dt.compare.model com._1c.g5.v8.dt.compare.model.impl com._1c.g5.v8.dt.compare.model.util com._1c.g5.v8.dt.compare.participant -
-
Uses of ContainmentFeatureComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of ContainmentFeatureComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
ContainmentCollectionComparisonNode
A representation of the model object 'Containment Collection Comparison Node'.interface
ContainmentCollectionImplComparisonNode
A representation of the model object 'Containment Collection Impl Comparison Node'.interface
SingleContainmentFeatureComparisonNode
A representation of the model object 'Single Containment Feature Comparison Node'.interface
SingleContainmentFeatureImplComparisonNode
A representation of the model object 'Single Containment Feature Impl Comparison Node'. -
Uses of ContainmentFeatureComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement ContainmentFeatureComparisonNode Modifier and Type Class Description class
ContainmentCollectionComparisonNodeImpl
An implementation of the model object 'Containment Collection Comparison Node'.class
ContainmentCollectionImplComparisonNodeImpl
An implementation of the model object 'Containment Collection Impl Comparison Node'.class
ContainmentFeatureComparisonNodeImpl
An implementation of the model object 'Containment Feature Comparison Node'.class
SingleContainmentFeatureComparisonNodeImpl
An implementation of the model object 'Single Containment Feature Comparison Node'.class
SingleContainmentFeatureImplComparisonNodeImpl
An implementation of the model object 'Single Containment Feature Impl Comparison Node'. -
Uses of ContainmentFeatureComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type ContainmentFeatureComparisonNode Modifier and Type Method Description T
CompareSwitch. caseContainmentFeatureComparisonNode(ContainmentFeatureComparisonNode object)
Returns the result of interpreting the object as an instance of 'Containment Feature Comparison Node'. -
Uses of ContainmentFeatureComparisonNode in com._1c.g5.v8.dt.compare.participant
Methods in com._1c.g5.v8.dt.compare.participant with parameters of type ContainmentFeatureComparisonNode Modifier and Type Method Description protected void
AbstractEmfBasedComparisonParticipant. mergeOtherContainment(MergeContext context, ContainmentFeatureComparisonNode mergingNode, AbstractComparedEmfObjects<?> mergingObjects, ComparedFeatures<org.eclipse.emf.ecore.EReference> comparedReferences)
-