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.
|
java.lang.String |
getTertiaryBusId()
get tertiary Bus id (from branchId), the physical bus connected to the branch at the from side.
|
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, getFromBusId, getNetwork, getOppositeBus, getOriginalBranchId, getToBus, getToBusId, isFromBus, isFromSideMetered, isGroundBranch, isToBus, reconnect, setAttributes, setAttributes, setCircuitNumber, setFromBus, setFromSideMetered, setNetwork, setOriginalBranchId, setToBus, toString
getExtensionObject, setExtensionObject
getArea, getAreaId, getExtSeqNumber, getIntFlag, getOwner, getOwnerId, getSortNumber, getWeight, getZone, getZoneId, isBooleanFlag, setArea, setAreaId, setBooleanFlag, setExtSeqNumber, setIntFlag, setOwner, setOwnerId, setSortNumber, setWeight, setZone, setZoneId
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Bus 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()
java.lang.String getTertiaryBusId()