Package | Description |
---|---|
org.apache.uima.annotator.dict_annot.impl |
Modifier and Type | Method and Description |
---|---|
FilterOp |
Condition.getConditionType()
Returns the condition operator type.
|
static FilterOp |
Condition.getOperator(String operator)
Returns the FilterOperator for the given String operator.
|
static FilterOp |
FilterOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOp[] |
FilterOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Condition(FilterOp operator,
String value)
creates a new condition object with a filter operator and a condition
value.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.