com.hp.hpl.jena.sparql.lang.rdql
Interface ExprRDQL

All Superinterfaces:
Expr, PrintableRDQL
All Known Subinterfaces:
ExprBoolean, ExprNumeric
All Known Implementing Classes:
ParsedLiteral, Q_Add, Q_BitAnd, Q_BitOr, Q_BitXor, Q_BooleanLiteral, Q_Divide, Q_Equal, Q_GreaterThan, Q_GreaterThanOrEqual, Q_LeftShift, Q_LessThan, Q_LessThanOrEqual, Q_LogicalAnd, Q_LogicalOr, Q_Modulus, Q_Multiply, Q_NotEqual, Q_NumericLiteral, Q_PatternLiteral, Q_QName, Q_QuotedURI, Q_RightSignedShift, Q_RightUnsignedShift, Q_StringEqual, Q_StringLangEqual, Q_StringMatch, Q_StringNoMatch, Q_StringNotEqual, Q_Subtract, Q_TextLiteral, Q_TextLiteral2, Q_UnaryMinus, Q_UnaryNot, Q_UnaryPlus, Q_URI, Q_URL, Q_Var, WorkingVar

public interface ExprRDQL
extends PrintableRDQL, Expr


Field Summary
 
Fields inherited from interface com.hp.hpl.jena.sparql.expr.Expr
CMP_EQUAL, CMP_GREATER, CMP_INDETERMINATE, CMP_LESS, CMP_UNEQUAL
 
Method Summary
 RDQL_NodeValue evalRDQL(Query q, com.hp.hpl.jena.graph.query.IndexValues env)
           
 
Methods inherited from interface com.hp.hpl.jena.sparql.lang.rdql.PrintableRDQL
asInfixString, asPrefixString, format
 
Methods inherited from interface com.hp.hpl.jena.sparql.expr.Expr
applyNodeTransform, asVar, copySubstitute, copySubstitute, deepCopy, eval, getConstant, getExprVar, getFunction, getVarName, getVarsMentioned, isConstant, isFunction, isSatisfied, isVariable, varsMentioned, visit
 

Method Detail

evalRDQL

RDQL_NodeValue evalRDQL(Query q,
                        com.hp.hpl.jena.graph.query.IndexValues env)


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.