Uses of Class
org.eclipse.rdf4j.query.algebra.IRIFunction
-
Packages that use IRIFunction Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.queryrender.sparql -
-
Uses of IRIFunction in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return IRIFunction Modifier and Type Method Description IRIFunction
IRIFunction. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type IRIFunction Modifier and Type Method Description void
QueryModelVisitor. meet(IRIFunction node)
-
Uses of IRIFunction in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type IRIFunction Modifier and Type Method Description IRI
StrictEvaluationStrategy. evaluate(IRIFunction node, BindingSet bindings)
Creates a URI from the operand value (a plain literal or a URI). -
Uses of IRIFunction in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type IRIFunction Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(IRIFunction node)
-
Uses of IRIFunction in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return IRIFunction Modifier and Type Method Description IRIFunction
TupleExprBuilder. visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTIRIFunc node, Object data)
-
Uses of IRIFunction in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type IRIFunction Modifier and Type Method Description void
SparqlTupleExprRenderer. meet(IRIFunction node)
-