Interface Terminal.BusView

Enclosing interface:
Terminal

public static interface Terminal.BusView
A bus view of the terminal.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the connection bus of this terminal in the bus only topology.
    Get a bus that can be used to connected the terminal in the bus only topology.
  • Method Details

    • getBus

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

      Depends on the working variant.

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

      Bus getConnectableBus()
      Get a bus that can be used to connected the terminal in the bus only topology.