Uses of Interface
com._1c.g5.v8.dt.md.compare.MdObjectComparisonNode
Packages that use MdObjectComparisonNode
Package
Description
-
Uses of MdObjectComparisonNode in com._1c.g5.v8.dt.internal.md.compare
Methods in com._1c.g5.v8.dt.internal.md.compare with parameters of type MdObjectComparisonNodeModifier and TypeMethodDescriptionstatic booleanMdCompareUtils.isObjectToBeRenamed(MdObjectComparisonNode node) Checks whether the object may be renamed on merge. -
Uses of MdObjectComparisonNode in com._1c.g5.v8.dt.internal.md.compare.participant
Constructors in com._1c.g5.v8.dt.internal.md.compare.participant with parameters of type MdObjectComparisonNodeModifierConstructorDescriptionMdMergeContext(ComparisonContext comparisonContext, IMergeSession mergeSession, MdObjectComparisonNode mdNode, ComparedMdObjects mdObjects) Creates context instance. -
Uses of MdObjectComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of MdObjectComparisonNode in com._1c.g5.v8.dt.md.compareModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Child Md Object Comparison Node'.interfaceA representation of the model object 'Md Object Collection Element Comparison Node'.interfaceA representation of the model object 'Top Md Object Collection Element Comparison Node'.interfaceA 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 MdObjectComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Child Md Object Comparison Node'.classAn implementation of the model object 'Md Object Collection Element Comparison Node'.classAn implementation of the model object 'Md Object Comparison Node'.classAn implementation of the model object 'Top Md Object Collection Element Comparison Node'.classAn 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 MdObjectComparisonNodeModifier and TypeMethodDescriptionprotected 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 MdObjectComparisonNodeModifier and TypeMethodDescriptionAbstractMdObjectMatcher.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 MdObjectComparisonNodeModifier and TypeMethodDescriptionMdCompareSwitch.caseMdObjectComparisonNode(MdObjectComparisonNode object) Returns the result of interpreting the object as an instance of 'Md Object Comparison Node'.