Interface ResourceDemand
-
- All Known Implementing Classes:
ResourceDemandImpl
public interface ResourceDemand extends EObject
A representation of the model object 'Resource Demand'.The following features are supported:
- See Also:
ComputedAllocationPackage.getResourceDemand()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand
getParametricResourceDemand_ResourceDemand()
Returns the value of the 'Parametric Resource Demand Resource Demand' reference.org.palladiosimulator.pcm.core.PCMRandomVariable
getSpecification_ResourceDemand()
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 Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
setParametricResourceDemand_ResourceDemand(ParametricResourceDemand)
,ComputedAllocationPackage.getResourceDemand_ParametricResourceDemand_ResourceDemand()
- 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:
getParametricResourceDemand_ResourceDemand()
- 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:
setSpecification_ResourceDemand(PCMRandomVariable)
,ComputedAllocationPackage.getResourceDemand_Specification_ResourceDemand()
- 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:
getSpecification_ResourceDemand()
- Generated class or method.
-
-