de.fuberlin.wiwiss.ng4j.triql.parser
Class Q_StringNotEqual

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
      extended by de.fuberlin.wiwiss.ng4j.triql.parser.Q_StringEqual
          extended by de.fuberlin.wiwiss.ng4j.triql.parser.Q_StringNotEqual
All Implemented Interfaces:
com.hp.hpl.jena.rdql.Printable, Expr, ExprBoolean, Node

public class Q_StringNotEqual
extends Q_StringEqual
implements Expr, ExprBoolean


Field Summary
 
Fields inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.Q_StringEqual
enableRDFLiteralSameValueAs, opSymbol, printName
 
Fields inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
children, id, parent, parser
 
Method Summary
 void jjtClose()
          This method is called after all the child nodes have been added.
protected  boolean rawEval(Value x, Value y)
           
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.Q_StringEqual
asInfixString, asPrefixString, eval, print, toString
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
dump, fixup, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

rawEval

protected boolean rawEval(Value x,
                          Value y)
Overrides:
rawEval in class Q_StringEqual

jjtClose

public void jjtClose()
Description copied from interface: Node
This method is called after all the child nodes have been added.

Specified by:
jjtClose in interface Node
Overrides:
jjtClose in class Q_StringEqual