public interface NetworkedElement extends NameTag
The following features are supported:
NetPackage.getNetworkedElement()| Modifier and Type | Method and Description |
|---|---|
Area |
getArea()
Returns the value of the 'Area' reference.
|
int |
getIntFlag()
Returns the value of the 'Int Flag' attribute.
|
Owner |
getOwner()
Returns the value of the 'Owner' reference.
|
int |
getSortNumber()
Returns the value of the 'Sort Number' attribute.
|
org.apache.commons.math3.complex.Complex |
getWeight()
Returns the value of the 'Weight' attribute.
|
Zone |
getZone()
Returns the value of the 'Zone' reference.
|
boolean |
isBooleanFlag()
Returns the value of the 'Boolean Flag' attribute.
|
void |
setArea(Area value)
Sets the value of the '
Area' reference. |
void |
setBooleanFlag(boolean value)
Sets the value of the '
Boolean Flag' attribute. |
void |
setIntFlag(int value)
Sets the value of the '
Int Flag' attribute. |
void |
setOwner(Owner value)
Sets the value of the '
Owner' reference. |
void |
setSortNumber(int value)
Sets the value of the '
Sort Number' attribute. |
void |
setWeight(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Weight' attribute. |
void |
setZone(Zone value)
Sets the value of the '
Zone' reference. |
checkData, 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, eUnsetboolean isBooleanFlag()
setBooleanFlag(boolean),
NetPackage.getNetworkedElement_BooleanFlag()void setBooleanFlag(boolean value)
Boolean Flag' attribute.
value - the new value of the 'Boolean Flag' attribute.isBooleanFlag()org.apache.commons.math3.complex.Complex getWeight()
"0.0".
generic weight, used for example, for Loss Allocation
setWeight(Complex),
NetPackage.getNetworkedElement_Weight()void setWeight(org.apache.commons.math3.complex.Complex value)
Weight' attribute.
value - the new value of the 'Weight' attribute.getWeight()int getIntFlag()
setIntFlag(int),
NetPackage.getNetworkedElement_IntFlag()void setIntFlag(int value)
Int Flag' attribute.
value - the new value of the 'Int Flag' attribute.getIntFlag()int getSortNumber()
"0".
If the meaning of the 'Sort Number' attribute isn't clear, there really should be more of a description here...
for generic sorting purpose. Currently it is used for bus number arrangementsetSortNumber(int),
NetPackage.getNetworkedElement_SortNumber()void setSortNumber(int value)
Sort Number' attribute.
value - the new value of the 'Sort Number' attribute.getSortNumber()Zone getZone()
If the meaning of the 'Zone' reference isn't clear, there really should be more of a description here...
Loss zone attributesetZone(Zone),
NetPackage.getNetworkedElement_Zone()void setZone(Zone value)
Zone' reference.
value - the new value of the 'Zone' reference.getZone()Owner getOwner()
If the meaning of the 'Owner' reference isn't clear, there really should be more of a description here...
Owner attributesetOwner(Owner),
NetPackage.getNetworkedElement_Owner()void setOwner(Owner value)
Owner' reference.
value - the new value of the 'Owner' reference.getOwner()Area getArea()
If the meaning of the 'Area' reference isn't clear, there really should be more of a description here...
area attributesetArea(Area),
NetPackage.getNetworkedElement_Area()