edu.stanford.nlp.ling.tokensregex
Interface SequencePattern.NodesMatchChecker<T>

All Known Implementing Classes:
CoreMapNodePattern.AttributesEqualMatchChecker
Enclosing class:
SequencePattern<T>

protected static interface SequencePattern.NodesMatchChecker<T>


Method Summary
 boolean matches(T o1, T o2)
           
 

Method Detail

matches

boolean matches(T o1,
                T o2)


Stanford NLP Group