de.uka.ipd.sdq.pcm.usagemodel
Interface UsageModel

All Known Implementing Classes:
UsageModelImpl

public interface UsageModel

A representation of the model object 'Usage Model'. The UsageModel specifies the whole user interaction with a system from a performance viewpoint. It consists of a number of concurrently executed UsageScenarios and a set of global UserData specifications. Each UsageScenario includes a workload and a scenario behaviour.

The following features are supported:

See Also:
UsagemodelPackage.getUsageModel()

Field Summary
static String copyright
           
 
Method Summary
  getUsageScenario_UsageModel()
          Returns the value of the 'Usage Scenario Usage Model' containment reference list.
  getUserData_UsageModel()
          Returns the value of the 'User Data Usage Model' containment reference list.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getUsageScenario_UsageModel

 getUsageScenario_UsageModel()
Returns the value of the 'Usage Scenario Usage Model' containment reference list. The list contents are of type UsageScenario.

If the meaning of the 'Usage Scenario Usage Model' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Usage Scenario Usage Model' containment reference list.
See Also:
UsagemodelPackage.getUsageModel_UsageScenario_UsageModel()

getUserData_UsageModel

 getUserData_UsageModel()
Returns the value of the 'User Data Usage Model' containment reference list. The list contents are of type UserData.

If the meaning of the 'User Data Usage Model' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'User Data Usage Model' containment reference list.
See Also:
UsagemodelPackage.getUsageModel_UserData_UsageModel()