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()
           
 List<String> getFeaturePath()
           
 
Methods inherited from interface org.apache.uima.simpleserver.config.Filter
getFilterType, match
 

Method Detail

getCondition

Condition getCondition()

getFeaturePath

List<String> getFeaturePath()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.