public interface ApplicationNode extends Node
The following features are supported:
WorldPackage.getApplicationNode()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Application> |
getApplications()
Returns the value of the 'Applications' containment reference list.
|
org.eclipse.emf.common.util.EList<Service> |
getServices()
Returns the value of the 'Services' containment reference list.
|
getDeployments, getEndpoints, getHostName, setHostName
getName, setName
getShortDescription, setShortDescription
org.eclipse.emf.common.util.EList<Application> getApplications()
Application
.
If the meaning of the 'Applications' containment reference list isn't clear, there really should be more of a description here...
WorldPackage.getApplicationNode_Applications()
org.eclipse.emf.common.util.EList<Service> getServices()
Service
.
If the meaning of the 'Services' containment reference list isn't clear, there really should be more of a description here...
WorldPackage.getApplicationNode_Services()