Expand description
Incremental Propagation Engine (P3 Feature - Advanced)
This module implements incremental updates similar to Drools:
- Only propagate changed facts through the network
- Track affected rules and activations
- Efficient re-evaluation after updates
Structs§
- Incremental
Engine - Incremental Propagation Engine Only re-evaluates rules affected by changed facts
- Incremental
Engine Stats - Engine statistics
- Rule
Dependency Graph - Track which rules are affected by which fact types
Type Aliases§
- Rete
Custom Function - Type alias for custom test functions in RETE engine Functions take a slice of FactValues and return a FactValue (typically Boolean)