Uses of Interface
com._1c.g5.v8.dt.compare.model.CollectionComparisonNode
-
-
Uses of CollectionComparisonNode in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core with type parameters of type CollectionComparisonNode Modifier and Type Method Description protected <T extends CollectionComparisonNode>
TComparisonNodeFactory. createCollectionNode(org.eclipse.emf.ecore.EClass nodeType, ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session)
Creates a comparison node for some collection. -
Uses of CollectionComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of CollectionComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
ContainmentCollectionComparisonNode
A representation of the model object 'Containment Collection Comparison Node'.interface
ContainmentCollectionImplComparisonNode
A representation of the model object 'Containment Collection Impl Comparison Node'.interface
ReferenceCollectionComparisonNode
A representation of the model object 'Reference Collection Comparison Node'.interface
ReferenceCollectionImplComparisonNode
A representation of the model object 'Reference Collection Impl Comparison Node'.interface
ValueCollectionComparisonNode
A representation of the model object 'Value Collection Comparison Node'.interface
ValueCollectionImplComparisonNode
A representation of the model object 'Value Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model that return CollectionComparisonNode Modifier and Type Method Description CollectionComparisonNode
CollectionElementComparisonNode. getParent()
-
Uses of CollectionComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement CollectionComparisonNode Modifier and Type Class Description class
CollectionComparisonNodeImpl
An implementation of the model object 'Collection Comparison Node'.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'.class
ReferenceCollectionComparisonNodeImpl
An implementation of the model object 'Reference Collection Comparison Node'.class
ReferenceCollectionImplComparisonNodeImpl
An implementation of the model object 'Reference Collection Impl Comparison Node'.class
ValueCollectionComparisonNodeImpl
An implementation of the model object 'Value Collection Comparison Node'.class
ValueCollectionImplComparisonNodeImpl
An implementation of the model object 'Value Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return CollectionComparisonNode Modifier and Type Method Description CollectionComparisonNode
CollectionElementComparisonNodeImpl. getParent()
-
Uses of CollectionComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type CollectionComparisonNode Modifier and Type Method Description T
CompareSwitch. caseCollectionComparisonNode(CollectionComparisonNode object)
Returns the result of interpreting the object as an instance of 'Collection Comparison Node'. -
Uses of CollectionComparisonNode in com._1c.g5.v8.dt.compare.ui.partialmodel.node
Methods in com._1c.g5.v8.dt.compare.ui.partialmodel.node that return CollectionComparisonNode Modifier and Type Method Description CollectionComparisonNode
ICollectionPartialNode. retrieveComparisonNode()
-
Uses of CollectionComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of CollectionComparisonNode in com._1c.g5.v8.dt.md.compare Modifier and Type Interface Description interface
ChildMdCollectionComparisonNode
A representation of the model object 'Child Md Collection Comparison Node'.interface
ChildMdCollectionImplComparisonNode
A representation of the model object 'Child Md Collection Impl Comparison Node'.interface
MdCollectionComparisonNode
A representation of the model object 'Md Collection Comparison Node'.interface
TopMdCollectionComparisonNode
A representation of the model object 'Top Md Collection Comparison Node'.interface
TopMdCollectionImplComparisonNode
A representation of the model object 'Top Md Collection Impl Comparison Node'. -
Uses of CollectionComparisonNode in com._1c.g5.v8.dt.md.compare.impl
Classes in com._1c.g5.v8.dt.md.compare.impl that implement CollectionComparisonNode Modifier and Type Class Description class
ChildMdCollectionComparisonNodeImpl
An implementation of the model object 'Child Md Collection Comparison Node'.class
ChildMdCollectionImplComparisonNodeImpl
An implementation of the model object 'Child Md Collection Impl Comparison Node'.class
MdCollectionComparisonNodeImpl
An implementation of the model object 'Md Collection Comparison Node'.class
TopMdCollectionComparisonNodeImpl
An implementation of the model object 'Top Md Collection Comparison Node'.class
TopMdCollectionImplComparisonNodeImpl
An implementation of the model object 'Top Md Collection Impl Comparison Node'. -
Uses of CollectionComparisonNode in com._1c.g5.v8.dt.md.compare.util
Methods in com._1c.g5.v8.dt.md.compare.util with parameters of type CollectionComparisonNode Modifier and Type Method Description T
MdCompareSwitch. caseCollectionComparisonNode(CollectionComparisonNode object)
Returns the result of interpreting the object as an instance of 'Collection Comparison Node'.
-