Class TopologyCalculation


  • public final class TopologyCalculation
    extends Object
    Visit the graph to identifies the connected sets of nodes
    Author:
    Benoit Jeanson
    • Method Detail

      • run

        public static List<TopologicallyConnectedNodesSet> run​(VoltageLevelGraph graph)
        Analyses the graph to partition it into TopologicallyConnectedNodeSets.
        Parameters:
        graph - the graph to be analysed
        Returns:
        a list of TopologicallyConnectedNodeSets