Interface Configuration
- All Known Implementing Classes:
ConfigurationImpl
A representation of the model object 'Configuration'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.allocation.Allocation
Returns the value of the 'Allocation' reference.Returns the value of the 'Enacted Policy' reference.org.palladiosimulator.pcm.repository.Repository
Returns the value of the 'Repository' reference.org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment
Returns the value of the 'Resource Environment' reference.getSpd()
Returns the value of the 'Spd' reference.org.palladiosimulator.pcm.system.System
Returns the value of the 'System' reference.Returns the value of the 'Target Cfgs' containment reference list.void
setAllocation
(org.palladiosimulator.pcm.allocation.Allocation value) Sets the value of the 'Allocation
' reference.void
setEnactedPolicy
(ScalingPolicy value) Sets the value of the 'Enacted Policy
' reference.void
setRepository
(org.palladiosimulator.pcm.repository.Repository value) Sets the value of the 'Repository
' reference.void
setResourceEnvironment
(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment value) Sets the value of the 'Resource Environment
' reference.void
Sets the value of the 'Spd
' reference.void
setSystem
(org.palladiosimulator.pcm.system.System value) Sets the value of the 'System
' 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
-
Method Details
-
getSpd
SPD getSpd()Returns the value of the 'Spd' reference.- Returns:
- the value of the 'Spd' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setSpd
Sets the value of the 'Spd
' reference.- Parameters:
value
- the new value of the 'Spd' reference.- See Also:
- Generated class or method.
-
getEnactedPolicy
ScalingPolicy getEnactedPolicy()Returns the value of the 'Enacted Policy' reference.- Returns:
- the value of the 'Enacted Policy' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setEnactedPolicy
Sets the value of the 'Enacted Policy
' reference.- Parameters:
value
- the new value of the 'Enacted Policy' reference.- See Also:
- Generated class or method.
-
getTargetCfgs
EList<TargetGroupCfg> getTargetCfgs()Returns the value of the 'Target Cfgs' containment reference list. The list contents are of typeTargetGroupCfg
.- Returns:
- the value of the 'Target Cfgs' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getAllocation
org.palladiosimulator.pcm.allocation.Allocation getAllocation()Returns the value of the 'Allocation' reference.- Returns:
- the value of the 'Allocation' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setAllocation
void setAllocation(org.palladiosimulator.pcm.allocation.Allocation value) Sets the value of the 'Allocation
' reference.- Parameters:
value
- the new value of the 'Allocation' reference.- See Also:
- Generated class or method.
-
getSystem
org.palladiosimulator.pcm.system.System getSystem()Returns the value of the 'System' reference.- Returns:
- the value of the 'System' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setSystem
void setSystem(org.palladiosimulator.pcm.system.System value) Sets the value of the 'System
' reference.- Parameters:
value
- the new value of the 'System' 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.
-
getRepository
org.palladiosimulator.pcm.repository.Repository getRepository()Returns the value of the 'Repository' reference.- Returns:
- the value of the 'Repository' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setRepository
void setRepository(org.palladiosimulator.pcm.repository.Repository value) Sets the value of the 'Repository
' reference.- Parameters:
value
- the new value of the 'Repository' reference.- See Also:
- Generated class or method.
-