Class FilterByPredicateObject
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.FilterByPredicateObject
- All Implemented Interfaces:
PlanNode
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SailConnectionprivate final Resource[]private final FilterByPredicateObject.FilterOnprivate final IRIprivate final booleanprivate final PlanNodeprivate booleanprivate final booleanprivate StackTraceElement[]private ValidationExecutionLogger -
Constructor Summary
ConstructorsConstructorDescriptionFilterByPredicateObject(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, FilterByPredicateObject.FilterOn filterOn, boolean includeInferred) -
Method Summary
Modifier and TypeMethodDescriptionintdepth()booleangetId()voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()CloseableIteration<? extends ValidationTuple, SailException> iterator()private booleanbooleanvoidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) booleantoString()Methods inherited from interface PlanNode
isGuaranteedEmpty
-
Field Details
-
connection
-
includeInferred
private final boolean includeInferred -
filterOnObject
-
filterOnPredicate
-
filterOn
-
parent
-
returnMatching
private final boolean returnMatching -
stackTrace
-
printed
private boolean printed -
validationExecutionLogger
-
dataGraph
-
-
Constructor Details
-
FilterByPredicateObject
public FilterByPredicateObject(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, FilterByPredicateObject.FilterOn filterOn, boolean includeInferred)
-
-
Method Details
-
iterator
-
matches
-
depth
-
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDotin interfacePlanNode
-
getId
-
receiveLogger
- Specified by:
receiveLoggerin interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSortedin interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSortedin interfacePlanNode
-
equals
-
hashCode
-
toString
-