Uses of Interface
de.fuberlin.wiwiss.ng4j.triql.legacy.Value

Packages that use Value
de.fuberlin.wiwiss.ng4j.triql A TriQL query engine. 
de.fuberlin.wiwiss.ng4j.triql.legacy Classes copied from Jena's RDQL query engine. 
de.fuberlin.wiwiss.ng4j.triql.parser A TriQL parser. 
 

Uses of Value in de.fuberlin.wiwiss.ng4j.triql
 

Methods in de.fuberlin.wiwiss.ng4j.triql that return Value
 Value ResultBinding.getValue(String varName)
           
 

Uses of Value in de.fuberlin.wiwiss.ng4j.triql.legacy
 

Subinterfaces of Value in de.fuberlin.wiwiss.ng4j.triql.legacy
 interface Settable
           
 

Classes in de.fuberlin.wiwiss.ng4j.triql.legacy that implement Value
 class WorkingVar
          Working variables are settable values for holding intermediate results.
 

Constructors in de.fuberlin.wiwiss.ng4j.triql.legacy with parameters of type Value
WorkingVar(Value v)
           
 

Uses of Value in de.fuberlin.wiwiss.ng4j.triql.parser
 

Classes in de.fuberlin.wiwiss.ng4j.triql.parser that implement Value
 class ParsedLiteral
           
 class Q_BooleanLiteral
           
 class Q_NumericLiteral
           
 class Q_QName
           
 class Q_QuotedURI
           
 class Q_TextLiteral
           
 class Q_URI
           
 class Q_URL
           
 

Methods in de.fuberlin.wiwiss.ng4j.triql.parser that return Value
 Value Expr.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value ParsedLiteral.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_Add.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_BitAnd.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_BitOr.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_BitXor.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_Divide.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_Equal.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_GreaterThan.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_GreaterThanOrEqual.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_LeftShift.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_LessThan.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_LessThanOrEqual.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_LogicalAnd.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_LogicalOr.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_Modulus.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_Multiply.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_NotEqual.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_PatternLiteral.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_RightSignedShift.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_RightUnsignedShift.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_StringEqual.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_StringMatch.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_StringNoMatch.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_Subtract.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_UnaryMinus.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_UnaryNot.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_UnaryPlus.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 Value Q_Var.eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 

Methods in de.fuberlin.wiwiss.ng4j.triql.parser with parameters of type Value
protected  boolean Q_StringEqual.rawEval(Value x, Value y)
           
protected  boolean Q_StringNotEqual.rawEval(Value x, Value y)
           
 

Constructors in de.fuberlin.wiwiss.ng4j.triql.parser with parameters of type Value
ParsedLiteral(Value v)