| Package | Description |
|---|---|
| org.palladiosimulator.pcm.usagemodel | |
| org.palladiosimulator.pcm.usagemodel.impl | |
| org.palladiosimulator.pcm.usagemodel.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Branch
A representation of the model object 'Branch'.
|
interface |
Delay
A representation of the model object 'Delay'.
|
interface |
EntryLevelSystemCall
A representation of the model object ' Entry Level System
Call'.
|
interface |
Loop
A representation of the model object 'Loop'.
|
interface |
Start
A representation of the model object 'Start'.
|
interface |
Stop
A representation of the model object 'Stop'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUserAction |
AbstractUserAction.getPredecessor()
Returns the value of the 'Predecessor' reference.
|
AbstractUserAction |
AbstractUserAction.getSuccessor()
Returns the value of the 'Successor' reference.
|
| Modifier and Type | Method and Description |
|---|---|
EList<AbstractUserAction> |
ScenarioBehaviour.getActions_ScenarioBehaviour()
Returns the value of the 'Actions Scenario Behaviour' containment reference
list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUserAction.setPredecessor(AbstractUserAction value)
Sets the value of the
'
Predecessor' reference. |
void |
AbstractUserAction.setSuccessor(AbstractUserAction value)
Sets the value of the
'
Successor' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserActionImpl
An implementation of the model object ' Abstract User
Action'.
|
class |
BranchImpl
An implementation of the model object 'Branch'.
|
class |
DelayImpl
An implementation of the model object 'Delay'.
|
class |
EntryLevelSystemCallImpl
An implementation of the model object ' Entry Level System
Call'.
|
class |
LoopImpl
An implementation of the model object 'Loop'.
|
class |
StartImpl
An implementation of the model object 'Start'.
|
class |
StopImpl
An implementation of the model object 'Stop'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUserAction |
AbstractUserActionImpl.basicGetPredecessor() |
AbstractUserAction |
AbstractUserActionImpl.basicGetSuccessor() |
AbstractUserAction |
AbstractUserActionImpl.getPredecessor() |
AbstractUserAction |
AbstractUserActionImpl.getSuccessor() |
| Modifier and Type | Method and Description |
|---|---|
EList<AbstractUserAction> |
ScenarioBehaviourImpl.getActions_ScenarioBehaviour() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
AbstractUserActionImpl.basicSetPredecessor(AbstractUserAction newPredecessor,
NotificationChain msgs) |
NotificationChain |
AbstractUserActionImpl.basicSetSuccessor(AbstractUserAction newSuccessor,
NotificationChain msgs) |
void |
AbstractUserActionImpl.setPredecessor(AbstractUserAction newPredecessor) |
void |
AbstractUserActionImpl.setSuccessor(AbstractUserAction newSuccessor) |
| Modifier and Type | Method and Description |
|---|---|
T |
UsagemodelSwitch.caseAbstractUserAction(AbstractUserAction object)
Returns the result of interpreting the object as an instance of 'Abstract User
Action'.
|
boolean |
UsagemodelValidator.validateAbstractUserAction(AbstractUserAction abstractUserAction,
DiagnosticChain diagnostics,
Map<Object,Object> context) |