public class OrFilterImpl extends FilterImpl implements OrFilter
Filter.FilterType| Constructor and Description |
|---|
OrFilterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(Filter filter) |
java.util.List<Filter> |
getFilters() |
boolean |
match(org.apache.uima.cas.FeatureStructure fs) |
getFilterTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilterTypepublic java.util.List<Filter> getFilters()
getFilters in interface OrFilterpublic boolean match(org.apache.uima.cas.FeatureStructure fs)
match in interface Filtermatch in class FilterImplCopyright © 2013. All Rights Reserved.