public class FeatureValueFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureValueFilter.PathValuePair
A pair of a feature path and the value it should have.
|
| Modifier and Type | Field and Description |
|---|---|
protected FeatureValueFilter.PathValuePair |
globalFeaturePath |
protected FeatureValueFilter.PathValuePair |
pathValuePair |
protected Set<org.apache.uima.cas.Type> |
types |
| Constructor and Description |
|---|
FeatureValueFilter() |
FeatureValueFilter(String columnDefinition,
String typePrefix,
org.apache.uima.cas.TypeSystem ts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contradictsFeatureFilter(org.apache.uima.jcas.cas.TOP a) |
void |
parseAndAddDefinition(String filterDefinition,
String typePrefix,
org.apache.uima.cas.TypeSystem ts) |
protected FeatureValueFilter.PathValuePair globalFeaturePath
protected Set<org.apache.uima.cas.Type> types
protected FeatureValueFilter.PathValuePair pathValuePair
Copyright © 2018 JULIE Lab, Germany. All rights reserved.