org.apache.uima.simpleserver.config.impl
Class AndFilterImpl
java.lang.Object
org.apache.uima.simpleserver.config.impl.FilterImpl
org.apache.uima.simpleserver.config.impl.AndFilterImpl
- All Implemented Interfaces:
- AndFilter, Filter
public class AndFilterImpl
- extends FilterImpl
- implements AndFilter
TODO: Create type commment.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndFilterImpl
public AndFilterImpl()
addFilter
public void addFilter(Filter filter)
- Specified by:
addFilter
in interface AndFilter
getFilters
public List<Filter> getFilters()
- Specified by:
getFilters
in interface AndFilter
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.