Package com.regnosys.rosetta.common.util
Class AbstractHierarchicalPathMatcher
java.lang.Object
com.regnosys.rosetta.common.util.AbstractHierarchicalPathMatcher
- All Implemented Interfaces:
HierarchicalPathMatcher
public abstract class AbstractHierarchicalPathMatcher
extends Object
implements HierarchicalPathMatcher
-
Constructor Summary
Constructors -
Method Summary
-
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:
matchesin interfaceHierarchicalPathMatcher
-
matches
protected abstract boolean matches(com.rosetta.model.lib.path.RosettaPath.Element e1, com.rosetta.model.lib.path.RosettaPath.Element e2)
-