@Deprecated public abstract class ExternalSet extends AbstractQueryModelNode implements TupleExpr
| Constructor and Description |
|---|
ExternalSet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
cardinality()
Deprecated.
|
ExternalSet |
clone()
Deprecated.
|
abstract CloseableIteration<BindingSet,QueryEvaluationException> |
evaluate(BindingSet bindings)
Deprecated.
|
Set<String> |
getAssuredBindingNames()
Deprecated.
|
Set<String> |
getBindingNames()
Deprecated.
|
<X extends Exception> |
visit(QueryModelVisitor<X> visitor)
Deprecated.
|
getParentNode, getSignature, isGraphPatternGroup, nullEquals, replaceChildNode, replaceNodeInList, replaceWith, setGraphPatternGroup, setParentNode, toString, visitChildrenequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visitChildrenpublic Set<String> getBindingNames()
getBindingNames in interface TupleExprpublic Set<String> getAssuredBindingNames()
getAssuredBindingNames in interface TupleExprpublic <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
visit in interface QueryModelNodeX extends Exceptionpublic ExternalSet clone()
clone in interface QueryModelNodeclone in interface TupleExprclone in class AbstractQueryModelNodepublic double cardinality()
public abstract CloseableIteration<BindingSet,QueryEvaluationException> evaluate(BindingSet bindings) throws QueryEvaluationException
QueryEvaluationExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.