public abstract class AbstractNaryTupleOperator extends AbstractNaryOperator<TupleExpr> implements TupleExpr
| Constructor and Description |
|---|
AbstractNaryTupleOperator() |
AbstractNaryTupleOperator(List<? extends TupleExpr> args)
Creates a new n-ary tuple operator.
|
AbstractNaryTupleOperator(TupleExpr... args)
Creates a new n-ary tuple operator.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractNaryTupleOperator |
clone() |
Set<String> |
getAssuredBindingNames() |
Set<String> |
getBindingNames() |
addArg, getArg, getArgs, getNumberOfArguments, removeArg, replaceChildNode, setArg, visitChildrengetParentNode, getSignature, nullEquals, replaceNodeInList, replaceWith, setParentNode, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visit, visitChildrenpublic AbstractNaryTupleOperator()
public AbstractNaryTupleOperator(TupleExpr... args)
public Set<String> getBindingNames()
getBindingNames in interface TupleExprpublic Set<String> getAssuredBindingNames()
getAssuredBindingNames in interface TupleExprpublic AbstractNaryTupleOperator clone()
clone in interface QueryModelNodeclone in interface TupleExprclone in class AbstractNaryOperator<TupleExpr>Copyright © 2001-2014 Aduna. All Rights Reserved.