Class ValuesBackedNode
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.ValuesBackedNode
- All Implemented Interfaces:
PlanNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Logger(package private) booleanprivate final ConstraintComponent.Scopeprivate final List<ValidationTuple> private ValidationExecutionLogger -
Constructor Summary
ConstructorsConstructorDescriptionValuesBackedNode(SortedSet<Value> values, ConstraintComponent.Scope scope, Resource[] dataGraph) -
Method Summary
Modifier and TypeMethodDescriptionintdepth()booleangetId()voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()CloseableIteration<? extends ValidationTuple, SailException> iterator()booleanvoidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) booleantoString()Methods inherited from interface PlanNode
isGuaranteedEmpty
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
values
-
tuples
-
scope
-
printed
boolean printed -
validationExecutionLogger
-
-
Constructor Details
-
ValuesBackedNode
public ValuesBackedNode(SortedSet<Value> values, ConstraintComponent.Scope scope, Resource[] dataGraph)
-
-
Method Details
-
iterator
-
depth
-
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDotin interfacePlanNode
-
getId
-
toString
-
equals
-
hashCode
-
receiveLogger
- Specified by:
receiveLoggerin interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSortedin interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSortedin interfacePlanNode
-