Expand description
Generic pattern state machine for sequence detection
Provides pattern matching over event streams:
- Sequential pattern matching
- Temporal constraints (WITHIN)
- Logical operators (AND, OR, NOT, FOLLOWED_BY)
- State-based pattern tracking
This module is industry-agnostic and works with any events.
Structs§
- Matched
Event - A matched event in a pattern
- Pattern
Condition - A condition for pattern matching
- Pattern
Def - Pattern definition with name
- Pattern
Match - A completed pattern match
- Pattern
State Machine - Generic pattern state machine for event sequence detection
Enums§
- Comparison
Op - Comparison operators
- Pattern
Sequence - Pattern sequence operators