public interface Branch3W extends Branch
The following features are supported:
NetPackage.getBranch3W()| Modifier and Type | Method and Description |
|---|---|
Branch |
getFromBranch()
Returns the value of the 'From Branch' reference.
|
Bus |
getStarBus()
Returns the value of the 'Star Bus' reference.
|
Branch |
getTertiaryBranch()
Returns the value of the 'Tertiary Branch' reference.
|
Bus |
getTertiaryBus()
Returns the value of the 'Tertiary Bus' reference.
|
Branch |
getToBranch()
Returns the value of the 'To Branch' reference.
|
void |
setFromBranch(Branch value)
Sets the value of the '
From Branch' reference. |
void |
setStarBus(Bus value)
Sets the value of the '
Star Bus' reference. |
void |
setTertiaryBranch(Branch value)
Sets the value of the '
Tertiary Branch' reference. |
void |
setTertiaryBus(Bus value)
Sets the value of the '
Tertiary Bus' reference. |
void |
setToBranch(Branch value)
Sets the value of the '
To Branch' reference. |
getCircuitNumber, getFromBus, getNetwork, getOppositeBus, getToBus, isChildBranch, isFromBus, isFromSideMetered, isGroundBranch, isToBus, setAttributes, setAttributes, setChildBranch, setCircuitNumber, setFromBus, setFromSideMetered, setNetwork, setToBus, toStringgetExtensionObject, setExtensionObjectgetArea, getIntFlag, getOwner, getSortNumber, getWeight, getZone, isBooleanFlag, setArea, setBooleanFlag, setIntFlag, setOwner, setSortNumber, setWeight, setZonecheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverreadData, writeDatagetAdapter, getAdaptergetConnectedPhysicalOppositeBus, getFromPhysicalBusConnected, getFromPhysicalBusId, getToPhysicalBusConnected, getToPhysicalBusIdBus getTertiaryBus()
If the meaning of the 'Tertiary Bus' reference isn't clear, there really should be more of a description here...
Reference to the tertiary side bus objectsetTertiaryBus(Bus),
NetPackage.getBranch3W_TertiaryBus()void setTertiaryBus(Bus value)
Tertiary Bus' reference.
value - the new value of the 'Tertiary Bus' reference.getTertiaryBus()Bus getStarBus()
If the meaning of the 'Start Bus' reference isn't clear, there really should be more of a description here...
Reference to the star side bus object, created during the 3W xfr processing.setStarBus(Bus),
NetPackage.getBranch3W_StarBus()void setStarBus(Bus value)
Star Bus' reference.
value - the new value of the 'Star Bus' reference.getStarBus()Branch getFromBranch()
If the meaning of the 'From Branch' reference isn't clear, there really should be more of a description here...
From bus side equivalent 2W xfr branchsetFromBranch(Branch),
NetPackage.getBranch3W_FromBranch()void setFromBranch(Branch value)
From Branch' reference.
value - the new value of the 'From Branch' reference.getFromBranch()Branch getToBranch()
If the meaning of the 'To Branch' reference isn't clear, there really should be more of a description here...
To bus side equivalent 2W xfr branchsetToBranch(Branch),
NetPackage.getBranch3W_ToBranch()void setToBranch(Branch value)
To Branch' reference.
value - the new value of the 'To Branch' reference.getToBranch()Branch getTertiaryBranch()
If the meaning of the 'Tertiary Branch' reference isn't clear, there really should be more of a description here...
Tertiary bus side equivalent 2W xfr branchsetTertiaryBranch(Branch),
NetPackage.getBranch3W_TertiaryBranch()void setTertiaryBranch(Branch value)
Tertiary Branch' reference.
value - the new value of the 'Tertiary Branch' reference.getTertiaryBranch()