Interface AggregatedResourceDemand
- All Known Implementing Classes:
AggregatedResourceDemandImpl
A representation of the model object '
Aggregated Resource Demand'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Aggregated Resource Demand' attribute.org.palladiosimulator.pcm.resourcetype.ResourceType
Returns the value of the 'Resource Type Aggregated Resource Demand' reference.void
setAggregatedResourceDemand
(double value) Sets the value of the 'Aggregated Resource Demand
' attribute.void
setResourceType_AggregatedResourceDemand
(org.palladiosimulator.pcm.resourcetype.ResourceType value) Sets the value of the 'Resource Type Aggregated Resource Demand
' 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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getAggregatedResourceDemand
double getAggregatedResourceDemand()Returns the value of the 'Aggregated Resource Demand' attribute. The aggregated resource demand of this service, where the single resource demands are weighted by their frequency (including the frequency of the service itself) and averaged.- Returns:
- the value of the 'Aggregated Resource Demand' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setAggregatedResourceDemand
void setAggregatedResourceDemand(double value) Sets the value of the 'Aggregated Resource Demand
' attribute.- Parameters:
value
- the new value of the 'Aggregated Resource Demand' attribute.- See Also:
- Generated class or method.
-
getResourceType_AggregatedResourceDemand
org.palladiosimulator.pcm.resourcetype.ResourceType getResourceType_AggregatedResourceDemand()Returns the value of the 'Resource Type Aggregated Resource Demand' reference.If the meaning of the 'Resource Type Aggregated Resource Demand' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Type Aggregated Resource Demand' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setResourceType_AggregatedResourceDemand
void setResourceType_AggregatedResourceDemand(org.palladiosimulator.pcm.resourcetype.ResourceType value) Sets the value of the 'Resource Type Aggregated Resource Demand
' reference.- Parameters:
value
- the new value of the 'Resource Type Aggregated Resource Demand' reference.- See Also:
- Generated class or method.
-