Module topology

Module topology 

Source
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
TopologyGraph
Complete topology graph representation
TopologyValidator
Topology validator for checking graph properties
ValidationCheck
Individual validation check result
ValidationResult
Complete validation result
ValidationStatistics
Validation statistics

Type Aliases§

Result
Result type alias for topology operations