org.apache.uima.collection.impl.cpm.utils
Class Filter.Expression

java.lang.Object
  extended by org.apache.uima.collection.impl.cpm.utils.Filter.Expression
Enclosing class:
Filter

public class Filter.Expression
extends java.lang.Object

Object containing single filter


Constructor Summary
Filter.Expression(Filter aFilter)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter.Expression

public Filter.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()


Copyright © 2013. All Rights Reserved.