| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractInternalControlFlowAction
A representation of the model object ' Abstract Internal Control
Flow Action'.
|
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 |
EmitEventAction
A representation of the model object 'Emit Event Action'.
|
interface |
ExternalCallAction
A representation of the model object ' External Call
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 | Method and Description |
|---|---|
AbstractAction |
AbstractAction.getPredecessor_AbstractAction()
Returns the value of the 'Predecessor Abstract Action' reference.
|
AbstractAction |
AbstractAction.getSuccessor_AbstractAction()
Returns the value of the 'Successor Abstract Action' reference.
|
| Modifier and Type | Method and Description |
|---|---|
EList<AbstractAction> |
ResourceDemandingBehaviour.getSteps_Behaviour()
Returns the value of the 'Steps Behaviour' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAction.setPredecessor_AbstractAction(AbstractAction value)
Sets the value of the '
Predecessor Abstract Action' reference. |
void |
AbstractAction.setSuccessor_AbstractAction(AbstractAction value)
Sets the value of the
'
Successor Abstract Action' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActionImpl
An implementation of the model object 'Abstract Action'.
|
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 |
EmitEventActionImpl
An implementation of the model object 'Emit Event Action
'.
|
class |
ExternalCallActionImpl
An implementation of the model object ' External Call
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 |
|---|---|
AbstractAction |
AbstractActionImpl.basicGetPredecessor_AbstractAction() |
AbstractAction |
InternalCallActionImpl.basicGetPredecessor_AbstractAction() |
AbstractAction |
AbstractActionImpl.basicGetSuccessor_AbstractAction() |
AbstractAction |
InternalCallActionImpl.basicGetSuccessor_AbstractAction() |
AbstractAction |
AbstractActionImpl.getPredecessor_AbstractAction() |
AbstractAction |
InternalCallActionImpl.getPredecessor_AbstractAction() |
AbstractAction |
AbstractActionImpl.getSuccessor_AbstractAction() |
AbstractAction |
InternalCallActionImpl.getSuccessor_AbstractAction() |
| Modifier and Type | Method and Description |
|---|---|
EList<AbstractAction> |
ResourceDemandingBehaviourImpl.getSteps_Behaviour() |
EList<AbstractAction> |
ResourceDemandingSEFFImpl.getSteps_Behaviour() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
AbstractActionImpl.basicSetPredecessor_AbstractAction(AbstractAction newPredecessor_AbstractAction,
NotificationChain msgs) |
NotificationChain |
InternalCallActionImpl.basicSetPredecessor_AbstractAction(AbstractAction newPredecessor_AbstractAction,
NotificationChain msgs) |
NotificationChain |
AbstractActionImpl.basicSetSuccessor_AbstractAction(AbstractAction newSuccessor_AbstractAction,
NotificationChain msgs) |
NotificationChain |
InternalCallActionImpl.basicSetSuccessor_AbstractAction(AbstractAction newSuccessor_AbstractAction,
NotificationChain msgs) |
void |
AbstractActionImpl.setPredecessor_AbstractAction(AbstractAction newPredecessor_AbstractAction) |
void |
InternalCallActionImpl.setPredecessor_AbstractAction(AbstractAction newPredecessor_AbstractAction) |
void |
AbstractActionImpl.setSuccessor_AbstractAction(AbstractAction newSuccessor_AbstractAction) |
void |
InternalCallActionImpl.setSuccessor_AbstractAction(AbstractAction newSuccessor_AbstractAction) |
| 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 |
|---|---|
EList<AbstractAction> |
RecoveryActionBehaviourImpl.getSteps_Behaviour() |
| Modifier and Type | Method and Description |
|---|---|
T |
SeffReliabilitySwitch.caseAbstractAction(AbstractAction object)
Returns the result of interpreting the object as an instance of 'Abstract Action'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SeffSwitch.caseAbstractAction(AbstractAction object)
Returns the result of interpreting the object as an instance of 'Abstract Action'.
|
boolean |
SeffValidator.validateAbstractAction(AbstractAction abstractAction,
DiagnosticChain diagnostics,
Map<Object,Object> context) |