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

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

public class ValueCondition
extends Object
implements ICondition


Field Summary
 
Fields inherited from interface org.eclipse.higgins.idas.cp.jena2.impl.filter.ICondition
OFFSEET
 
Constructor Summary
ValueCondition(LiteralNode node, String operator, org.eclipse.higgins.idas.api.ITypedValue value)
           
 
Method Summary
 StringBuffer getCondition()
           
static String replaceEscapeSymbols(String str)
           
 void setLevel(int level)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueCondition

public ValueCondition(LiteralNode node,
                      String operator,
                      org.eclipse.higgins.idas.api.ITypedValue value)
               throws org.eclipse.higgins.idas.api.IdASException
Method Detail

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)