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