Package de.uka.ipd.sdq.pcm.cost
Interface LinkingResourceCost
- All Known Subinterfaces:
FixedLinkingResourceCost,VariableLinkingResourceCost
- All Known Implementing Classes:
FixedLinkingResourceCostImpl,LinkingResourceCostImpl,VariableLinkingResourceCostImpl
A representation of the model object '
Linking Resource Cost'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.resourceenvironment.LinkingResourceReturns the value of the 'Linkingresource' reference.voidsetLinkingresource(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, 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
-
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:
- 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:
- Generated class or method.
-