public class OrFilterImpl extends FilterImpl implements OrFilter
Filter.FilterType
Constructor and Description |
---|
OrFilterImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addFilter(Filter filter) |
List<Filter> |
getFilters() |
boolean |
match(org.apache.uima.cas.FeatureStructure fs) |
getFilterType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFilterType
public List<Filter> getFilters()
getFilters
in interface OrFilter
public boolean match(org.apache.uima.cas.FeatureStructure fs)
match
in interface Filter
match
in class FilterImpl
Copyright © 2016. All rights reserved.