Class PredefinedMdObjectMatcher

java.lang.Object
com._1c.g5.v8.dt.compare.matching.AbstractElementsTreeMatcher
com._1c.g5.v8.dt.md.compare.matching.PredefinedMdObjectMatcher
All Implemented Interfaces:
IElementsTreeMatcher

public class PredefinedMdObjectMatcher extends AbstractElementsTreeMatcher
Matcher of predefined elements of md-objects.
  • Constructor Details

    • PredefinedMdObjectMatcher

      public PredefinedMdObjectMatcher(IComparisonSession session, MergeRule mergeRule, Predefined main, Predefined other, Predefined ancestor)
      Creates matcher instance. At least one of input elements must not be null.
      Parameters:
      session - the comparison session, cannot be null
      mergeRule - the merge rule to apply when merging elements tree, cannot be null
      main - main element to compare
      other - other element to compare
      ancestor - common ancestor element to compare
  • Method Details