de.uka.ipd.sdq.pcm.usagemodel
Interface Delay
- All Superinterfaces:
- AbstractUserAction, Entity, Identifier, NamedElement
- 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()
copyright
static final String copyright
-
- See Also:
- Constant Field Values
getTimeSpecification_Delay
PCMRandomVariable getTimeSpecification_Delay()
- Returns the value of the 'Time Specification Delay' containment reference.
If the meaning of the 'Time Specification Delay' containment reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Time Specification Delay' containment reference.
- See Also:
setTimeSpecification_Delay(PCMRandomVariable),
UsagemodelPackage.getDelay_TimeSpecification_Delay()
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()