Interface VoltageLevel.TopologyTraverser

  • Enclosing interface:
    VoltageLevel

    public static interface VoltageLevel.TopologyTraverser
    Topology traversal handler
    • Method Detail

      • traverse

        boolean traverse​(Terminal terminal,
                         boolean connected)
        Called when a terminal in encountered.
        Parameters:
        terminal - the encountered terminal
        connected - in bus/breaker topology, give the terminal connection status
        Returns:
        true to continue the graph traversal, false otherwise
      • traverse

        boolean traverse​(Switch aSwitch)
        Called when a switch in encountered
        Parameters:
        aSwitch - the encountered switch
        Returns:
        true to continue the graph traversal, false otherwise