Uses of Interface
com._1c.g5.v8.dt.md.compare.TopMdObjectComparisonNode
-
Packages that use TopMdObjectComparisonNode Package Description com._1c.g5.v8.dt.md.compare com._1c.g5.v8.dt.md.compare.impl com._1c.g5.v8.dt.md.compare.matching com._1c.g5.v8.dt.md.compare.util -
-
Uses of TopMdObjectComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of TopMdObjectComparisonNode in com._1c.g5.v8.dt.md.compare Modifier and Type Interface Description interface
TopMdObjectCollectionElementComparisonNode
A representation of the model object 'Top Md Object Collection Element Comparison Node'.Methods in com._1c.g5.v8.dt.md.compare that return TopMdObjectComparisonNode Modifier and Type Method Description TopMdObjectComparisonNode
MdCompareFactory. createTopMdObjectComparisonNode()
Returns a new object of class 'Top Md Object Comparison Node'. -
Uses of TopMdObjectComparisonNode in com._1c.g5.v8.dt.md.compare.impl
Classes in com._1c.g5.v8.dt.md.compare.impl that implement TopMdObjectComparisonNode Modifier and Type Class Description class
TopMdObjectCollectionElementComparisonNodeImpl
An implementation of the model object 'Top Md Object Collection Element Comparison Node'.class
TopMdObjectComparisonNodeImpl
An implementation of the model object 'Top Md Object Comparison Node'.Methods in com._1c.g5.v8.dt.md.compare.impl that return TopMdObjectComparisonNode Modifier and Type Method Description TopMdObjectComparisonNode
MdCompareFactoryImpl. createTopMdObjectComparisonNode()
-
Uses of TopMdObjectComparisonNode in com._1c.g5.v8.dt.md.compare.matching
Methods in com._1c.g5.v8.dt.md.compare.matching that return TopMdObjectComparisonNode Modifier and Type Method Description protected TopMdObjectComparisonNode
TopObjectMatcher. createNode(TopObjectInfo main, TopObjectInfo other, TopObjectInfo ancestor)
-
Uses of TopMdObjectComparisonNode in com._1c.g5.v8.dt.md.compare.util
Methods in com._1c.g5.v8.dt.md.compare.util with parameters of type TopMdObjectComparisonNode Modifier and Type Method Description T
MdCompareSwitch. caseTopMdObjectComparisonNode(TopMdObjectComparisonNode object)
Returns the result of interpreting the object as an instance of 'Top Md Object Comparison Node'.
-