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.
|
java.lang.String |
getAreaId()
Returns the value of the 'Area Id' attribute.
|
int |
getExtSeqNumber()
Returns the value of the 'Ext Seq Number' attribute.
|
int |
getIntFlag()
Returns the value of the 'Int Flag' attribute.
|
Owner |
getOwner()
Returns the value of the 'Owner' reference.
|
java.lang.String |
getOwnerId()
Returns the value of the 'Owner Id' attribute.
|
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.
|
java.lang.String |
getZoneId()
Returns the value of the 'Zone Id' attribute.
|
boolean |
isBooleanFlag()
Returns the value of the 'Boolean Flag' attribute.
|
void |
setArea(Area value)
Sets the value of the '
Area ' reference. |
void |
setAreaId(java.lang.String value)
Sets the value of the '
Area Id ' attribute. |
void |
setBooleanFlag(boolean value)
Sets the value of the '
Boolean Flag ' attribute. |
void |
setExtSeqNumber(int value)
Sets the value of the '
Ext Seq Number ' 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 |
setOwnerId(java.lang.String value)
Sets the value of the '
Owner Id ' attribute. |
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. |
void |
setZoneId(java.lang.String value)
Sets the value of the '
Zone Id ' attribute. |
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
boolean 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()
int getExtSeqNumber()
"0"
.
External sequence number for importing and then exporting synch purpose
setExtSeqNumber(int)
,
NetPackage.getNetworkedElement_ExtSeqNumber()
void setExtSeqNumber(int value)
Ext Seq Number
' attribute.
value
- the new value of the 'Ext Seq Number' attribute.getExtSeqNumber()
java.lang.String getAreaId()
"0"
.
Area no for serialization purpose.
setAreaId(String)
,
NetPackage.getNetworkedElement_AreaId()
void setAreaId(java.lang.String value)
Area Id
' attribute.
value
- the new value of the 'Area Id' attribute.getAreaId()
java.lang.String getZoneId()
"0"
.
Zone no for serialization purpose.
setZoneId(String)
,
NetPackage.getNetworkedElement_ZoneId()
void setZoneId(java.lang.String value)
Zone Id
' attribute.
value
- the new value of the 'Zone Id' attribute.getZoneId()
java.lang.String getOwnerId()
""
.
Owner id for serialization purpose.
setOwnerId(String)
,
NetPackage.getNetworkedElement_OwnerId()
void setOwnerId(java.lang.String value)
Owner Id
' attribute.
value
- the new value of the 'Owner Id' attribute.getOwnerId()
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()