Class Filter
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.utils.Filter
-
public class Filter extends java.lang.ObjectParses the filter expression associated with a Cas Processor in the cpe descriptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classFilter.ExpressionObject containing single filterclassFilter.LeftPartLeft part of filter expressionclassFilter.OperandOperandclassFilter.RightPartRight part of the filter expression
-
Field Summary
Fields Modifier and Type Field Description protected booleanfilterInitializedprotected booleanisAndFilterprotected booleanisOrFilter
-
Constructor Summary
Constructors Constructor Description Filter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)java.util.LinkedListparse(java.lang.String expression)Parses filter expression
-
-
-
Method Detail
-
parse
public java.util.LinkedList parse(java.lang.String expression) throws java.text.ParseExceptionParses filter expression- Parameters:
expression- - filter expression to parse- Returns:
- - list of filters
- Throws:
java.text.ParseException- -
-
main
public static void main(java.lang.String[] args)
-
-