org.apache.uima.simpleserver.config
Interface Filter

All Known Subinterfaces:
AndFilter, OrFilter, SimpleFilter
All Known Implementing Classes:
AndFilterImpl, FilterImpl, OrFilterImpl, SimpleFilterImpl

public interface Filter


Nested Class Summary
static class Filter.FilterType
           
 
Method Summary
 Filter.FilterType getFilterType()
           
 boolean match(org.apache.uima.cas.FeatureStructure fs)
           
 

Method Detail

getFilterType

Filter.FilterType getFilterType()

match

boolean match(org.apache.uima.cas.FeatureStructure fs)


Copyright © 2011. All Rights Reserved.