Interface ActiveResourceUtilisationResult
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,org.palladiosimulator.pcm.core.entity.NamedElement,Notifier,org.palladiosimulator.pcm.PCMBaseClass,org.palladiosimulator.pcm.PCMClass,UtilisationResult
- All Known Subinterfaces:
LinkingResourceResults,ProcessingResourceSpecificationResult,ResourceContainerResults
- All Known Implementing Classes:
ActiveResourceUtilisationResultImpl,LinkingResourceResultsImpl,ProcessingResourceSpecificationResultImpl,ResourceContainerResultsImpl
A representation of the model object '
Active Resource Utilisation Result'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
copyright -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the value of the 'Demanded Time' attribute.doubleReturns the value of the 'Normalised Demanded Time' attribute.voidsetDemandedTime(double value) Sets the value of the 'Demanded Time' attribute.voidsetNormalisedDemandedTime(double value) Sets the value of the 'Normalised Demanded Time' attribute.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, cdoWriteOptionMethods 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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.palladiosimulator.analyzer.resultdecorator.resourceenvironmentdecorator.UtilisationResult
getAverageQueueLength, getAverageWaitTime, getMaxQueueLength, getNormalisedResourceUtilisation, getNormalisedWaitTime, getResourceUtilisation, setAverageQueueLength, setAverageWaitTime, setMaxQueueLength, setNormalisedResourceUtilisation, setNormalisedWaitTime, setResourceUtilisation
-
Method Details
-
getNormalisedDemandedTime
double getNormalisedDemandedTime()Returns the value of the 'Normalised Demanded Time' attribute. The demanded time relative to all demanded times (in the system or in the resource container?)- Returns:
- the value of the 'Normalised Demanded Time' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setNormalisedDemandedTime
void setNormalisedDemandedTime(double value) Sets the value of the 'Normalised Demanded Time' attribute.- Parameters:
value- the new value of the 'Normalised Demanded Time' attribute.- See Also:
- Generated class or method.
-
getDemandedTime
double getDemandedTime()Returns the value of the 'Demanded Time' attribute. The default value is"0". The average time that each job requests from this active resource.- Returns:
- the value of the 'Demanded Time' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="0" required="true" ordered="false"
-
setDemandedTime
void setDemandedTime(double value) Sets the value of the 'Demanded Time' attribute.- Parameters:
value- the new value of the 'Demanded Time' attribute.- See Also:
- Generated class or method.
-