Interface ElasticInfrastructureCfg
- All Superinterfaces:
EObject
,Notifier
,TargetGroupCfg
- All Known Implementing Classes:
ElasticInfrastructureCfgImpl
A representation of the model object 'Elastic Infrastructure Cfg'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionEList<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>
Returns the value of the 'Elements' reference list.org.palladiosimulator.pcm.resourceenvironment.LinkingResource
Returns the value of the 'Linking Resource' reference.org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment
Returns the value of the 'Resource Environment' reference.org.palladiosimulator.pcm.resourceenvironment.ResourceContainer
getUnit()
Returns the value of the 'Unit' reference.void
setLinkingResource
(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value) Sets the value of the 'Linking Resource
' reference.void
setResourceEnvironment
(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment value) Sets the value of the 'Resource Environment
' reference.void
setUnit
(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer value) Sets the value of the 'Unit
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.palladiosimulator.semanticspd.TargetGroupCfg
getEnactedPolicies
-
Method Details
-
getUnit
org.palladiosimulator.pcm.resourceenvironment.ResourceContainer getUnit()Returns the value of the 'Unit' reference.- Returns:
- the value of the 'Unit' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setUnit
void setUnit(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer value) Sets the value of the 'Unit
' reference.- Parameters:
value
- the new value of the 'Unit' reference.- See Also:
- Generated class or method.
-
getElements
EList<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer> getElements()Returns the value of the 'Elements' reference list. The list contents are of typeResourceContainer
.- Returns:
- the value of the 'Elements' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
getLinkingResource
org.palladiosimulator.pcm.resourceenvironment.LinkingResource getLinkingResource()Returns the value of the 'Linking Resource' reference.- Returns:
- the value of the 'Linking Resource' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setLinkingResource
void setLinkingResource(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value) Sets the value of the 'Linking Resource
' reference.- Parameters:
value
- the new value of the 'Linking Resource' reference.- See Also:
- Generated class or method.
-
getResourceEnvironment
org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment getResourceEnvironment()Returns the value of the 'Resource Environment' reference.- Returns:
- the value of the 'Resource Environment' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setResourceEnvironment
void setResourceEnvironment(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment value) Sets the value of the 'Resource Environment
' reference.- Parameters:
value
- the new value of the 'Resource Environment' reference.- See Also:
- Generated class or method.
-