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

All Superinterfaces:
Function<java.util.List<? extends T>,java.util.Collection<SequencePattern<T>>>
All Known Implementing Classes:
MultiPatternMatcher.BasicSequencePatternTrigger
Enclosing class:
MultiPatternMatcher<T>

public static interface MultiPatternMatcher.SequencePatternTrigger<T>
extends Function<java.util.List<? extends T>,java.util.Collection<SequencePattern<T>>>


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



Stanford NLP Group