public abstract class FilterNode extends SingleInputNode
mailbox, parent
children
communicationTracker, nodeId, reteContainer, tag, traceInfos
Constructor and Description |
---|
FilterNode(ReteContainer reteContainer) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
check(Tuple ps)
Abstract filtering predicate.
|
void |
pullInto(java.util.Collection<Tuple> collector)
pulls the contents of this object in this particular moment into a target collection
|
void |
update(Direction direction,
Tuple updateElement)
updates the receiver with a newly found or lost partial matching
|
appendParent, assignTraceInfo, getMailbox, getParents, instantiateMailbox, propagatePullInto, removeParent
appendChild, constructIndex, getPulledContents, getReceivers, issueError, propagateUpdate, removeChild
acceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfoPatternsEnumerated, getTraceInfos, setTag, toString, toStringCore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendChild, constructIndex, getPulledContents, getReceivers, removeChild
acceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag
public FilterNode(ReteContainer reteContainer)
public abstract boolean check(Tuple ps)
ps
- the matching to be checked.public void pullInto(java.util.Collection<Tuple> collector)
Supplier