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) |
getActiveNode
assignTraceInfo, attachListener, detachListener, getContainer, getListeners, getMask, getParent
acceptPropagatedTraceInfo, getNodeId, getTag, getTraceInfos, setTag, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
attachListener, detachListener, getListeners, getMask, getParent
acceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag
public NullIndexer(ReteContainer reteContainer, int tupleWidth, Supplier parent, Node activeNode)
public java.util.Collection<Tuple> get(Tuple signature)
public java.util.Collection<Tuple> getSignatures()
IterableIndexer
public java.util.Iterator<Tuple> iterator()