public interface Node extends NamedDocumentable
The following features are supported:
WorldPackage.getNode()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<DeploymentMechanism> |
getDeployments()
Returns the value of the 'Deployments' containment reference list.
|
org.eclipse.emf.common.util.EList<Endpoint> |
getEndpoints()
Returns the value of the 'Endpoints' 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)
,
WorldPackage.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<Endpoint> getEndpoints()
Endpoint
.
It is bidirectional and its opposite is 'Node
'.
If the meaning of the 'Endpoints' containment reference list isn't clear, there really should be more of a description here...
WorldPackage.getNode_Endpoints()
,
Endpoint.getNode()
org.eclipse.emf.common.util.EList<DeploymentMechanism> getDeployments()
DeploymentMechanism
.
If the meaning of the 'Deployments' containment reference list isn't clear, there really should be more of a description here...
WorldPackage.getNode_Deployments()