edu.stanford.nlp.ling.tokensregex
Class CoreMapNodePattern.AttributesEqualMatchChecker

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.AttributesEqualMatchChecker
All Implemented Interfaces:
SequencePattern.NodesMatchChecker<CoreMap>
Enclosing class:
CoreMapNodePattern

public static class CoreMapNodePattern.AttributesEqualMatchChecker
extends java.lang.Object
implements SequencePattern.NodesMatchChecker<CoreMap>


Constructor Summary
CoreMapNodePattern.AttributesEqualMatchChecker(java.lang.Class... classes)
           
 
Method Summary
 boolean matches(CoreMap o1, CoreMap o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreMapNodePattern.AttributesEqualMatchChecker

public CoreMapNodePattern.AttributesEqualMatchChecker(java.lang.Class... classes)
Method Detail

matches

public boolean matches(CoreMap o1,
                       CoreMap o2)
Specified by:
matches in interface SequencePattern.NodesMatchChecker<CoreMap>


Stanford NLP Group