Uses of Class
org.apache.uima.annotator.dict_annot.impl.FilterOp

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(java.lang.String operator)
          Returns the FilterOperator for the given String operator.
static FilterOp FilterOp.valueOf(java.lang.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, java.lang.String value)
          creates a new condition object with a filter operator and a condition value.
 



Copyright © 2011. All Rights Reserved.