Expand description
Topology validation and graph processing module
This module provides functionality for validating and processing process network topologies defined in dag.jsonnet files.
Structs§
- Edge
- Represents an edge in the topology graph
- Node
- Represents a node in the topology graph
- Topology
Graph - Complete topology graph representation
- Topology
Validator - Topology validator for checking graph properties
- Validation
Check - Individual validation check result
- Validation
Result - Complete validation result
- Validation
Statistics - Validation statistics
Type Aliases§
- Result
- Result type alias for topology operations