public interface Supplier extends Node
Modifier and Type | Method and Description |
---|---|
void |
appendChild(Receiver receiver)
appends a receiver that will continously receive insert and revoke updates from this supplier
|
ProjectionIndexer |
constructIndex(TupleMask mask,
TraceInfo... traces)
Instantiates (or reuses, depending on implementation) an index according to the given mask.
|
java.util.Set<Tuple> |
getPulledContents()
Returns the contents of this object in this particular moment.
|
java.util.Collection<Receiver> |
getReceivers()
lists receivers
|
void |
pullInto(java.util.Collection<Tuple> collector)
pulls the contents of this object in this particular moment into a target collection
|
void |
removeChild(Receiver receiver)
removes a receiver
|
acceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag
void pullInto(java.util.Collection<Tuple> collector)
java.util.Set<Tuple> getPulledContents()
Intended mainly for debug purposes, therefore does not do flushing.
During runtime, flushing may be preferred; see ReteContainer.pullContents(Supplier)
void appendChild(Receiver receiver)
void removeChild(Receiver receiver)
ProjectionIndexer constructIndex(TupleMask mask, TraceInfo... traces)
java.util.Collection<Receiver> getReceivers()