public interface Node extends NamedDocumentable
The following features are supported:
InfrastructurePackage.getNode()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Device> |
getDevices()
Returns the value of the 'Devices' containment reference list.
|
String |
getHostName()
Returns the value of the 'Host Name' attribute.
|
void |
setHostName(String value)
Sets the value of the '
Host Name ' attribute. |
getName, setName
getShortDescription, setShortDescription
String getHostName()
If the meaning of the 'Host Name' attribute isn't clear, there really should be more of a description here...
setHostName(String)
,
InfrastructurePackage.getNode_HostName()
void setHostName(String value)
Host Name
' attribute.
value
- the new value of the 'Host Name' attribute.getHostName()
org.eclipse.emf.common.util.EList<Device> getDevices()
Device
.
It is bidirectional and its opposite is 'Node
'.
If the meaning of the 'Devices' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getNode_Devices()
,
Device.getNode()