public interface IBranchSwitchBreakModel
extends org.eclipse.emf.ecore.EObject
NetPackage.getIBranchSwitchBreakModel()| Modifier and Type | Method and Description |
|---|---|
Bus |
getConnectedPhysicalOppositeBus(Bus bus)
get the connected opposite Bus of of input bus object
|
Bus |
getFromPhysicalBusConnected()
In Break/switch model, the getFromBus() might return the parent of the from bus.
|
java.lang.String |
getFromPhysicalBusId()
get from Bus id, the physical bus connected to the branch at the from side.
|
Bus |
getToPhysicalBusConnected()
In Break/switch model, the getFromBus() might return the parent of the from bus.
|
java.lang.String |
getToPhysicalBusId()
get to Bus id, the physical bus connected to the branch at the to side.
|
java.lang.String getFromPhysicalBusId()
java.lang.String getToPhysicalBusId()
Bus getFromPhysicalBusConnected()
Bus getToPhysicalBusConnected()
Bus getConnectedPhysicalOppositeBus(Bus bus) throws InterpssException
bus - bus object
InterpssException