org.apache.uima.simpleserver.config.impl
Class FilterImpl

java.lang.Object
  extended by org.apache.uima.simpleserver.config.impl.FilterImpl
All Implemented Interfaces:
Filter
Direct Known Subclasses:
AndFilterImpl, OrFilterImpl, SimpleFilterImpl

public abstract class FilterImpl
extends java.lang.Object
implements Filter

TODO: Create type commment.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.uima.simpleserver.config.Filter
Filter.FilterType
 
Constructor Summary
FilterImpl(Filter.FilterType type)
           
 
Method Summary
 Filter.FilterType getFilterType()
           
abstract  boolean match(org.apache.uima.cas.FeatureStructure fs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterImpl

public FilterImpl(Filter.FilterType type)
Method Detail

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 © 2011. All Rights Reserved.