Interface HDDProcessingResourceSpecification
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,PCMBaseClass
,PCMClass
,ProcessingResourceSpecification
- All Known Implementing Classes:
HDDProcessingResourceSpecificationImpl
A representation of the model object 'HDD Processing Resource Specification'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Read Processing Rate' containment reference.Returns the value of the 'Resource Container' reference.Returns the value of the 'Write Processing Rate' containment reference.void
Sets the value of the 'Read Processing Rate
' containment reference.void
Sets the value of the 'Resource Container
' reference.void
Sets the value of the 'Write Processing Rate
' containment reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification
getActiveResourceType_ActiveResourceSpecification, getMTTF, getMTTR, getNumberOfReplicas, getProcessingRate_ProcessingResourceSpecification, getResourceContainer_ProcessingResourceSpecification, getSchedulingPolicy, isRequiredByContainer, setActiveResourceType_ActiveResourceSpecification, setMTTF, setMTTR, setNumberOfReplicas, setProcessingRate_ProcessingResourceSpecification, setRequiredByContainer, setResourceContainer_ProcessingResourceSpecification, setSchedulingPolicy
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getWriteProcessingRate
PCMRandomVariable getWriteProcessingRate()Returns the value of the 'Write Processing Rate' containment reference.- Returns:
- the value of the 'Write Processing Rate' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setWriteProcessingRate
Sets the value of the 'Write Processing Rate
' containment reference.- Parameters:
value
- the new value of the 'Write Processing Rate' containment reference.- See Also:
- Generated class or method.
-
getReadProcessingRate
PCMRandomVariable getReadProcessingRate()Returns the value of the 'Read Processing Rate' containment reference.- Returns:
- the value of the 'Read Processing Rate' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setReadProcessingRate
Sets the value of the 'Read Processing Rate
' containment reference.- Parameters:
value
- the new value of the 'Read Processing Rate' containment reference.- See Also:
- Generated class or method.
-
getResourceContainer
ResourceContainer getResourceContainer()Returns the value of the 'Resource Container' reference. It is bidirectional and its opposite is 'Hdd Resource Specifications
'.- Returns:
- the value of the 'Resource Container' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="hddResourceSpecifications"
-
setResourceContainer
Sets the value of the 'Resource Container
' reference.- Parameters:
value
- the new value of the 'Resource Container' reference.- See Also:
- Generated class or method.
-