public class ValueBinderFilterNode extends FilterNode
| Constructor and Description |
|---|
ValueBinderFilterNode(ReteContainer reteContainer,
int bindingIndex,
java.lang.Object bindingValue) |
| 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 ValueBinderFilterNode(ReteContainer reteContainer, int bindingIndex, java.lang.Object bindingValue)
reteContainer - bindingIndex - the position in the tuple that should be boundbindingValue - the value to which the tuple has to be boundpublic boolean check(Tuple ps)
FilterNodecheck in class FilterNodeps - the matching to be checked.