Class DebugPlanNode
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.DebugPlanNode
-
-
Constructor Summary
Constructors Constructor Description DebugPlanNode(PlanNode parent, String message)
DebugPlanNode(PlanNode parent, String message, Consumer<ValidationTuple> debugPoint)
DebugPlanNode(PlanNode parent, Consumer<ValidationTuple> debugPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
depth()
String
getId()
void
getPlanAsGraphvizDot(StringBuilder stringBuilder)
CloseableIteration<? extends ValidationTuple,SailException>
iterator()
boolean
producesSorted()
void
receiveLogger(ValidationExecutionLogger validationExecutionLogger)
boolean
requiresSorted()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.sail.shacl.ast.planNodes.PlanNode
isGuaranteedEmpty
-
-
-
-
Constructor Detail
-
DebugPlanNode
public DebugPlanNode(PlanNode parent, String message, Consumer<ValidationTuple> debugPoint)
-
DebugPlanNode
public DebugPlanNode(PlanNode parent, Consumer<ValidationTuple> debugPoint)
-
-
Method Detail
-
iterator
public CloseableIteration<? extends ValidationTuple,SailException> iterator()
-
getPlanAsGraphvizDot
public void getPlanAsGraphvizDot(StringBuilder stringBuilder)
- Specified by:
getPlanAsGraphvizDot
in interfacePlanNode
-
receiveLogger
public void receiveLogger(ValidationExecutionLogger validationExecutionLogger)
- Specified by:
receiveLogger
in interfacePlanNode
-
producesSorted
public boolean producesSorted()
- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()
- Specified by:
requiresSorted
in interfacePlanNode
-
-