public class StatementSource extends AbstractQueryModelNode
Modifier and Type | Class and Description |
---|---|
static class |
StatementSource.StatementSourceType |
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected StatementSource.StatementSourceType |
type |
Constructor and Description |
---|
StatementSource(String name,
StatementSource.StatementSourceType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns true if this query model node and its children are recursively equal to o and its
children.
|
String |
getEndpointID() |
String |
getSignature()
Default implementation of
QueryModelNode.getSignature() that prints the name of the node's class. |
int |
hashCode() |
boolean |
isLocal() |
<X extends Exception> |
visit(QueryModelVisitor<X> visitor)
Visits this node.
|
clone, getCostEstimate, getParentNode, getResultSizeActual, getResultSizeEstimate, getTotalTimeNanosActual, isGraphPatternGroup, isVariableScopeChange, nullEquals, replaceChildNode, replaceNodeInList, replaceWith, setCostEstimate, setGraphPatternGroup, setParentNode, setResultSizeActual, setResultSizeEstimate, setTotalTimeNanosActual, setVariableScopeChange, toString, visitChildren
protected String id
protected StatementSource.StatementSourceType type
public StatementSource(String name, StatementSource.StatementSourceType type)
public <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
QueryModelNode
X extends Exception
public String getSignature()
AbstractQueryModelNode
QueryModelNode.getSignature()
that prints the name of the node's class.getSignature
in interface QueryModelNode
getSignature
in class AbstractQueryModelNode
public boolean equals(Object obj)
QueryModelNode
equals
in interface QueryModelNode
equals
in class Object
public String getEndpointID()
public boolean isLocal()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.