public class OnetimeIndexer extends GenericProjectionIndexer
| Constructor and Description |
|---|
OnetimeIndexer(ReteContainer reteContainer,
TupleMask mask) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendParent(Supplier supplier)
appends a parent that will continously send insert and revoke updates to this supplier
|
void |
attachListener(IndexerListener listener) |
java.util.Collection<Tuple> |
get(Tuple signature) |
getActiveNode, getSignatures, iteratorgetMemory, getParents, removeParent, updateassignTraceInfo, detachListener, getContainer, getListeners, getMask, getParentacceptPropagatedTraceInfo, getNodeId, getTag, getTraceInfos, setTag, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitdetachListener, getListeners, getMask, getParentacceptPropagatedTraceInfo, assignTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTagpublic OnetimeIndexer(ReteContainer reteContainer, TupleMask mask)
public java.util.Collection<Tuple> get(Tuple signature)
get in interface Indexerget in class GenericProjectionIndexerpublic void appendParent(Supplier supplier)
ReceiverappendParent in interface ReceiverappendParent in class IndexerWithMemorypublic void attachListener(IndexerListener listener)
attachListener in interface IndexerattachListener in class StandardIndexer