Defines the computational contexts in which rules can be applied.
| Enumerator |
|---|
| TEMPORAL | Time-domain operations.
|
| SPECTRAL | Frequency-domain operations.
|
| SPATIAL | Spatial operations.
|
| SEMANTIC | Semantic operations.
|
| STRUCTURAL | Graph/tree operations.
|
| LOGICAL | Boolean/conditional operations.
|
| PARAMETRIC | Parameter transformation.
|
| REACTIVE | Event-driven operations.
|
| CONCURRENT | Parallel/async operations.
|
| RECURSIVE | Self-referential operations.
|
| CONVOLUTION | Convolution-based operations.
|
Definition at line 13 of file GrammarHelper.hpp.
13 : uint8_t {
14 TEMPORAL,
16 SPATIAL,
21 REACTIVE,
23 RECURSIVE,
25};
@ SPECTRAL
Spectral energy (FFT-based)
@ SEMANTIC
Semantic operations.
@ STRUCTURAL
Graph/tree operations.
@ LOGICAL
Boolean/conditional operations.
@ CONCURRENT
Parallel/async operations.
@ PARAMETRIC
Parameter transformation.
@ CONVOLUTION
Convolution-based operations.