Package de.uka.ipd.sdq.pcm.cost
Interface VariableCost
- All Known Subinterfaces:
VariableLinkingResourceCost,VariableProcessingResourceCost
- All Known Implementing Classes:
VariableCostImpl,VariableLinkingResourceCostImpl,VariableProcessingResourceCostImpl
A representation of the model object 'Variable Cost'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the value of the 'Fixed Initial Cost' attribute.doubleReturns the value of the 'Fixed Operating Cost' attribute.voidsetFixedInitialCost(double value) Sets the value of the 'Fixed Initial Cost' attribute.voidsetFixedOperatingCost(double value) Sets the value of the 'Fixed Operating Cost' attribute.Methods inherited from interface de.uka.ipd.sdq.pcm.cost.Cost
getAnnotatedElement, getInitialCost, getOperatingCost, getTotalCostMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFixedInitialCost
double getFixedInitialCost()Returns the value of the 'Fixed Initial Cost' attribute.If the meaning of the 'Fixed Initial Cost' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Fixed Initial Cost' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setFixedInitialCost
void setFixedInitialCost(double value) Sets the value of the 'Fixed Initial Cost' attribute.- Parameters:
value- the new value of the 'Fixed Initial Cost' attribute.- See Also:
- Generated class or method.
-
getFixedOperatingCost
double getFixedOperatingCost()Returns the value of the 'Fixed Operating Cost' attribute.If the meaning of the 'Fixed Operating Cost' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Fixed Operating Cost' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setFixedOperatingCost
void setFixedOperatingCost(double value) Sets the value of the 'Fixed Operating Cost' attribute.- Parameters:
value- the new value of the 'Fixed Operating Cost' attribute.- See Also:
- Generated class or method.
-