Interface ResourceDemand
- All Known Implementing Classes:
ResourceDemandImpl
A representation of the model object 'Resource Demand'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand
Returns the value of the 'Parametric Resource Demand Resource Demand' reference.org.palladiosimulator.pcm.core.PCMRandomVariable
Returns the value of the 'Specification Resource Demand' containment reference.void
setParametricResourceDemand_ResourceDemand
(org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand value) Sets the value of the 'Parametric Resource Demand Resource Demand
' reference.void
setSpecification_ResourceDemand
(org.palladiosimulator.pcm.core.PCMRandomVariable value) Sets the value of the 'Specification Resource Demand
' containment 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
-
getParametricResourceDemand_ResourceDemand
org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand getParametricResourceDemand_ResourceDemand()Returns the value of the 'Parametric Resource Demand Resource Demand' reference.If the meaning of the 'Parametric Resource Demand Resource Demand' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parametric Resource Demand Resource Demand' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setParametricResourceDemand_ResourceDemand
void setParametricResourceDemand_ResourceDemand(org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand value) Sets the value of the 'Parametric Resource Demand Resource Demand
' reference.- Parameters:
value
- the new value of the 'Parametric Resource Demand Resource Demand' reference.- See Also:
- Generated class or method.
-
getSpecification_ResourceDemand
org.palladiosimulator.pcm.core.PCMRandomVariable getSpecification_ResourceDemand()Returns the value of the 'Specification Resource Demand' containment reference.If the meaning of the 'Specification Resource Demand' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Specification Resource Demand' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setSpecification_ResourceDemand
void setSpecification_ResourceDemand(org.palladiosimulator.pcm.core.PCMRandomVariable value) Sets the value of the 'Specification Resource Demand
' containment reference.- Parameters:
value
- the new value of the 'Specification Resource Demand' containment reference.- See Also:
- Generated class or method.
-