|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FilterOp | |
|---|---|
| org.apache.uima.annotator.dict_annot.impl | |
| Uses of FilterOp in org.apache.uima.annotator.dict_annot.impl |
|---|
| Methods in org.apache.uima.annotator.dict_annot.impl that return FilterOp | |
|---|---|
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. |
| Constructors in org.apache.uima.annotator.dict_annot.impl with parameters of type FilterOp | |
|---|---|
Condition(FilterOp operator,
String value)
creates a new condition object with a filter operator and a condition value. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||