public class OwnedTupleExpr extends UnaryTupleOperator
arg
Constructor and Description |
---|
OwnedTupleExpr(RepositoryConnection owner,
TupleExpr arg) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
evaluate(Dataset dataset,
BindingSet bindings) |
RepositoryConnection |
getOwner() |
String |
getSignature()
Default implementation of
QueryModelNode.getSignature() that
prints the name of the node's class. |
void |
prepare(QueryLanguage queryLn,
String qry,
Map<String,String> bindings) |
<X extends Exception> |
visit(QueryModelVisitor<X> visitor)
Visits this node.
|
clone, equals, getArg, getAssuredBindingNames, getBindingNames, hashCode, replaceChildNode, setArg, visitChildren
getParentNode, nullEquals, replaceNodeInList, replaceWith, setParentNode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
getParentNode, replaceWith, setParentNode, toString
public OwnedTupleExpr(RepositoryConnection owner, TupleExpr arg)
public RepositoryConnection getOwner()
public void prepare(QueryLanguage queryLn, String qry, Map<String,String> bindings) throws RepositoryException, MalformedQueryException
public CloseableIteration<BindingSet,QueryEvaluationException> evaluate(Dataset dataset, BindingSet bindings) throws QueryEvaluationException
QueryEvaluationException
public <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
QueryModelNode
X extends Exception
public String getSignature()
QueryModelNodeBase
QueryModelNode.getSignature()
that
prints the name of the node's class.getSignature
in interface QueryModelNode
getSignature
in class QueryModelNodeBase
Copyright © 2001-2016 Aduna. All Rights Reserved.