Package com.powsybl.iidm.network
Interface Terminal.BusView
-
- Enclosing interface:
- Terminal
public static interface Terminal.BusView
A bus view of the terminal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bus
getBus()
Get the connection bus of this terminal in the bus only topology.Bus
getConnectableBus()
Get a bus that can be used to connected the terminal in the bus only topology.
-
-
-
Method Detail
-
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:
VariantManager
-
getConnectableBus
Bus getConnectableBus()
Get a bus that can be used to connected the terminal in the bus only topology.
-
-