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. | 
| boolean | hasQuery() | 
| 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, visitChildrengetParentNode, isGraphPatternGroup, nullEquals, replaceNodeInList, replaceWith, setGraphPatternGroup, setParentNode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetParentNode, replaceWith, setParentNode, toStringisGraphPatternGroup, setGraphPatternGrouppublic OwnedTupleExpr(RepositoryConnection owner, TupleExpr arg)
public RepositoryConnection getOwner()
public void prepare(QueryLanguage queryLn, String qry, Map<String,String> bindings) throws RepositoryException, MalformedQueryException
public boolean hasQuery()
public CloseableIteration<BindingSet,QueryEvaluationException> evaluate(Dataset dataset, BindingSet bindings) throws QueryEvaluationException
QueryEvaluationExceptionpublic <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
QueryModelNodeX extends Exceptionpublic String getSignature()
AbstractQueryModelNodeQueryModelNode.getSignature() that prints the name of the node's class.getSignature in interface QueryModelNodegetSignature in class AbstractQueryModelNodeCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.