org.apache.uima.simpleserver.config.impl
Class OrFilterImpl
java.lang.Object
org.apache.uima.simpleserver.config.impl.FilterImpl
org.apache.uima.simpleserver.config.impl.OrFilterImpl
- All Implemented Interfaces:
- Filter, OrFilter
public class OrFilterImpl
- extends FilterImpl
- implements OrFilter
TODO: Create type commment.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrFilterImpl
public OrFilterImpl()
addFilter
public void addFilter(Filter filter)
- Specified by:
addFilter
in interface OrFilter
getFilters
public List<Filter> getFilters()
- Specified by:
getFilters
in interface OrFilter
match
public boolean match(org.apache.uima.cas.FeatureStructure fs)
- Specified by:
match
in interface Filter
- Specified by:
match
in class FilterImpl
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.