public class SimpleFilterImpl extends FilterImpl implements SimpleFilter
Filter interface.Filter.FilterType| Constructor and Description |
|---|
SimpleFilterImpl(List<String> path,
Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
getCondition() |
List<String> |
getFeaturePath() |
boolean |
match(org.apache.uima.cas.FeatureStructure fs) |
getFilterTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilterTypepublic Condition getCondition()
getCondition in interface SimpleFilterpublic List<String> getFeaturePath()
getFeaturePath in interface SimpleFilterpublic boolean match(org.apache.uima.cas.FeatureStructure fs)
match in interface Filtermatch in class FilterImplCopyright © 2006–2025 The Apache Software Foundation. All rights reserved.