public abstract class NullIndexer extends SpecializedProjectionIndexer
| Constructor and Description |
|---|
NullIndexer(ReteContainer reteContainer,
int tupleWidth,
Supplier parent,
Node activeNode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Tuple> |
get(Tuple signature) |
java.util.Collection<Tuple> |
getSignatures()
A collection consisting of exactly those signatures whose tuple group is not empty CONTRACT: do not modify
|
java.util.Iterator<Tuple> |
iterator() |
void |
propagate(Direction direction,
Tuple updateElement) |
getActiveNodeassignTraceInfo, attachListener, detachListener, getContainer, getListeners, getMask, getParentacceptPropagatedTraceInfo, getNodeId, getTag, getTraceInfos, setTag, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitattachListener, detachListener, getListeners, getMask, getParentacceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTagpublic NullIndexer(ReteContainer reteContainer, int tupleWidth, Supplier parent, Node activeNode)
public java.util.Collection<Tuple> get(Tuple signature)
public java.util.Collection<Tuple> getSignatures()
IterableIndexerpublic java.util.Iterator<Tuple> iterator()