edu.stanford.nlp.ling.tokensregex
Interface MultiPatternMatcher.NodePatternTrigger<T>

All Superinterfaces:
Function<T,java.util.Collection<SequencePattern<T>>>
All Known Implementing Classes:
CoreMapNodePatternTrigger
Enclosing class:
MultiPatternMatcher<T>

public static interface MultiPatternMatcher.NodePatternTrigger<T>
extends Function<T,java.util.Collection<SequencePattern<T>>>


Method Summary
 
Methods inherited from interface edu.stanford.nlp.util.Function
apply
 



Stanford NLP Group