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.AllocationReturns the value of the 'Allocation' reference.Returns the value of the 'Enacted Policy' reference.org.palladiosimulator.pcm.repository.RepositoryReturns the value of the 'Repository' reference.org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironmentReturns the value of the 'Resource Environment' reference.getSpd()Returns the value of the 'Spd' reference.org.palladiosimulator.pcm.system.SystemReturns the value of the 'System' reference.Returns the value of the 'Target Cfgs' containment reference list.voidsetAllocation(org.palladiosimulator.pcm.allocation.Allocation value) Sets the value of the 'Allocation' reference.voidsetEnactedPolicy(ScalingPolicy value) Sets the value of the 'Enacted Policy' reference.voidsetRepository(org.palladiosimulator.pcm.repository.Repository value) Sets the value of the 'Repository' reference.voidsetResourceEnvironment(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment value) Sets the value of the 'Resource Environment' reference.voidSets the value of the 'Spd' reference.voidsetSystem(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, eUnsetMethods 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.
-