Class AbstractEvaluatorNode
java.lang.Object
tools.refinery.interpreter.rete.network.BaseNode
tools.refinery.interpreter.rete.network.StandardNode
tools.refinery.interpreter.rete.single.SingleInputNode
tools.refinery.interpreter.rete.eval.AbstractEvaluatorNode
- All Implemented Interfaces:
IEvaluatorNode, NetworkStructureChangeSensitiveNode, Node, Receiver, Supplier, Tunnel
- Direct Known Subclasses:
MemorylessEvaluatorNode, OutputCachingEvaluatorNode
-
Field Summary
FieldsFields inherited from class SingleInputNode
mailbox, parentFields inherited from class StandardNode
childMailboxes, childrenFields inherited from class BaseNode
nodeId, reteContainer, tag, traceInfos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpropagateIterableUpdate(Direction direction, Iterable<Tuple> update, Timestamp timestamp) Methods inherited from class SingleInputNode
appendParent, assignTraceInfo, getCommunicationTracker, getMailbox, getParents, instantiateMailbox, propagatePullInto, propagatePullIntoWithTimestamp, removeParentMethods inherited from class StandardNode
appendChild, constructIndex, getChildMailboxes, getPulledContents, getReceivers, issueError, networkStructureChanged, propagateUpdate, removeChildMethods inherited from class BaseNode
acceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfoPatternsEnumerated, getTraceInfos, setTag, toString, toStringCoreMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Node
acceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTagMethods inherited from interface Receiver
batchUpdate, updateMethods inherited from interface Supplier
appendChild, constructIndex, getPulledContents, getPulledContents, getReceivers, pullInto, pullIntoWithTimeline, removeChild
-
Field Details
-
core
- Since:
- 1.5
-
-
Constructor Details
-
AbstractEvaluatorNode
- Since:
- 1.5
-
-
Method Details
-
getReteContainer
- Specified by:
getReteContainerin interfaceIEvaluatorNode- Since:
- 1.5
-
prettyPrintTraceInfoPatternList
- Specified by:
prettyPrintTraceInfoPatternListin interfaceIEvaluatorNode- Since:
- 1.5
-
propagateIterableUpdate
-