Class Filter.Expression
java.lang.Object
org.apache.uima.collection.impl.cpm.utils.Filter.Expression
- Enclosing class:
Filter
Object containing single filter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Filter
private Filter.LeftPart
private Filter.Operand
private Filter.RightPart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
protected void
protected void
void
void
setOperand
(Filter.Operand aOP) void
-
Field Details
-
lP
-
rP
-
op
-
filter
-
-
Constructor Details
-
Expression
-
-
Method Details
-
setIsOrFilter
- Throws:
ParseException
-
setIsAndFilter
- Throws:
ParseException
-
isOrFilter
public boolean isOrFilter() -
isAndFilter
public boolean isAndFilter() -
setLeftPart
-
setRightPart
-
setOperand
-
hasLeftPart
public boolean hasLeftPart() -
hasRightPart
public boolean hasRightPart() -
hasOperand
public boolean hasOperand() -
getLeftPart
-
getRightPart
-
getOperand
-