Interface Network.BusBreakerView

  • Enclosing interface:
    Network

    public static interface Network.BusBreakerView
    A global bus/breaker view of the network.

    Depends on the working variant.

    See Also:
    VariantManager
    • Method Detail

      • getSwitchStream

        Stream<Switch> getSwitchStream()
        Get all switches.
      • getSwitchCount

        int getSwitchCount()
        Get the switch count.
      • getBus

        default Bus getBus​(String id)
        Get a Bus.