public interface Receiver extends Node
ReteContainer| Modifier and Type | Method and Description |
|---|---|
void |
appendParent(Supplier supplier)
appends a parent that will continously send insert and revoke updates to this supplier
|
java.util.Collection<Supplier> |
getParents()
access active parent
|
void |
removeParent(Supplier supplier)
removes a parent
|
void |
update(Direction direction,
Tuple updateElement)
updates the receiver with a newly found or lost partial matching
|
acceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTagvoid update(Direction direction, Tuple updateElement)
void appendParent(Supplier supplier)
void removeParent(Supplier supplier)
java.util.Collection<Supplier> getParents()