org.eclipse.higgins.idas.cp.jena2.impl.filter
Class CompoundCondition

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.jena2.impl.filter.CompoundCondition
All Implemented Interfaces:
ICondition

public class CompoundCondition
extends Object
implements ICondition


Field Summary
 
Fields inherited from interface org.eclipse.higgins.idas.cp.jena2.impl.filter.ICondition
OFFSEET
 
Constructor Summary
CompoundCondition(String operator)
           
 
Method Summary
 void addCondition(ICondition condition)
           
 StringBuffer getCondition()
           
 void setLevel(int level)
           
 void setOperator(String operator)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundCondition

public CompoundCondition(String operator)
Method Detail

addCondition

public void addCondition(ICondition condition)
Parameters:
condition -

setOperator

public void setOperator(String operator)
Parameters:
operator -

getCondition

public StringBuffer getCondition()
                          throws org.eclipse.higgins.idas.api.IdASException
Specified by:
getCondition in interface ICondition
Returns:
Throws:
org.eclipse.higgins.idas.api.IdASException

setLevel

public void setLevel(int level)
              throws org.eclipse.higgins.idas.api.IdASException
Specified by:
setLevel in interface ICondition
Parameters:
level -
Throws:
org.eclipse.higgins.idas.api.IdASException