public class ConstantNode extends StandardNode
Modifier and Type | Field and Description |
---|---|
protected Tuple |
constant |
children
communicationTracker, nodeId, 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, removeChild
acceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfoPatternsEnumerated, getTraceInfos, setTag, toString, toStringCore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
acceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag
protected Tuple constant
public ConstantNode(ReteContainer reteContainer, Tuple constant)
constant
- will be wrapped using IQueryRuntimeContext.wrapTuple(Tuple)