Class TimelyProductionNode
java.lang.Object
tools.refinery.interpreter.rete.network.BaseNode
tools.refinery.interpreter.rete.network.StandardNode
tools.refinery.interpreter.rete.single.AbstractUniquenessEnforcerNode
tools.refinery.interpreter.rete.single.TimelyUniquenessEnforcerNode
tools.refinery.interpreter.rete.single.TimelyProductionNode
- All Implemented Interfaces:
Iterable<Tuple>
,ResumableNode
,IGroupable
,NetworkStructureChangeSensitiveNode
,Node
,ProductionNode
,Receiver
,Supplier
,Tunnel
Differential dataflow implementation of the Production node, based on
TimelyUniquenessEnforcerNode
.- Since:
- 2.3
-
Field Summary
FieldsFields inherited from class tools.refinery.interpreter.rete.single.TimelyUniquenessEnforcerNode
group, memory
Fields inherited from class tools.refinery.interpreter.rete.single.AbstractUniquenessEnforcerNode
identityMask, mailbox, memoryIdentityIndexer, memoryNullIndexer, nullMask, parents, specializedListeners, tupleWidth
Fields inherited from class tools.refinery.interpreter.rete.network.StandardNode
childMailboxes, children
Fields inherited from class tools.refinery.interpreter.rete.network.BaseNode
nodeId, reteContainer, tag, traceInfos
-
Constructor Summary
ConstructorsConstructorDescriptionTimelyProductionNode
(ReteContainer reteContainer, Map<String, Integer> posMapping) -
Method Summary
Methods inherited from class tools.refinery.interpreter.rete.single.TimelyUniquenessEnforcerNode
getCurrentGroup, getIdentityIndexer, getNullIndexer, getResumableTimestamp, getTuples, instantiateMailbox, networkStructureChanged, pullInto, pullIntoWithTimeline, resumeAt, setCurrentGroup, update
Methods inherited from class tools.refinery.interpreter.rete.single.AbstractUniquenessEnforcerNode
appendParent, assignTraceInfo, constructIndex, getMailbox, getParents, propagate, removeParent
Methods inherited from class tools.refinery.interpreter.rete.network.StandardNode
appendChild, getChildMailboxes, getPulledContents, getReceivers, issueError, propagateUpdate, removeChild
Methods inherited from class tools.refinery.interpreter.rete.network.BaseNode
getContainer, getNodeId, getTag, getTraceInfoPatternsEnumerated, getTraceInfos, setTag, toStringCore
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface tools.refinery.interpreter.rete.network.Node
assignTraceInfo, getCommunicationTracker, getContainer, getNodeId, getTag, getTraceInfos, setTag
Methods inherited from interface tools.refinery.interpreter.rete.network.Receiver
appendParent, batchUpdate, getMailbox, getParents, removeParent, update
Methods inherited from interface tools.refinery.interpreter.rete.network.Supplier
appendChild, constructIndex, getPulledContents, getPulledContents, getReceivers, pullInto, pullIntoWithTimeline, removeChild
-
Field Details
-
posMapping
-
-
Constructor Details
-
TimelyProductionNode
-
-
Method Details
-
getPosMapping
- Specified by:
getPosMapping
in interfaceProductionNode
- Returns:
- the position mapping of this particular pattern that maps members of the tuple type to their positions
-
iterator
-
acceptPropagatedTraceInfo
Description copied from interface:Node
accepts traceability info propagated to this node- Specified by:
acceptPropagatedTraceInfo
in interfaceNode
- Overrides:
acceptPropagatedTraceInfo
in classBaseNode
-
toString
-