public class RemoteReceiver extends SingleInputNode
mailbox, parentchildrennodeId, reteContainer, tag, traceInfos| Constructor and Description |
|---|
RemoteReceiver(ReteContainer reteContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTarget(Address<? extends Receiver> target) |
void |
pullInto(java.util.Collection<Tuple> collector)
pulls the contents of this object in this particular moment into a target collection
|
java.util.Collection<Tuple> |
remotePull() |
void |
update(Direction direction,
Tuple updateElement)
updates the receiver with a newly found or lost partial matching
|
appendParent, assignTraceInfo, getMailbox, getParents, instantiateMailbox, propagatePullInto, removeParentappendChild, constructIndex, getPulledContents, getReceivers, issueError, propagateUpdate, removeChildacceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfoPatternsEnumerated, getTraceInfos, setTag, toString, toStringCoreclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendChild, constructIndex, getPulledContents, getReceivers, removeChildacceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTagpublic RemoteReceiver(ReteContainer reteContainer)