public interface SystemNode extends Node
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.util.FeatureMap |
getApplications()
Returns the value of the 'Applications' attribute list.
|
org.eclipse.emf.common.util.EList<DeploymentMechanism> |
getDeployment()
Returns the value of the 'Deployment' containment
reference list.
|
org.eclipse.emf.common.util.EList<Driver> |
getDrivers()
Returns the value of the 'Drivers' containment reference
list.
|
org.eclipse.emf.common.util.EList<MasterServer> |
getMasters()
Returns the value of the 'Masters' containment reference
list.
|
org.eclipse.emf.common.util.EList<Service> |
getServices()
Returns the value of the 'Services' containment reference
list.
|
org.eclipse.emf.common.util.EList<ValueArchiveServer> |
getValueArchives()
Returns the value of the 'Value Archives' containment
reference list.
|
org.eclipse.emf.common.util.EList<ValueArchiveSlave> |
getValueSlaves()
Returns the value of the 'Value Slaves' containment
reference list.
|
getDevices, getHostName, setHostNamegetName, setNamegetShortDescription, setShortDescriptionorg.eclipse.emf.common.util.EList<DeploymentMechanism> getDeployment()
DeploymentMechanism
.
If the meaning of the 'Deployment' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getSystemNode_Deployment()org.eclipse.emf.common.util.EList<Driver> getDrivers()
Driver.
It is bidirectional and its opposite is '
Node'.
If the meaning of the 'Drivers' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getSystemNode_Drivers(),
Driver.getNode()org.eclipse.emf.common.util.EList<MasterServer> getMasters()
MasterServer.
If the meaning of the 'Masters' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getSystemNode_Masters()org.eclipse.emf.common.util.EList<ValueArchiveServer> getValueArchives()
ValueArchiveServer
.
If the meaning of the 'Value Archives' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getSystemNode_ValueArchives()org.eclipse.emf.ecore.util.FeatureMap getApplications()
FeatureMap.Entry.
If the meaning of the 'Applications' attribute list isn't clear, there really should be more of a description here...
InfrastructurePackage.getSystemNode_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...
InfrastructurePackage.getSystemNode_Services()org.eclipse.emf.common.util.EList<ValueArchiveSlave> getValueSlaves()
ValueArchiveSlave.
If the meaning of the 'Value Slaves' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getSystemNode_ValueSlaves()