public interface ISRuntimeInstanceAggregation extends EObject
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISRuntimeInstanceAggregation()| 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.
|
int |
getNumberOfInstances()
Returns the value of the 'Number Of Instances' attribute.
|
ISDeploymentSpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setNumberOfInstances(int value)
Sets the value of the '
Number Of Instances' 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, eUnseteAdapters, eDeliver, eNotify, eSetDeliverISDeploymentSpecification getParent()
Runtime Instance Aggregations'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISDeploymentSpecification),
ISFieldOfActivityAnnotationsPackage.getISRuntimeInstanceAggregation_Parent(),
ISDeploymentSpecification.getRuntimeInstanceAggregations()void setParent(ISDeploymentSpecification value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()int getNumberOfInstances()
If the meaning of the 'Number Of Instances' attribute isn't clear, there really should be more of a description here...
setNumberOfInstances(int),
ISFieldOfActivityAnnotationsPackage.getISRuntimeInstanceAggregation_NumberOfInstances()void setNumberOfInstances(int value)
Number Of Instances' attribute.
value - the new value of the 'Number Of Instances' attribute.getNumberOfInstances()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
ISFieldOfActivityAnnotationsPackage.getISRuntimeInstanceAggregation_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.getISRuntimeInstanceAggregation_Components()