org.apache.uima.collection.impl.cpm.utils
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.Object
Object containing single filter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter.Expression
public Filter.Expression(Filter aFilter)
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()
Copyright © 2012. All Rights Reserved.