Interface PosetAwareReceiver
- All Known Implementing Classes:
ColumnAggregatorNode,DefaultProductionNode,UniquenessEnforcerNode
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateWithPosetInfo(Direction direction, Tuple update, boolean monotone) Updates the receiver with a newly found or lost partial matching also providing information whether the update is a monotone change or not.Methods inherited from interface tools.refinery.interpreter.rete.network.Node
acceptPropagatedTraceInfo, assignTraceInfo, getCommunicationTracker, getContainer, getNodeId, getTag, getTraceInfos, setTagMethods inherited from interface tools.refinery.interpreter.rete.network.Receiver
appendParent, batchUpdate, getMailbox, getParents, removeParent, update
-
Method Details
-
getCoreMask
TupleMask getCoreMask() -
getPosetMask
TupleMask getPosetMask() -
getPosetComparator
IPosetComparator getPosetComparator() -
updateWithPosetInfo
Updates the receiver with a newly found or lost partial matching also providing information whether the update is a monotone change or not.- Parameters:
direction- the direction of the updateupdate- the update tuplemonotone- true if the update is monotone, false otherwise- Since:
- 2.4
-