Uses of Interface
com._1c.g5.v8.dt.compare.model.ReferenceCollectionElementComparisonNode
- 
- 
Uses of ReferenceCollectionElementComparisonNode in com._1c.g5.v8.dt.compare.coreMethods in com._1c.g5.v8.dt.compare.core that return ReferenceCollectionElementComparisonNode Modifier and Type Method Description ReferenceCollectionElementComparisonNodeComparisonNodeFactory. 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.modelSubinterfaces of ReferenceCollectionElementComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interfaceReferenceCollectionElementImplComparisonNodeA 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.implClasses in com._1c.g5.v8.dt.compare.model.impl that implement ReferenceCollectionElementComparisonNode Modifier and Type Class Description classReferenceCollectionElementComparisonNodeImplAn implementation of the model object 'Reference Collection Element Comparison Node'.classReferenceCollectionElementImplComparisonNodeImplAn 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.utilMethods in com._1c.g5.v8.dt.compare.model.util with parameters of type ReferenceCollectionElementComparisonNode Modifier and Type Method Description TCompareSwitch. caseReferenceCollectionElementComparisonNode(ReferenceCollectionElementComparisonNode object)Returns the result of interpreting the object as an instance of 'Reference Collection Element Comparison Node'.
 
-