Uses of Interface
com._1c.g5.v8.dt.compare.model.FeatureCollectionComparisonNode
-
-
Uses of FeatureCollectionComparisonNode in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core with type parameters of type FeatureCollectionComparisonNode Modifier and Type Method Description protected <T extends FeatureCollectionComparisonNode>
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 FeatureCollectionComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of FeatureCollectionComparisonNode 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 FeatureCollectionComparisonNode Modifier and Type Method Description FeatureCollectionComparisonNode
FeatureCollectionElementComparisonNode. getParent()
-
Uses of FeatureCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement FeatureCollectionComparisonNode 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'.class
FeatureCollectionComparisonNodeImpl
An implementation of the model object 'Feature Collection 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 FeatureCollectionComparisonNode Modifier and Type Method Description FeatureCollectionComparisonNode
FeatureCollectionElementComparisonNodeImpl. getParent()
-
Uses of FeatureCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type FeatureCollectionComparisonNode Modifier and Type Method Description T
CompareSwitch. caseFeatureCollectionComparisonNode(FeatureCollectionComparisonNode object)
Returns the result of interpreting the object as an instance of 'Feature Collection Comparison Node'. -
Uses of FeatureCollectionComparisonNode in com._1c.g5.v8.dt.compare.ui.partialmodel.node
Methods in com._1c.g5.v8.dt.compare.ui.partialmodel.node that return FeatureCollectionComparisonNode Modifier and Type Method Description FeatureCollectionComparisonNode
ICollectionPartialNode. retrieveComparisonNode()
-
Uses of FeatureCollectionComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of FeatureCollectionComparisonNode 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 FeatureCollectionComparisonNode in com._1c.g5.v8.dt.md.compare.impl
Classes in com._1c.g5.v8.dt.md.compare.impl that implement FeatureCollectionComparisonNode 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 FeatureCollectionComparisonNode in com._1c.g5.v8.dt.md.compare.util
Methods in com._1c.g5.v8.dt.md.compare.util with parameters of type FeatureCollectionComparisonNode Modifier and Type Method Description T
MdCompareSwitch. caseFeatureCollectionComparisonNode(FeatureCollectionComparisonNode object)
Returns the result of interpreting the object as an instance of 'Feature Collection Comparison Node'.
-