public interface RederivableNode extends Node, IGroupable
Modifier and Type | Method and Description |
---|---|
boolean |
isInDRedMode()
Returns true if this node actually runs in DRed mode (not necessarily).
|
void |
rederiveOne()
The method is called by the
ReteContainer to re-derive tuples after the normal messages have been
delivered and consumed. |
acceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag
getCurrentGroup, setCurrentGroup
void rederiveOne()
ReteContainer
to re-derive tuples after the normal messages have been
delivered and consumed. The re-derivation process may trigger the creation and delivery of further messages
and further re-derivation rounds.boolean isInDRedMode()