public class EqualityFilterNode extends FilterNode
Constructor and Description |
---|
EqualityFilterNode(ReteContainer reteContainer,
int[] indices) |
Modifier and Type | Method and Description |
---|---|
boolean |
check(Tuple ps)
Abstract filtering predicate.
|
pullInto, update
appendParent, assignTraceInfo, getParents, propagatePullInto, removeParent
appendChild, constructIndex, getPulledContents, getReceivers, removeChild
acceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendChild, constructIndex, getPulledContents, getReceivers, removeChild
acceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag
public EqualityFilterNode(ReteContainer reteContainer, int[] indices)
reteContainer
- indices
- indices of the Tuple that should hold equal valuespublic boolean check(Tuple ps)
FilterNode
check
in class FilterNode
ps
- the matching to be checked.