Class AbstractHierarchicalPathMatcher

java.lang.Object
com.regnosys.rosetta.common.util.AbstractHierarchicalPathMatcher
All Implemented Interfaces:
HierarchicalPathMatcher

public abstract class AbstractHierarchicalPathMatcher extends Object implements HierarchicalPathMatcher
  • Constructor Details

    • AbstractHierarchicalPathMatcher

      public AbstractHierarchicalPathMatcher()
  • Method Details

    • matches

      public boolean matches(com.rosetta.model.lib.path.RosettaPath p1, com.rosetta.model.lib.path.RosettaPath p2)
      Specified by:
      matches in interface HierarchicalPathMatcher
    • matches

      protected abstract boolean matches(com.rosetta.model.lib.path.RosettaPath.Element e1, com.rosetta.model.lib.path.RosettaPath.Element e2)