org.apache.uima.simpleserver.config.impl
Class FilterImpl
java.lang.Object
org.apache.uima.simpleserver.config.impl.FilterImpl
- All Implemented Interfaces:
- Filter
- Direct Known Subclasses:
- AndFilterImpl, OrFilterImpl, SimpleFilterImpl
public abstract class FilterImpl
- extends Object
- implements Filter
TODO: Create type commment.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterImpl
public FilterImpl(Filter.FilterType type)
getFilterType
public Filter.FilterType getFilterType()
- Specified by:
getFilterType
in interface Filter
match
public abstract boolean match(org.apache.uima.cas.FeatureStructure fs)
- Specified by:
match
in interface Filter
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.