Package de.uka.ipd.sdq.pcm.cost
Interface VariableLinkingResourceCost
-
- All Superinterfaces:
Cost
,EObject
,LinkingResourceCost
,Notifier
,VariableCost
- All Known Implementing Classes:
VariableLinkingResourceCostImpl
public interface VariableLinkingResourceCost extends VariableCost, LinkingResourceCost
A representation of the model object ' Variable Linking Resource Cost'. see VariableProcessingResourceCost, this one works analogously.The following features are supported:
- See Also:
costPackage.getVariableLinkingResourceCost()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getBandwidthOperatingFactor()
Returns the value of the 'Bandwidth Operating Factor' attribute.double
getBandwithInitialFactor()
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 Detail
-
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:
setBandwithInitialFactor(double)
,costPackage.getVariableLinkingResourceCost_BandwithInitialFactor()
- 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:
getBandwithInitialFactor()
- 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:
setBandwidthOperatingFactor(double)
,costPackage.getVariableLinkingResourceCost_BandwidthOperatingFactor()
- 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:
getBandwidthOperatingFactor()
- Generated class or method.
-
-