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:
  • Method Details

    • getBuses

      Iterable<Bus> getBuses()
      Get all buses.

      Depends on the working variant.

      See Also:
    • getBusStream

      Stream<Bus> getBusStream()
      Get all buses.

      Depends on the working variant.

      See Also:
    • getBusCount

      int getBusCount()
      Get the bus count.

      Depends on the working variant.

      See Also:
    • getSwitches

      Iterable<Switch> getSwitches()
      Get all switches
    • getSwitchStream

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

      int getSwitchCount()
      Get the switch count.
    • getBus

      default Bus getBus(String id)
      Get a Bus.