|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.uima.annotator.dict_annot.impl.Condition
public class Condition
A Condition has a filter operator and a condition value.
| Constructor Summary | |
|---|---|
Condition(FilterOp operator,
String value)
creates a new condition object with a filter operator and a condition value. |
|
| Method Summary | |
|---|---|
FilterOp |
getConditionType()
Returns the condition operator type. |
static FilterOp |
getOperator(String operator)
Returns the FilterOperator for the given String operator. |
String |
getValue()
Returns the condition value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Condition(FilterOp operator,
String value)
operator - filter operatorvalue - condition value| Method Detail |
|---|
public FilterOp getConditionType()
public String getValue()
public static final FilterOp getOperator(String operator)
operator - operator as String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||