Class SparqlConstraintSelect
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.SparqlConstraintSelect
- All Implemented Interfaces:
PlanNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SailConnectionprivate final SparqlConstraintComponentprivate final Resource[]private final Datasetprivate static final org.slf4j.Loggerprivate final ParsedQueryprivate final booleanprivate final booleanprivate final Stringprivate final ConstraintComponent.Scopeprivate final Shapeprivate final PlanNodeprivate ValidationExecutionLoggerprivate final String[] -
Constructor Summary
ConstructorsConstructorDescriptionSparqlConstraintSelect(SailConnection connection, PlanNode targets, String query, ConstraintComponent.Scope scope, Resource[] dataGraph, boolean produceValidationReports, SparqlConstraintComponent constraintComponent, Shape shape) -
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 -
connection
-
targets
-
query
-
dataGraph
-
produceValidationReports
private final boolean produceValidationReports -
constraintComponent
-
shape
-
variables
-
scope
-
dataset
-
parsedQuery
-
printed
private final boolean printed- See Also:
-
validationExecutionLogger
-
-
Constructor Details
-
SparqlConstraintSelect
public SparqlConstraintSelect(SailConnection connection, PlanNode targets, String query, ConstraintComponent.Scope scope, Resource[] dataGraph, boolean produceValidationReports, SparqlConstraintComponent constraintComponent, Shape shape)
-
-
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
-