Package de.uka.ipd.sdq.pcm.cost
Interface ProcessingResourceCost
- All Known Subinterfaces:
FixedProcessingResourceCost
,VariableProcessingResourceCost
- All Known Implementing Classes:
FixedProcessingResourceCostImpl
,ProcessingResourceCostImpl
,VariableProcessingResourceCostImpl
A representation of the model object '
Processing Resource Cost'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification
Returns the value of the 'Processingresourcespecification' reference.void
setProcessingresourcespecification
(org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification value) Sets the value of the 'Processingresourcespecification
' reference.Methods inherited from interface de.uka.ipd.sdq.pcm.cost.Cost
getAnnotatedElement, getInitialCost, getOperatingCost, getTotalCost
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
-
Method Details
-
getProcessingresourcespecification
org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification getProcessingresourcespecification()Returns the value of the 'Processingresourcespecification' reference.If the meaning of the 'Processingresourcespecification' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Processingresourcespecification' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setProcessingresourcespecification
void setProcessingresourcespecification(org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification value) Sets the value of the 'Processingresourcespecification
' reference.- Parameters:
value
- the new value of the 'Processingresourcespecification' reference.- See Also:
- Generated class or method.
-