| Package | Description |
|---|---|
| de.uka.ipd.sdq.simucomframework.simucomstatus | |
| de.uka.ipd.sdq.simucomframework.simucomstatus.impl | |
| de.uka.ipd.sdq.simucomframework.simucomstatus.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WaitForAcquire
A representation of the model object 'Wait For Acquire'.
|
interface |
WaitForDelay
A representation of the model object 'Wait For Delay'.
|
interface |
WaitForDemand
A representation of the model object 'Wait For Demand'.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
Process.getCurrentAction()
Returns the value of the 'Current Action' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Process.setCurrentAction(Action value)
Sets the value of the '
Current Action' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionImpl
An implementation of the model object 'Action'.
|
class |
WaitForAcquireImpl
An implementation of the model object 'Wait For Acquire'.
|
class |
WaitForDelayImpl
An implementation of the model object 'Wait For Delay'.
|
class |
WaitForDemandImpl
An implementation of the model object 'Wait For Demand'.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
ProcessImpl.getCurrentAction() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
ProcessImpl.basicSetCurrentAction(Action newCurrentAction,
NotificationChain msgs) |
void |
ProcessImpl.setCurrentAction(Action newCurrentAction) |
| Modifier and Type | Method and Description |
|---|---|
T |
SimucomstatusSwitch.caseAction(Action object)
Returns the result of interpreting the object as an instance of 'Action'.
|