Class BufferedSplitter.BufferedSplitterPlaneNode
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.BufferedSplitter.BufferedSplitterPlaneNode
-
- All Implemented Interfaces:
PlanNode
- Enclosing class:
- BufferedSplitter
public static class BufferedSplitter.BufferedSplitterPlaneNode extends java.lang.Object implements PlanNode
-
-
Field Summary
Fields Modifier and Type Field Description private BufferedSplitterbufferedSplitterbooleancachedprivate booleanprintedprivate ValidationExecutionLoggervalidationExecutionLogger
-
Constructor Summary
Constructors Constructor Description BufferedSplitterPlaneNode(BufferedSplitter bufferedSplitter, boolean cached)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdepth()booleanequals(java.lang.Object o)java.lang.StringgetId()voidgetPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)inthashCode()CloseableIteration<? extends ValidationTuple,SailException>iterator()booleanproducesSorted()voidreceiveLogger(ValidationExecutionLogger validationExecutionLogger)booleanrequiresSorted()java.lang.StringtoString()-
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
-
-
-
-
Field Detail
-
bufferedSplitter
private final BufferedSplitter bufferedSplitter
-
cached
public final boolean cached
-
printed
private boolean printed
-
validationExecutionLogger
private ValidationExecutionLogger validationExecutionLogger
-
-
Constructor Detail
-
BufferedSplitterPlaneNode
public BufferedSplitterPlaneNode(BufferedSplitter bufferedSplitter, boolean cached)
-
-
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
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-