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, updateappendParent, assignTraceInfo, getParents, propagatePullInto, removeParentappendChild, constructIndex, getPulledContents, getReceivers, removeChildacceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitappendChild, constructIndex, getPulledContents, getReceivers, removeChildacceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTagpublic EqualityFilterNode(ReteContainer reteContainer, int[] indices)
reteContainer - indices - indices of the Tuple that should hold equal valuespublic boolean check(Tuple ps)
FilterNodecheck in class FilterNodeps - the matching to be checked.