public static class ComplexNodePattern.AttributesEqualMatchChecker<K> extends Object implements SequencePattern.NodesMatchChecker<Map<K,Object>>
AttributesEqualMatchChecker(K... keys)
boolean
matches(Map<K,Object> o1, Map<K,Object> o2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AttributesEqualMatchChecker(K... keys)
public boolean matches(Map<K,Object> o1, Map<K,Object> o2)
matches
SequencePattern.NodesMatchChecker<Map<K,Object>>
Stanford NLP Group