Interface ResourceUsage
- All Superinterfaces:
AbstractResourceUsage,EObject,Notifier
- All Known Implementing Classes:
ResourceUsageImpl
A representation of the model object 'Resource Usage'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Resource' reference.de.uka.ipd.sdq.probfunction.ProbabilityDensityFunctionReturns the value of the 'Usage Time' containment reference.voidsetResource(ActiveResource value) Sets the value of the 'Resource' reference.voidsetUsageTime(de.uka.ipd.sdq.probfunction.ProbabilityDensityFunction value) Sets the value of the 'Usage Time' containment reference.Methods 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
-
getUsageTime
de.uka.ipd.sdq.probfunction.ProbabilityDensityFunction getUsageTime()Returns the value of the 'Usage Time' containment reference.If the meaning of the 'Usage Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Usage Time' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setUsageTime
void setUsageTime(de.uka.ipd.sdq.probfunction.ProbabilityDensityFunction value) Sets the value of the 'Usage Time' containment reference.- Parameters:
value- the new value of the 'Usage Time' containment reference.- See Also:
- Generated class or method.
-
getResource
ActiveResource getResource()Returns the value of the 'Resource' reference.If the meaning of the 'Resource' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setResource
Sets the value of the 'Resource' reference.- Parameters:
value- the new value of the 'Resource' reference.- See Also:
- Generated class or method.
-