|
||||||||||
| 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,
java.lang.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(java.lang.String operator)
Returns the FilterOperator for the given String operator. |
java.lang.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,
java.lang.String value)
operator - filter operatorvalue - condition value| Method Detail |
|---|
public FilterOp getConditionType()
public java.lang.String getValue()
public static final FilterOp getOperator(java.lang.String operator)
operator - operator as String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||