Interface HDDProcessingResourceSpecification
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,ProcessingResourceSpecification
- All Known Implementing Classes:
HDDProcessingResourceSpecificationImpl
public interface HDDProcessingResourceSpecification extends ProcessingResourceSpecification
A representation of the model object 'HDD Processing Resource Specification'.The following features are supported:
- See Also:
ResourceenvironmentPackage.getHDDProcessingResourceSpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PCMRandomVariable
getReadProcessingRate()
Returns the value of the 'Read Processing Rate' containment reference.ResourceContainer
getResourceContainer()
Returns the value of the 'Resource Container' reference.PCMRandomVariable
getWriteProcessingRate()
Returns the value of the 'Write Processing Rate' containment reference.void
setReadProcessingRate(PCMRandomVariable value)
Sets the value of the 'Read Processing Rate
' containment reference.void
setResourceContainer(ResourceContainer value)
Sets the value of the 'Resource Container
' reference.void
setWriteProcessingRate(PCMRandomVariable value)
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 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 Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
setWriteProcessingRate(PCMRandomVariable)
,ResourceenvironmentPackage.getHDDProcessingResourceSpecification_WriteProcessingRate()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setWriteProcessingRate
void setWriteProcessingRate(PCMRandomVariable value)
Sets the value of the 'Write Processing Rate
' containment reference.- Parameters:
value
- the new value of the 'Write Processing Rate' containment reference.- See Also:
getWriteProcessingRate()
- 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:
setReadProcessingRate(PCMRandomVariable)
,ResourceenvironmentPackage.getHDDProcessingResourceSpecification_ReadProcessingRate()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setReadProcessingRate
void setReadProcessingRate(PCMRandomVariable value)
Sets the value of the 'Read Processing Rate
' containment reference.- Parameters:
value
- the new value of the 'Read Processing Rate' containment reference.- See Also:
getReadProcessingRate()
- 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:
setResourceContainer(ResourceContainer)
,ResourceenvironmentPackage.getHDDProcessingResourceSpecification_ResourceContainer()
,ResourceContainer.getHddResourceSpecifications()
- Generated class or method.
- EMF model class or method.
- opposite="hddResourceSpecifications"
-
setResourceContainer
void setResourceContainer(ResourceContainer value)
Sets the value of the 'Resource Container
' reference.- Parameters:
value
- the new value of the 'Resource Container' reference.- See Also:
getResourceContainer()
- Generated class or method.
-
-