public abstract class StandardNode extends BaseNode implements Supplier
| Constructor and Description |
|---|
StandardNode(ReteContainer reteContainer) |
| 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 |
removeChild(Receiver receiver)
removes a receiver
|
acceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTagpublic StandardNode(ReteContainer reteContainer)
public void appendChild(Receiver receiver)
SupplierappendChild in interface Supplierpublic void removeChild(Receiver receiver)
SupplierremoveChild in interface Supplierpublic java.util.Collection<Receiver> getReceivers()
SuppliergetReceivers in interface Supplierpublic java.util.Set<Tuple> getPulledContents()
Supplier Intended mainly for debug purposes, therefore does not do flushing.
During runtime, flushing may be preferred; see ReteContainer.pullContents(Supplier)
getPulledContents in interface Supplierpublic ProjectionIndexer constructIndex(TupleMask mask, TraceInfo... traces)
SupplierconstructIndex in interface Supplier