| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractLoopAction
A representation of the model object ' Abstract Loop
Action'.
|
interface |
AcquireAction
A representation of the model object 'Acquire Action'.
|
interface |
BranchAction
A representation of the model object 'Branch Action'.
|
interface |
CollectionIteratorAction
A representation of the model object ' Collection Iterator
Action'.
|
interface |
ForkAction
A representation of the model object 'Fork Action'.
|
interface |
InternalAction
A representation of the model object 'Internal Action'.
|
interface |
InternalCallAction
A representation of the model object ' Internal Call
Action'.
|
interface |
LoopAction
A representation of the model object 'Loop Action'.
|
interface |
ReleaseAction
A representation of the model object 'Release Action'.
|
interface |
SetVariableAction
A representation of the model object 'Set Variable Action
'.
|
interface |
StartAction
A representation of the model object 'Start Action'.
|
interface |
StopAction
A representation of the model object 'Stop Action'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInternalControlFlowActionImpl
An implementation of the model object ' Abstract Internal Control
Flow Action'.
|
class |
AbstractLoopActionImpl
An implementation of the model object ' Abstract Loop
Action'.
|
class |
AcquireActionImpl
An implementation of the model object 'Acquire Action'.
|
class |
BranchActionImpl
An implementation of the model object 'Branch Action'.
|
class |
CollectionIteratorActionImpl
An implementation of the model object ' Collection Iterator
Action'.
|
class |
ForkActionImpl
An implementation of the model object 'Fork Action'.
|
class |
InternalActionImpl
An implementation of the model object 'Internal Action'.
|
class |
InternalCallActionImpl
An implementation of the model object ' Internal Call
Action'.
|
class |
LoopActionImpl
An implementation of the model object 'Loop Action'.
|
class |
ReleaseActionImpl
An implementation of the model object 'Release Action'.
|
class |
SetVariableActionImpl
An implementation of the model object ' Set Variable
Action'.
|
class |
StartActionImpl
An implementation of the model object 'Start Action'.
|
class |
StopActionImpl
An implementation of the model object 'Stop Action'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractInternalControlFlowAction |
InfrastructureCall.getAction__InfrastructureCall()
Returns the value of the 'Action Infrastructure Call' container reference.
|
AbstractInternalControlFlowAction |
ResourceCall.getAction__ResourceCall()
Returns the value of the 'Action Resource Call' container reference.
|
AbstractInternalControlFlowAction |
ParametricResourceDemand.getAction_ParametricResourceDemand()
Returns the value of the 'Action Parametric Resource Demand' container
reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InfrastructureCall.setAction__InfrastructureCall(AbstractInternalControlFlowAction value)
Sets the value of the
'
Action Infrastructure Call' container reference. |
void |
ResourceCall.setAction__ResourceCall(AbstractInternalControlFlowAction value)
Sets the value of the
'
Action Resource Call' container reference. |
void |
ParametricResourceDemand.setAction_ParametricResourceDemand(AbstractInternalControlFlowAction value)
Sets the value of the
'
Action Parametric Resource Demand' container reference. |
| Modifier and Type | Method and Description |
|---|---|
AbstractInternalControlFlowAction |
InfrastructureCallImpl.getAction__InfrastructureCall() |
AbstractInternalControlFlowAction |
ResourceCallImpl.getAction__ResourceCall() |
AbstractInternalControlFlowAction |
ParametricResourceDemandImpl.getAction_ParametricResourceDemand() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecoveryAction
A representation of the model object 'Recovery Action'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecoveryActionImpl
An implementation of the model object 'Recovery Action'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SeffReliabilitySwitch.caseAbstractInternalControlFlowAction(AbstractInternalControlFlowAction object)
Returns the result of interpreting the object as an instance of 'Abstract Internal
Control Flow Action'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SeffSwitch.caseAbstractInternalControlFlowAction(AbstractInternalControlFlowAction object)
Returns the result of interpreting the object as an instance of 'Abstract Internal
Control Flow Action'.
|
boolean |
SeffValidator.validateAbstractInternalControlFlowAction(AbstractInternalControlFlowAction abstractInternalControlFlowAction,
DiagnosticChain diagnostics,
Map<Object,Object> context) |