public class MapMatcher
extends java.lang.Object
Constructor and Description |
---|
MapMatcher(java.util.Map attributes,
PatternMatcher pm) |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getAttributes() |
PatternMatcher |
getPatternMatcher() |
boolean |
matches(java.util.Map m) |
java.lang.String |
toString() |
public MapMatcher(java.util.Map attributes, PatternMatcher pm)
public boolean matches(java.util.Map m)
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map getAttributes()
public PatternMatcher getPatternMatcher()