Class EmptyNode
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.EmptyNode
- All Implemented Interfaces:
PlanNode
-
Method Summary
Modifier and TypeMethodDescriptionint
depth()
getId()
static EmptyNode
void
getPlanAsGraphvizDot
(StringBuilder stringBuilder) boolean
CloseableIteration
<? extends ValidationTuple> iterator()
boolean
void
receiveLogger
(ValidationExecutionLogger validationExecutionLogger) boolean
toString()
-
Method Details
-
getInstance
-
iterator
-
depth
public int depth() -
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDot
in interfacePlanNode
-
getId
-
toString
-
receiveLogger
- Specified by:
receiveLogger
in interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSorted
in interfacePlanNode
-
isGuaranteedEmpty
public boolean isGuaranteedEmpty()- Specified by:
isGuaranteedEmpty
in interfacePlanNode
-