Uses of Interface
com._1c.g5.v8.dt.compare.model.ContainmentCollectionComparisonNode
- 
Packages that use ContainmentCollectionComparisonNode 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 ContainmentCollectionComparisonNode in com._1c.g5.v8.dt.compare.coreMethods in com._1c.g5.v8.dt.compare.core that return ContainmentCollectionComparisonNode Modifier and Type Method Description ContainmentCollectionComparisonNodeComparisonNodeFactory. createContainmentCollectionNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session)Creates a comparison node for some containment collection.
- 
Uses of ContainmentCollectionComparisonNode in com._1c.g5.v8.dt.compare.modelSubinterfaces of ContainmentCollectionComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interfaceContainmentCollectionImplComparisonNodeA representation of the model object 'Containment Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model that return ContainmentCollectionComparisonNode Modifier and Type Method Description ContainmentCollectionComparisonNodeContainmentCollectionElementComparisonNode. getParent()
- 
Uses of ContainmentCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.implClasses in com._1c.g5.v8.dt.compare.model.impl that implement ContainmentCollectionComparisonNode Modifier and Type Class Description classContainmentCollectionComparisonNodeImplAn implementation of the model object 'Containment Collection Comparison Node'.classContainmentCollectionImplComparisonNodeImplAn implementation of the model object 'Containment Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return ContainmentCollectionComparisonNode Modifier and Type Method Description ContainmentCollectionComparisonNodeContainmentCollectionElementComparisonNodeImpl. getParent()
- 
Uses of ContainmentCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.utilMethods in com._1c.g5.v8.dt.compare.model.util with parameters of type ContainmentCollectionComparisonNode Modifier and Type Method Description TCompareSwitch. caseContainmentCollectionComparisonNode(ContainmentCollectionComparisonNode object)Returns the result of interpreting the object as an instance of 'Containment Collection Comparison Node'.
 
-