Uses of Interface
com._1c.g5.v8.dt.md.compare.MdObjectComparisonNode
-
Packages that use MdObjectComparisonNode 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 MdObjectComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of MdObjectComparisonNode in com._1c.g5.v8.dt.md.compare Modifier and Type Interface Description interface
ChildMdObjectComparisonNode
A representation of the model object 'Child Md Object Comparison Node'.interface
MdObjectCollectionElementComparisonNode
A representation of the model object 'Md Object Collection Element Comparison Node'.interface
TopMdObjectCollectionElementComparisonNode
A representation of the model object 'Top Md Object Collection Element Comparison Node'.interface
TopMdObjectComparisonNode
A representation of the model object 'Top Md Object Comparison Node'. -
Uses of MdObjectComparisonNode in com._1c.g5.v8.dt.md.compare.impl
Classes in com._1c.g5.v8.dt.md.compare.impl that implement MdObjectComparisonNode Modifier and Type Class Description class
ChildMdObjectComparisonNodeImpl
An implementation of the model object 'Child Md Object Comparison Node'.class
MdObjectCollectionElementComparisonNodeImpl
An implementation of the model object 'Md Object Collection Element Comparison Node'.class
MdObjectComparisonNodeImpl
An implementation of the model object 'Md Object Comparison Node'.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'. -
Uses of MdObjectComparisonNode in com._1c.g5.v8.dt.md.compare.matching
Methods in com._1c.g5.v8.dt.md.compare.matching that return MdObjectComparisonNode Modifier and Type Method Description protected abstract MdObjectComparisonNode
AbstractMdObjectMatcher. createNode(T main, T other, T ancestor)
Creates a comparison node for the triple of matched objects.protected MdObjectComparisonNode
ChildMdObjectMatcher. createNode(MdObject main, MdObject other, MdObject ancestor)
Methods in com._1c.g5.v8.dt.md.compare.matching that return types with arguments of type MdObjectComparisonNode Modifier and Type Method Description List<MdObjectComparisonNode>
AbstractMdObjectMatcher. match()
Matches the specified collections and returns the result as a list of created child model nodes. -
Uses of MdObjectComparisonNode in com._1c.g5.v8.dt.md.compare.util
Methods in com._1c.g5.v8.dt.md.compare.util with parameters of type MdObjectComparisonNode Modifier and Type Method Description T
MdCompareSwitch. caseMdObjectComparisonNode(MdObjectComparisonNode object)
Returns the result of interpreting the object as an instance of 'Md Object Comparison Node'.
-