Expand description
Working Memory for RETE-UL (Drools-style)
This module implements a Working Memory system similar to Drools, providing:
- FactHandle for tracking inserted objects
- Insert, update, retract operations
- Type indexing for fast lookups
- Change tracking for incremental updates
Structsยง
- Fact
Handle - Unique handle for a fact in working memory (similar to Drools FactHandle)
- Fact
Metadata - Metadata for a fact
- Working
Memory - Working Memory - stores and manages facts (Drools-style)
- Working
Memory Fact - A fact stored in working memory
- Working
Memory Stats - Working memory statistics