Package de.uka.ipd.sdq.pcm.cost
Interface LinkingResourceCost
-
- All Known Subinterfaces:
FixedLinkingResourceCost
,VariableLinkingResourceCost
- All Known Implementing Classes:
FixedLinkingResourceCostImpl
,LinkingResourceCostImpl
,VariableLinkingResourceCostImpl
public interface LinkingResourceCost extends Cost
A representation of the model object ' Linking Resource Cost'.The following features are supported:
- See Also:
costPackage.getLinkingResourceCost()
- 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.LinkingResource
getLinkingresource()
Returns the value of the 'Linkingresource' reference.void
setLinkingresource(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value)
Sets the value of the 'Linkingresource
' 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
-
getLinkingresource
org.palladiosimulator.pcm.resourceenvironment.LinkingResource getLinkingresource()
Returns the value of the 'Linkingresource' reference.If the meaning of the 'Linkingresource' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Linkingresource' reference.
- See Also:
setLinkingresource(LinkingResource)
,costPackage.getLinkingResourceCost_Linkingresource()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setLinkingresource
void setLinkingresource(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value)
Sets the value of the 'Linkingresource
' reference.- Parameters:
value
- the new value of the 'Linkingresource' reference.- See Also:
getLinkingresource()
- Generated class or method.
-
-