public class RelationEvaluatorNode.BatchingReceiver extends SimpleReceiver
mailbox, parent
nodeId, reteContainer, tag, traceInfos
Modifier and Type | Method and Description |
---|---|
void |
batchUpdate(java.util.Collection<java.util.Map.Entry<Tuple,java.lang.Integer>> updates,
Timestamp timestamp)
Updates the receiver in batch style with a collection of updates.
|
void |
update(Direction direction,
Tuple updateElement,
Timestamp timestamp)
Updates the receiver with a newly found or lost partial matching.
|
appendParent, assignTraceInfo, disconnectFromNetwork, getMailbox, getParents, instantiateMailbox, removeParent
acceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfoPatternsEnumerated, getTraceInfos, setTag, toString, toStringCore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
acceptPropagatedTraceInfo, getCommunicationTracker, getContainer, getNodeId, getTag, getTraceInfos, setTag
public void update(Direction direction, Tuple updateElement, Timestamp timestamp)
Receiver
public void batchUpdate(java.util.Collection<java.util.Map.Entry<Tuple,java.lang.Integer>> updates, Timestamp timestamp)
Receiver
Receiver.update(Direction, Tuple, Timestamp)
individually for all updates.