Package de.uka.ipd.sdq.pcm.cost
Interface VariableLinkingResourceCost
- All Superinterfaces:
Cost
,EObject
,LinkingResourceCost
,Notifier
,VariableCost
- All Known Implementing Classes:
VariableLinkingResourceCostImpl
A representation of the model object '
Variable Linking Resource Cost'.
see VariableProcessingResourceCost, this one works analogously.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Bandwidth Operating Factor' attribute.double
Returns the value of the 'Bandwith Initial Factor' attribute.void
setBandwidthOperatingFactor
(double value) Sets the value of the 'Bandwidth Operating Factor
' attribute.void
setBandwithInitialFactor
(double value) Sets the value of the 'Bandwith Initial Factor
' 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 de.uka.ipd.sdq.pcm.cost.LinkingResourceCost
getLinkingresource, setLinkingresource
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface de.uka.ipd.sdq.pcm.cost.VariableCost
getFixedInitialCost, getFixedOperatingCost, setFixedInitialCost, setFixedOperatingCost
-
Method Details
-
getBandwithInitialFactor
double getBandwithInitialFactor()Returns the value of the 'Bandwith Initial Factor' attribute.If the meaning of the 'Bandwith Initial Factor' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bandwith Initial Factor' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setBandwithInitialFactor
void setBandwithInitialFactor(double value) Sets the value of the 'Bandwith Initial Factor
' attribute.- Parameters:
value
- the new value of the 'Bandwith Initial Factor' attribute.- See Also:
- Generated class or method.
-
getBandwidthOperatingFactor
double getBandwidthOperatingFactor()Returns the value of the 'Bandwidth Operating Factor' attribute.If the meaning of the 'Bandwidth Operating Factor' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bandwidth Operating Factor' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setBandwidthOperatingFactor
void setBandwidthOperatingFactor(double value) Sets the value of the 'Bandwidth Operating Factor
' attribute.- Parameters:
value
- the new value of the 'Bandwidth Operating Factor' attribute.- See Also:
- Generated class or method.
-