Class DebugPlanNode
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.DebugPlanNode
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.function.Consumer<ValidationTuple>debugPointprivate java.lang.Stringmessage(package private) PlanNodeparentprivate booleanprintedprivate java.lang.StackTraceElement[]stackTraceprivate ValidationExecutionLoggervalidationExecutionLogger
-
Constructor Summary
Constructors Constructor Description DebugPlanNode(PlanNode parent, java.lang.String message)DebugPlanNode(PlanNode parent, java.lang.String message, java.util.function.Consumer<ValidationTuple> debugPoint)DebugPlanNode(PlanNode parent, java.util.function.Consumer<ValidationTuple> debugPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdepth()java.lang.StringgetId()voidgetPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)CloseableIteration<? extends ValidationTuple,SailException>iterator()booleanproducesSorted()voidreceiveLogger(ValidationExecutionLogger validationExecutionLogger)booleanrequiresSorted()java.lang.StringtoString()-
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
-
-
-
-
Field Detail
-
stackTrace
private java.lang.StackTraceElement[] stackTrace
-
debugPoint
private java.util.function.Consumer<ValidationTuple> debugPoint
-
message
private final java.lang.String message
-
parent
PlanNode parent
-
printed
private boolean printed
-
validationExecutionLogger
private ValidationExecutionLogger validationExecutionLogger
-
-
Constructor Detail
-
DebugPlanNode
public DebugPlanNode(PlanNode parent, java.lang.String message, java.util.function.Consumer<ValidationTuple> debugPoint)
-
DebugPlanNode
public DebugPlanNode(PlanNode parent, java.lang.String message)
-
DebugPlanNode
public DebugPlanNode(PlanNode parent, java.util.function.Consumer<ValidationTuple> debugPoint)
-
-
Method Detail
-
iterator
public CloseableIteration<? extends ValidationTuple,SailException> iterator()
-
getPlanAsGraphvizDot
public void getPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)
- Specified by:
getPlanAsGraphvizDotin interfacePlanNode
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
receiveLogger
public void receiveLogger(ValidationExecutionLogger validationExecutionLogger)
- Specified by:
receiveLoggerin interfacePlanNode
-
producesSorted
public boolean producesSorted()
- Specified by:
producesSortedin interfacePlanNode
-
requiresSorted
public boolean requiresSorted()
- Specified by:
requiresSortedin interfacePlanNode
-
-