Uses of Interface
com._1c.g5.v8.dt.compare.model.ReferenceCollectionComparisonNode
- 
Packages that use ReferenceCollectionComparisonNode Package Description com._1c.g5.v8.dt.compare.core com._1c.g5.v8.dt.compare.model com._1c.g5.v8.dt.compare.model.impl com._1c.g5.v8.dt.compare.model.util 
- 
- 
Uses of ReferenceCollectionComparisonNode in com._1c.g5.v8.dt.compare.coreMethods in com._1c.g5.v8.dt.compare.core that return ReferenceCollectionComparisonNode Modifier and Type Method Description ReferenceCollectionComparisonNodeComparisonNodeFactory. createReferenceCollectionNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session)Creates a comparison node for some reference collection.
- 
Uses of ReferenceCollectionComparisonNode in com._1c.g5.v8.dt.compare.modelSubinterfaces of ReferenceCollectionComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interfaceReferenceCollectionImplComparisonNodeA representation of the model object 'Reference Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model that return ReferenceCollectionComparisonNode Modifier and Type Method Description ReferenceCollectionComparisonNodeReferenceCollectionElementComparisonNode. getParent()
- 
Uses of ReferenceCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.implClasses in com._1c.g5.v8.dt.compare.model.impl that implement ReferenceCollectionComparisonNode Modifier and Type Class Description classReferenceCollectionComparisonNodeImplAn implementation of the model object 'Reference Collection Comparison Node'.classReferenceCollectionImplComparisonNodeImplAn implementation of the model object 'Reference Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return ReferenceCollectionComparisonNode Modifier and Type Method Description ReferenceCollectionComparisonNodeReferenceCollectionElementComparisonNodeImpl. getParent()
- 
Uses of ReferenceCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.utilMethods in com._1c.g5.v8.dt.compare.model.util with parameters of type ReferenceCollectionComparisonNode Modifier and Type Method Description TCompareSwitch. caseReferenceCollectionComparisonNode(ReferenceCollectionComparisonNode object)Returns the result of interpreting the object as an instance of 'Reference Collection Comparison Node'.
 
-