Class InnerJoin.NotifyingPushablePlanNode
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.InnerJoin.NotifyingPushablePlanNode
-
- All Implemented Interfaces:
PlanNode
,PushablePlanNode
- Enclosing class:
- InnerJoin
class InnerJoin.NotifyingPushablePlanNode extends java.lang.Object implements PushablePlanNode
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PushablePlanNode
delegate
(package private) boolean
recentlyPushed
-
Constructor Summary
Constructors Constructor Description NotifyingPushablePlanNode(PushablePlanNode delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
depth()
boolean
equals(java.lang.Object o)
java.lang.String
getId()
void
getPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)
int
hashCode()
boolean
isClosed()
CloseableIteration<? extends ValidationTuple,SailException>
iterator()
boolean
producesSorted()
void
push(ValidationTuple tuple)
void
receiveLogger(ValidationExecutionLogger validationExecutionLogger)
boolean
requiresSorted()
void
resetNotification()
boolean
wasRecentlyPushed()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.sail.shacl.ast.planNodes.PlanNode
isGuaranteedEmpty
-
-
-
-
Field Detail
-
delegate
PushablePlanNode delegate
-
recentlyPushed
boolean recentlyPushed
-
-
Constructor Detail
-
NotifyingPushablePlanNode
public NotifyingPushablePlanNode(PushablePlanNode delegate)
-
-
Method Detail
-
iterator
public CloseableIteration<? extends ValidationTuple,SailException> iterator()
-
getPlanAsGraphvizDot
public void getPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)
- Specified by:
getPlanAsGraphvizDot
in interfacePlanNode
-
receiveLogger
public void receiveLogger(ValidationExecutionLogger validationExecutionLogger)
- Specified by:
receiveLogger
in interfacePlanNode
-
producesSorted
public boolean producesSorted()
- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()
- Specified by:
requiresSorted
in interfacePlanNode
-
push
public void push(ValidationTuple tuple)
- Specified by:
push
in interfacePushablePlanNode
-
isClosed
public boolean isClosed()
- Specified by:
isClosed
in interfacePushablePlanNode
-
resetNotification
public void resetNotification()
-
wasRecentlyPushed
public boolean wasRecentlyPushed()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-