Interface Terminal.BusBreakerView

  • Enclosing interface:
    Terminal

    public static interface Terminal.BusBreakerView
    A bus/breaker view of the terminal.
    • Method Detail

      • getBus

        Bus getBus()
        Get the connection bus of this terminal in the bus/breaker topology.

        Depends on the working variant.

        Returns:
        the connection bus in the bus/breaker topology or null if not connected
        See Also:
        VariantManager
      • getConnectableBus

        Bus getConnectableBus()
        Get a bus that can be used to connected the terminal in the bus/breaker topology.
      • setConnectableBus

        void setConnectableBus​(String busId)