org.apache.uima.collection.impl.cpm.utils
public class Filter extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Filter.Expression
Object containing single filter
|
class |
Filter.LeftPart
Left part of filter expression
|
class |
Filter.Operand
Operand
|
class |
Filter.RightPart
Right part of the filter expression
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
filterInitialized |
protected boolean |
isAndFilter |
protected boolean |
isOrFilter |
Constructor and Description |
---|
Filter() |
protected boolean isAndFilter
protected boolean isOrFilter
protected boolean filterInitialized
public java.util.LinkedList parse(java.lang.String expression) throws java.text.ParseException
expression
- -
filter expression to parsejava.text.ParseException
public static void main(java.lang.String[] args)
Copyright © 2014. All Rights Reserved.