Interface Delay
- All Superinterfaces:
AbstractUserAction
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
DelayImpl
A representation of the model object 'Delay'.
A Delay represents a timing delay as a RandomVariable between two user actions. The Delay
is included into the usage model to express that users do not call system services in direct successions,
but usually need some time to determine their next action. User delays are for example useful,
if a performance analyst wants to determine the execution time for a complete scenario behaviour
(instead of a single service), which needs to include user delays.
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 'Time Specification Delay' containment reference.void
Sets the value of the 'Time Specification Delay
' containment reference.Methods inherited from interface org.palladiosimulator.pcm.usagemodel.AbstractUserAction
getPredecessor, getScenarioBehaviour_AbstractUserAction, getSuccessor, setPredecessor, setScenarioBehaviour_AbstractUserAction, setSuccessor
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getTimeSpecification_Delay
PCMRandomVariable getTimeSpecification_Delay()Returns the value of the 'Time Specification Delay' containment reference. It is bidirectional and its opposite is 'Delay Time Specification
'.- Returns:
- the value of the 'Time Specification Delay' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="delay_TimeSpecification" containment="true" required="true" ordered="false"
-
setTimeSpecification_Delay
Sets the value of the 'Time Specification Delay
' containment reference.- Parameters:
value
- the new value of the 'Time Specification Delay' containment reference.- See Also:
- Generated class or method.
-