Interface UsageModel
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
UsageModelImpl
public interface UsageModel extends org.eclipse.emf.cdo.CDOObject
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()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<UsageScenario>
getUsageScenario_UsageModel()
Returns the value of the 'Usage Scenario Usage Model' containment reference list.EList<UserData>
getUserData_UsageModel()
Returns the value of the 'User Data Usage Model' containment reference list.-
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.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
-
getUsageScenario_UsageModel
EList<UsageScenario> getUsageScenario_UsageModel()
Returns the value of the 'Usage Scenario Usage Model' containment reference list. The list contents are of typeUsageScenario
. It is bidirectional and its opposite is 'Usage Model Usage Scenario
'.- Returns:
- the value of the 'Usage Scenario Usage Model' containment reference list.
- See Also:
UsagemodelPackage.getUsageModel_UsageScenario_UsageModel()
,UsageScenario.getUsageModel_UsageScenario()
- Generated class or method.
- EMF model class or method.
- opposite="usageModel_UsageScenario" containment="true" ordered="false"
-
getUserData_UsageModel
EList<UserData> getUserData_UsageModel()
Returns the value of the 'User Data Usage Model' containment reference list. The list contents are of typeUserData
. It is bidirectional and its opposite is 'Usage Model User Data
'.- Returns:
- the value of the 'User Data Usage Model' containment reference list.
- See Also:
UsagemodelPackage.getUsageModel_UserData_UsageModel()
,UserData.getUsageModel_UserData()
- Generated class or method.
- EMF model class or method.
- opposite="usageModel_UserData" containment="true" ordered="false"
-
-