public abstract class IdentityIndexer extends SpecializedProjectionIndexer
SpecializedProjectionIndexer.ListenerSubscription
activeNode, sharedSubscriptionList
listeners, mask, parent
communicationTracker, nodeId, reteContainer, tag, traceInfos
Constructor and Description |
---|
IdentityIndexer(ReteContainer reteContainer,
int tupleWidth,
Supplier parent,
Node activeNode,
java.util.List<SpecializedProjectionIndexer.ListenerSubscription> sharedSubscriptionList) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
contains(Tuple signature) |
java.util.Collection<Tuple> |
get(Tuple signature) |
int |
getBucketCount() |
java.util.Collection<Tuple> |
getSignatures()
A view consisting of exactly those signatures whose tuple group is not empty
|
protected abstract java.util.Collection<Tuple> |
getTuples() |
java.util.Iterator<Tuple> |
iterator() |
void |
propagateToListener(IndexerListener listener,
Direction direction,
Tuple updateElement) |
attachListener, detachListener, getActiveNode, propagate
assignTraceInfo, getContainer, getListeners, getMask, getParent, toStringCore
acceptPropagatedTraceInfo, getNodeId, getTag, getTraceInfoPatternsEnumerated, getTraceInfos, setTag, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getListeners, getMask, getParent
acceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag
public IdentityIndexer(ReteContainer reteContainer, int tupleWidth, Supplier parent, Node activeNode, java.util.List<SpecializedProjectionIndexer.ListenerSubscription> sharedSubscriptionList)
protected abstract java.util.Collection<Tuple> getTuples()
public java.util.Collection<Tuple> get(Tuple signature)
protected boolean contains(Tuple signature)
signature
- public java.util.Collection<Tuple> getSignatures()
IterableIndexer
public int getBucketCount()
public java.util.Iterator<Tuple> iterator()
public void propagateToListener(IndexerListener listener, Direction direction, Tuple updateElement)
propagateToListener
in class SpecializedProjectionIndexer