Class Filter.Expression
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.utils.Filter.Expression
-
- Enclosing class:
- Filter
public class Filter.Expression extends java.lang.ObjectObject containing single filter
-
-
Constructor Summary
Constructors Constructor Description Expression(Filter aFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter.LeftPartgetLeftPart()Filter.OperandgetOperand()Filter.RightPartgetRightPart()booleanhasLeftPart()booleanhasOperand()booleanhasRightPart()booleanisAndFilter()booleanisOrFilter()protected voidsetIsAndFilter()protected voidsetIsOrFilter()voidsetLeftPart(Filter.LeftPart aLP)voidsetOperand(Filter.Operand aOP)voidsetRightPart(Filter.RightPart aRP)
-
-
-
Constructor Detail
-
Expression
public Expression(Filter aFilter)
-
-
Method Detail
-
setIsOrFilter
protected void setIsOrFilter() throws java.text.ParseException- Throws:
java.text.ParseException
-
setIsAndFilter
protected void setIsAndFilter() throws java.text.ParseException- Throws:
java.text.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()
-
-