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.compareSubinterfaces of MdObjectComparisonNode in com._1c.g5.v8.dt.md.compare Modifier and Type Interface Description interfaceChildMdObjectComparisonNodeA representation of the model object 'Child Md Object Comparison Node'.interfaceMdObjectCollectionElementComparisonNodeA representation of the model object 'Md Object Collection Element Comparison Node'.interfaceTopMdObjectCollectionElementComparisonNodeA representation of the model object 'Top Md Object Collection Element Comparison Node'.interfaceTopMdObjectComparisonNodeA representation of the model object 'Top Md Object Comparison Node'.
- 
Uses of MdObjectComparisonNode in com._1c.g5.v8.dt.md.compare.implClasses in com._1c.g5.v8.dt.md.compare.impl that implement MdObjectComparisonNode Modifier and Type Class Description classChildMdObjectComparisonNodeImplAn implementation of the model object 'Child Md Object Comparison Node'.classMdObjectCollectionElementComparisonNodeImplAn implementation of the model object 'Md Object Collection Element Comparison Node'.classMdObjectComparisonNodeImplAn implementation of the model object 'Md Object Comparison Node'.classTopMdObjectCollectionElementComparisonNodeImplAn implementation of the model object 'Top Md Object Collection Element Comparison Node'.classTopMdObjectComparisonNodeImplAn implementation of the model object 'Top Md Object Comparison Node'.
- 
Uses of MdObjectComparisonNode in com._1c.g5.v8.dt.md.compare.matchingMethods in com._1c.g5.v8.dt.md.compare.matching that return MdObjectComparisonNode Modifier and Type Method Description protected abstract MdObjectComparisonNodeAbstractMdObjectMatcher. createNode(T main, T other, T ancestor)Creates a comparison node for the triple of matched objects.protected MdObjectComparisonNodeChildMdObjectMatcher. 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.utilMethods in com._1c.g5.v8.dt.md.compare.util with parameters of type MdObjectComparisonNode Modifier and Type Method Description TMdCompareSwitch. caseMdObjectComparisonNode(MdObjectComparisonNode object)Returns the result of interpreting the object as an instance of 'Md Object Comparison Node'.
 
-