public class ConstantNode extends StandardNode
| Modifier and Type | Field and Description |
|---|---|
protected Tuple |
constant |
childrennodeId, reteContainer, tag, traceInfos| Constructor and Description |
|---|
ConstantNode(ReteContainer reteContainer,
Tuple constant) |
| Modifier and Type | Method and Description |
|---|---|
void |
pullInto(java.util.Collection<Tuple> collector)
pulls the contents of this object in this particular moment into a target collection
|
appendChild, constructIndex, getPulledContents, getReceivers, issueError, propagateUpdate, removeChildacceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfoPatternsEnumerated, getTraceInfos, setTag, toString, toStringCoreclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTagprotected Tuple constant
public ConstantNode(ReteContainer reteContainer, Tuple constant)
constant - will be wrapped using IQueryRuntimeContext.wrapTuple(Tuple)