public class NJoin extends NTuple implements TupleExpr
| Constructor and Description | 
|---|
| NJoin(List<TupleExpr> args,
     QueryInfo queryInfo)Construct an nary-tuple. | 
| Modifier and Type | Method and Description | 
|---|---|
| NJoin | clone()Returns a (deep) clone of this query model node. | 
| Set<String> | getJoinVariables(int joinIndex)Returns the commons variables of the join with the given index. | 
| <X extends Exception> | visit(QueryModelVisitor<X> visitor)Visits this node. | 
getArg, getArgs, getAssuredBindingNames, getBindingNames, getNumberOfArguments, getQueryInfo, replaceChildNode, visitChildrengetParentNode, getSignature, isGraphPatternGroup, nullEquals, replaceNodeInList, replaceWith, setGraphPatternGroup, setParentNode, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAssuredBindingNames, getBindingNamesequals, getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visitChildrenpublic <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
QueryModelNodevisit in interface QueryModelNodevisit in class NTupleX extends Exceptionpublic NJoin clone()
QueryModelNodeCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.