| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.event | |
| org.eclipse.gmt.modisco.omg.kdm.event.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OnEntry
A representation of the model object 'On Entry'.
|
interface |
OnExit
A representation of the model object 'On Exit'.
|
| Modifier and Type | Method and Description |
|---|---|
Transition |
EventFactory.createTransition()
Returns a new object of class 'Transition'.
|
Transition |
ConsumesEvent.getFrom()
Returns the value of the 'From' reference.
|
Transition |
NextState.getFrom()
Returns the value of the 'From' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumesEvent.setFrom(Transition value)
Sets the value of the '
From' reference. |
void |
NextState.setFrom(Transition value)
Sets the value of the '
From' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
EventSwitch.caseTransition(Transition object)
Returns the result of interpreting the object as an instance of 'Transition'.
|