Class Filter.Expression
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.utils.Filter.Expression
-
-
Constructor Summary
Constructors Constructor Description Expression(Filter aFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter.LeftPart
getLeftPart()
Filter.Operand
getOperand()
Filter.RightPart
getRightPart()
boolean
hasLeftPart()
boolean
hasOperand()
boolean
hasRightPart()
boolean
isAndFilter()
boolean
isOrFilter()
protected void
setIsAndFilter()
protected void
setIsOrFilter()
void
setLeftPart(Filter.LeftPart aLP)
void
setOperand(Filter.Operand aOP)
void
setRightPart(Filter.RightPart aRP)
-
-
-
Constructor Detail
-
Expression
public Expression(Filter aFilter)
-
-
Method Detail
-
setIsOrFilter
protected void setIsOrFilter() throws ParseException
- Throws:
ParseException
-
setIsAndFilter
protected void setIsAndFilter() throws ParseException
- Throws:
ParseException
-
isOrFilter
public boolean isOrFilter()
-
isAndFilter
public boolean isAndFilter()
-
setLeftPart
public void setLeftPart(Filter.LeftPart aLP)
-
setRightPart
public void setRightPart(Filter.RightPart aRP)
-
setOperand
public void setOperand(Filter.Operand aOP)
-
hasLeftPart
public boolean hasLeftPart()
-
hasRightPart
public boolean hasRightPart()
-
hasOperand
public boolean hasOperand()
-
getLeftPart
public Filter.LeftPart getLeftPart()
-
getRightPart
public Filter.RightPart getRightPart()
-
getOperand
public Filter.Operand getOperand()
-
-