Uses of Interface
com._1c.g5.v8.dt.compare.model.ReferenceCollectionElementComparisonNode
-
-
Uses of ReferenceCollectionElementComparisonNode in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return ReferenceCollectionElementComparisonNode Modifier and Type Method Description ReferenceCollectionElementComparisonNode
ComparisonNodeFactory. createReferenceCollectionElementComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, MatchedReference matchedRef, ComparedFeatures<?> collectionFeatures, int positionAfterMerge, IComparisonSession session)
Creates a comparison node for the element in the reference (non-containment) collection. -
Uses of ReferenceCollectionElementComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of ReferenceCollectionElementComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
ReferenceCollectionElementImplComparisonNode
A representation of the model object 'Reference Collection Element Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model that return types with arguments of type ReferenceCollectionElementComparisonNode Modifier and Type Method Description org.eclipse.emf.common.util.EList<ReferenceCollectionElementComparisonNode>
ReferenceCollectionComparisonNode. getChildren()
-
Uses of ReferenceCollectionElementComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement ReferenceCollectionElementComparisonNode Modifier and Type Class Description class
ReferenceCollectionElementComparisonNodeImpl
An implementation of the model object 'Reference Collection Element Comparison Node'.class
ReferenceCollectionElementImplComparisonNodeImpl
An implementation of the model object 'Reference Collection Element Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return types with arguments of type ReferenceCollectionElementComparisonNode Modifier and Type Method Description org.eclipse.emf.common.util.EList<ReferenceCollectionElementComparisonNode>
ReferenceCollectionComparisonNodeImpl. getChildren()
-
Uses of ReferenceCollectionElementComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type ReferenceCollectionElementComparisonNode Modifier and Type Method Description T
CompareSwitch. caseReferenceCollectionElementComparisonNode(ReferenceCollectionElementComparisonNode object)
Returns the result of interpreting the object as an instance of 'Reference Collection Element Comparison Node'.
-