Interface UsageScenario
- All Superinterfaces:
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:
UsageScenarioImpl
A representation of the model object 'Usage Scenario'.
UsageScenarios are concurrently executed behaviours of users within one UsageModel. It describes which
services are directly invoked by users in one specific use case and models the possible sequences of calling
them. Each UsageScenario includes a workload and a scenario behaviour.
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 'Scenario Behaviour Usage Scenario' containment reference.Returns the value of the 'Usage Model Usage Scenario' container reference.Returns the value of the 'Workload Usage Scenario' containment reference.void
Sets the value of the 'Scenario Behaviour Usage Scenario
' containment reference.void
Sets the value of the 'Usage Model Usage Scenario
' container reference.void
Sets the value of the 'Workload Usage Scenario
' containment reference.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
-
getUsageModel_UsageScenario
UsageModel getUsageModel_UsageScenario()Returns the value of the 'Usage Model Usage Scenario' container reference. It is bidirectional and its opposite is 'Usage Scenario Usage Model
'.- Returns:
- the value of the 'Usage Model Usage Scenario' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="usageScenario_UsageModel" required="true" transient="false" ordered="false"
-
setUsageModel_UsageScenario
Sets the value of the 'Usage Model Usage Scenario
' container reference.- Parameters:
value
- the new value of the 'Usage Model Usage Scenario' container reference.- See Also:
- Generated class or method.
-
getScenarioBehaviour_UsageScenario
ScenarioBehaviour getScenarioBehaviour_UsageScenario()Returns the value of the 'Scenario Behaviour Usage Scenario' containment reference. It is bidirectional and its opposite is 'Usage Scenario Senario Behaviour
'.- Returns:
- the value of the 'Scenario Behaviour Usage Scenario' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="usageScenario_SenarioBehaviour" containment="true" required="true" ordered="false"
-
setScenarioBehaviour_UsageScenario
Sets the value of the 'Scenario Behaviour Usage Scenario
' containment reference.- Parameters:
value
- the new value of the 'Scenario Behaviour Usage Scenario' containment reference.- See Also:
- Generated class or method.
-
getWorkload_UsageScenario
Workload getWorkload_UsageScenario()Returns the value of the 'Workload Usage Scenario' containment reference. It is bidirectional and its opposite is 'Usage Scenario Workload
'.- Returns:
- the value of the 'Workload Usage Scenario' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="usageScenario_Workload" containment="true" required="true" ordered="false"
-
setWorkload_UsageScenario
Sets the value of the 'Workload Usage Scenario
' containment reference.- Parameters:
value
- the new value of the 'Workload Usage Scenario' containment reference.- See Also:
- Generated class or method.
-