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.core
Methods in com._1c.g5.v8.dt.compare.core that return ContainmentCollectionComparisonNode Modifier and Type Method Description ContainmentCollectionComparisonNode
ComparisonNodeFactory. 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.model
Subinterfaces of ContainmentCollectionComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
ContainmentCollectionImplComparisonNode
A 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 ContainmentCollectionComparisonNode
ContainmentCollectionElementComparisonNode. getParent()
-
Uses of ContainmentCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement ContainmentCollectionComparisonNode 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'.Methods in com._1c.g5.v8.dt.compare.model.impl that return ContainmentCollectionComparisonNode Modifier and Type Method Description ContainmentCollectionComparisonNode
ContainmentCollectionElementComparisonNodeImpl. getParent()
-
Uses of ContainmentCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type ContainmentCollectionComparisonNode Modifier and Type Method Description T
CompareSwitch. caseContainmentCollectionComparisonNode(ContainmentCollectionComparisonNode object)
Returns the result of interpreting the object as an instance of 'Containment Collection Comparison Node'.
-