Package de.uka.ipd.sdq.pcm.cost
Interface ProcessingResourceCost
-
- All Known Subinterfaces:
FixedProcessingResourceCost,VariableProcessingResourceCost
- All Known Implementing Classes:
FixedProcessingResourceCostImpl,ProcessingResourceCostImpl,VariableProcessingResourceCostImpl
public interface ProcessingResourceCost extends Cost
A representation of the model object ' Processing Resource Cost'.The following features are supported:
- See Also:
costPackage.getProcessingResourceCost()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecificationgetProcessingresourcespecification()Returns the value of the 'Processingresourcespecification' reference.voidsetProcessingresourcespecification(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 Detail
-
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:
setProcessingresourcespecification(ProcessingResourceSpecification),costPackage.getProcessingResourceCost_Processingresourcespecification()- 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:
getProcessingresourcespecification()- Generated class or method.
-
-