Interface AggregatedResourceDemand
-
- All Known Implementing Classes:
AggregatedResourceDemandImpl
public interface AggregatedResourceDemand extends EObject
A representation of the model object ' Aggregated Resource Demand'.The following features are supported:
- See Also:
AggregatedUsageContextPackage.getAggregatedResourceDemand()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAggregatedResourceDemand()
Returns the value of the 'Aggregated Resource Demand' attribute.org.palladiosimulator.pcm.resourcetype.ResourceType
getResourceType_AggregatedResourceDemand()
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 Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
setAggregatedResourceDemand(double)
,AggregatedUsageContextPackage.getAggregatedResourceDemand_AggregatedResourceDemand()
- 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:
getAggregatedResourceDemand()
- 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:
setResourceType_AggregatedResourceDemand(ResourceType)
,AggregatedUsageContextPackage.getAggregatedResourceDemand_ResourceType_AggregatedResourceDemand()
- 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:
getResourceType_AggregatedResourceDemand()
- Generated class or method.
-
-