Package de.uka.ipd.sdq.pcm.cost
Interface VariableCost
-
- All Known Subinterfaces:
VariableLinkingResourceCost
,VariableProcessingResourceCost
- All Known Implementing Classes:
VariableCostImpl
,VariableLinkingResourceCostImpl
,VariableProcessingResourceCostImpl
public interface VariableCost extends Cost
A representation of the model object 'Variable Cost'.The following features are supported:
- See Also:
costPackage.getVariableCost()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getFixedInitialCost()
Returns the value of the 'Fixed Initial Cost' attribute.double
getFixedOperatingCost()
Returns the value of the 'Fixed Operating Cost' attribute.void
setFixedInitialCost(double value)
Sets the value of the 'Fixed Initial Cost
' attribute.void
setFixedOperatingCost(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, 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
-
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:
setFixedInitialCost(double)
,costPackage.getVariableCost_FixedInitialCost()
- 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:
getFixedInitialCost()
- 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:
setFixedOperatingCost(double)
,costPackage.getVariableCost_FixedOperatingCost()
- 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:
getFixedOperatingCost()
- Generated class or method.
-
-