public interface ISRuntimeInstance extends EObject
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISRuntimeInstance()
Modifier and Type | Method and Description |
---|---|
EList<org.palladiosimulator.pcm.repository.RepositoryComponent> |
getComponents()
Returns the value of the 'Components' reference list.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
ISDeploymentSpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setParent(ISDeploymentSpecification value)
Sets the value of the '
Parent ' container reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
ISDeploymentSpecification getParent()
Runtime Instances
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISDeploymentSpecification)
,
ISFieldOfActivityAnnotationsPackage.getISRuntimeInstance_Parent()
,
ISDeploymentSpecification.getRuntimeInstances()
void setParent(ISDeploymentSpecification value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ISFieldOfActivityAnnotationsPackage.getISRuntimeInstance_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
ISFieldOfActivityAnnotationsPackage.getISRuntimeInstance_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
EList<org.palladiosimulator.pcm.repository.RepositoryComponent> getComponents()
RepositoryComponent
.
If the meaning of the 'Components' reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISRuntimeInstance_Components()