public interface IBusSwitchBreakModel
extends org.eclipse.emf.ecore.EObject
NetPackage.getIBusSwitchBreakModel()| Modifier and Type | Method and Description |
|---|---|
void |
addSection(Bus bus)
add a bus section object into the busSecList.
|
void |
addSection(int secNo,
Bus bus)
add a bus section object into the busSecList.
|
Branch |
getConnectedPhysicalBranch(java.lang.String branchId)
Get the branch object physically connected to this bus identified by the branch id.
|
java.util.List<Branch> |
getConnectedPhysicalBranchList()
Get the physically connected branch list.
|
Bus |
getSection(int secNo)
get bus section by secNo.
|
boolean |
isChildSection()
Check if the Bus object is a child bus section object.
|
boolean |
isIslandBus()
Check if the Bus is an island bus.
|
boolean |
isParent()
Check if the bus object is a parent Bus object, containing child bus section objects.
|
void |
removeSection(int secNo)
Remove the bus section identified by secNo.
|
void addSection(Bus bus) throws InterpssException
bus - bus section object
InterpssExceptionvoid addSection(int secNo,
Bus bus)
throws InterpssException
secNo - bus section numberbus - bus section object
InterpssExceptionBus getSection(int secNo)
secNo - bus section number
void removeSection(int secNo)
throws InterpssException
secNo - bus section number
InterpssExceptionboolean isIslandBus()
boolean isParent()
boolean isChildSection()
Branch getConnectedPhysicalBranch(java.lang.String branchId)
branchId - branch id
java.util.List<Branch> getConnectedPhysicalBranchList()