org.eclipse.higgins.idas.cp.jena2.impl.filter
Class ValueCondition
java.lang.Object
org.eclipse.higgins.idas.cp.jena2.impl.filter.ValueCondition
- All Implemented Interfaces:
- ICondition
- public class ValueCondition
- extends Object
- implements ICondition
| Fields inherited from interface org.eclipse.higgins.idas.cp.jena2.impl.filter.ICondition |
OFFSEET |
ValueCondition
public ValueCondition(LiteralNode node,
String operator,
org.eclipse.higgins.idas.api.ITypedValue value)
throws org.eclipse.higgins.idas.api.IdASException
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
replaceEscapeSymbols
public static String replaceEscapeSymbols(String str)