org.eclipse.higgins.idas.cp.jena2.impl.filter
Class CompoundCondition
java.lang.Object
org.eclipse.higgins.idas.cp.jena2.impl.filter.CompoundCondition
- All Implemented Interfaces:
- ICondition
- public class CompoundCondition
- extends Object
- implements ICondition
| Fields inherited from interface org.eclipse.higgins.idas.cp.jena2.impl.filter.ICondition |
OFFSEET |
CompoundCondition
public CompoundCondition(String operator)
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