Class FilterPlanNode
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.FilterPlanNode
- All Implemented Interfaces:
MultiStreamPlanNode
,PlanNode
- Direct Known Subclasses:
DatatypeFilter
,ExternalFilterByQuery
,FilterTargetIsObject
,FilterTargetIsSubject
,LanguageInFilter
,LiteralComparatorFilter
,MaxLengthFilter
,MinLengthFilter
,NodeKindFilter
,PatternFilter
,ValueInFilter
- Author:
- HÃ¥vard Ottestad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
int
depth()
boolean
getFalseNode
(Class<? extends PushablePlanNode> type) getId()
void
getPlanAsGraphvizDot
(StringBuilder stringBuilder) getTrueNode
(Class<? extends PushablePlanNode> type) int
hashCode()
boolean
void
init()
CloseableIteration
<? extends ValidationTuple> iterator()
boolean
void
receiveLogger
(ValidationExecutionLogger validationExecutionLogger) boolean
toString()
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
-
Constructor Details
-
FilterPlanNode
-
-
Method Details
-
getTrueNode
-
getFalseNode
-
iterator
-
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDot
in interfacePlanNode
-
toString
-
getId
-
init
public void init()- Specified by:
init
in interfaceMultiStreamPlanNode
-
close
public void close()- Specified by:
close
in interfaceMultiStreamPlanNode
-
incrementIterator
public boolean incrementIterator()- Specified by:
incrementIterator
in interfaceMultiStreamPlanNode
-
depth
-
receiveLogger
- Specified by:
receiveLogger
in interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSorted
in interfacePlanNode
-
equals
-
hashCode
-