Interface ServiceGroupCfg
- All Superinterfaces:
EObject
,Notifier
,TargetGroupCfg
- All Known Implementing Classes:
ServiceGroupCfgImpl
A representation of the model object 'Service Group 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.core.composition.AssemblyContext>
Returns the value of the 'Elements' reference list.org.palladiosimulator.pcm.core.composition.AssemblyContext
Returns the value of the 'Load Balancing Assembly' reference.org.palladiosimulator.pcm.core.composition.AssemblyContext
getUnit()
Returns the value of the 'Unit' reference.void
setLoadBalancingAssembly
(org.palladiosimulator.pcm.core.composition.AssemblyContext value) Sets the value of the 'Load Balancing Assembly
' reference.void
setUnit
(org.palladiosimulator.pcm.core.composition.AssemblyContext 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.core.composition.AssemblyContext 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.core.composition.AssemblyContext 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.core.composition.AssemblyContext> getElements()Returns the value of the 'Elements' reference list. The list contents are of typeAssemblyContext
.- Returns:
- the value of the 'Elements' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
getLoadBalancingAssembly
org.palladiosimulator.pcm.core.composition.AssemblyContext getLoadBalancingAssembly()Returns the value of the 'Load Balancing Assembly' reference.- Returns:
- the value of the 'Load Balancing Assembly' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setLoadBalancingAssembly
void setLoadBalancingAssembly(org.palladiosimulator.pcm.core.composition.AssemblyContext value) Sets the value of the 'Load Balancing Assembly
' reference.- Parameters:
value
- the new value of the 'Load Balancing Assembly' reference.- See Also:
- Generated class or method.
-