Class SingleCloseablePlanNode
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.SingleCloseablePlanNode
-
Constructor Summary
ConstructorDescriptionSingleCloseablePlanNode
(PlanNode parent, org.eclipse.rdf4j.sail.shacl.ast.Shape shape, ConnectionsGroup connectionsGroup) -
Method Summary
Modifier and TypeMethodDescriptionint
depth()
boolean
getId()
void
getPlanAsGraphvizDot
(StringBuilder stringBuilder) org.eclipse.rdf4j.sail.shacl.ast.Shape
getShape()
int
hashCode()
CloseableIteration
<? extends ValidationTuple> iterator()
boolean
void
receiveLogger
(ValidationExecutionLogger validationExecutionLogger) boolean
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sail.shacl.ast.planNodes.PlanNode
isGuaranteedEmpty
-
Constructor Details
-
SingleCloseablePlanNode
public SingleCloseablePlanNode(PlanNode parent, org.eclipse.rdf4j.sail.shacl.ast.Shape shape, ConnectionsGroup connectionsGroup)
-
-
Method Details
-
iterator
-
depth
-
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDot
in interfacePlanNode
-
toString
-
getId
-
receiveLogger
- Specified by:
receiveLogger
in interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSorted
in interfacePlanNode
-
getShape
public org.eclipse.rdf4j.sail.shacl.ast.Shape getShape() -
equals
-
hashCode
-