org.apache.uima.simpleserver.config
Interface SimpleFilter

All Superinterfaces:
Filter
All Known Implementing Classes:
SimpleFilterImpl

public interface SimpleFilter
extends Filter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.uima.simpleserver.config.Filter
Filter.FilterType
 
Method Summary
 Condition getCondition()
           
 java.util.List<java.lang.String> getFeaturePath()
           
 
Methods inherited from interface org.apache.uima.simpleserver.config.Filter
getFilterType, match
 

Method Detail

getCondition

Condition getCondition()

getFeaturePath

java.util.List<java.lang.String> getFeaturePath()


Copyright © 2011. All Rights Reserved.