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.
|