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
- All Known Implementing Classes:
DelayImpl
public interface Delay extends AbstractUserAction
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:
UsagemodelPackage.getDelay()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PCMRandomVariable
getTimeSpecification_Delay()
Returns the value of the 'Time Specification Delay' containment reference.void
setTimeSpecification_Delay(PCMRandomVariable value)
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 org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
setTimeSpecification_Delay(PCMRandomVariable)
,UsagemodelPackage.getDelay_TimeSpecification_Delay()
,PCMRandomVariable.getDelay_TimeSpecification()
- Generated class or method.
- EMF model class or method.
- opposite="delay_TimeSpecification" containment="true" required="true" ordered="false"
-
setTimeSpecification_Delay
void setTimeSpecification_Delay(PCMRandomVariable value)
Sets the value of the 'Time Specification Delay
' containment reference.- Parameters:
value
- the new value of the 'Time Specification Delay' containment reference.- See Also:
getTimeSpecification_Delay()
- Generated class or method.
-
-