Class StandardIndexer

java.lang.Object
tools.refinery.interpreter.rete.network.BaseNode
tools.refinery.interpreter.rete.index.StandardIndexer
All Implemented Interfaces:
Indexer, NetworkStructureChangeSensitiveNode, Node
Direct Known Subclasses:
AbstractColumnAggregatorNode.AggregatorOuterIdentityIndexer, AbstractColumnAggregatorNode.AggregatorOuterIndexer, IndexerWithMemory, SpecializedProjectionIndexer, TransitiveClosureNodeIndexer

public abstract class StandardIndexer extends BaseNode implements Indexer, NetworkStructureChangeSensitiveNode
An abstract standard implementation of the Indexer interface, providing common bookkeeping functionality.