| Package | Description |
|---|---|
| org.palladiosimulator.pcm.seff | |
| org.palladiosimulator.pcm.seff.impl | |
| org.palladiosimulator.pcm.seff.util |
| Modifier and Type | Method and Description |
|---|---|
ForkAction |
SeffFactory.createForkAction()
Returns a new object of class 'Fork Action'.
|
ForkAction |
ForkedBehaviour.getForkAction_ForkedBehaivour()
Returns the value of the 'Fork Action Forked Behaivour' container reference.
|
ForkAction |
SynchronisationPoint.getForkAction_SynchronisationPoint()
Returns the value of the 'Fork Action Synchronisation Point' container
reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForkedBehaviour.setForkAction_ForkedBehaivour(ForkAction value)
Sets the value of the
'
Fork
Action Forked Behaivour' container reference. |
void |
SynchronisationPoint.setForkAction_SynchronisationPoint(ForkAction value)
Sets the value of the
'
Fork Action Synchronisation Point' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ForkActionImpl
An implementation of the model object 'Fork Action'.
|
| Modifier and Type | Method and Description |
|---|---|
ForkAction |
SeffFactoryImpl.createForkAction() |
ForkAction |
ForkedBehaviourImpl.getForkAction_ForkedBehaivour() |
ForkAction |
SynchronisationPointImpl.getForkAction_SynchronisationPoint() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
ForkedBehaviourImpl.basicSetForkAction_ForkedBehaivour(ForkAction newForkAction_ForkedBehaivour,
NotificationChain msgs) |
NotificationChain |
SynchronisationPointImpl.basicSetForkAction_SynchronisationPoint(ForkAction newForkAction_SynchronisationPoint,
NotificationChain msgs) |
void |
ForkedBehaviourImpl.setForkAction_ForkedBehaivour(ForkAction newForkAction_ForkedBehaivour) |
void |
SynchronisationPointImpl.setForkAction_SynchronisationPoint(ForkAction newForkAction_SynchronisationPoint) |
| Modifier and Type | Method and Description |
|---|---|
T |
SeffSwitch.caseForkAction(ForkAction object)
Returns the result of interpreting the object as an instance of 'Fork Action'.
|
boolean |
SeffValidator.validateForkAction(ForkAction forkAction,
DiagnosticChain diagnostics,
Map<Object,Object> context) |