| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.event | |
| org.eclipse.gmt.modisco.omg.kdm.event.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Event
A representation of the model object 'Event'.
|
interface |
EventAction
A representation of the model object 'Action'.
|
interface |
EventElement
A representation of the model object 'Element'.
|
interface |
EventResource
A representation of the model object 'Resource'.
|
interface |
InitialState
A representation of the model object 'Initial State'.
|
interface |
OnEntry
A representation of the model object 'On Entry'.
|
interface |
OnExit
A representation of the model object 'On Exit'.
|
interface |
State
A representation of the model object 'State'.
|
interface |
Transition
A representation of the model object 'Transition'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEventElement |
EventRelationship.getFrom()
Returns the value of the 'From' reference.
|
AbstractEventElement |
HasState.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventRelationship.setFrom(AbstractEventElement value)
Sets the value of the '
From' reference. |
void |
HasState.setTo(AbstractEventElement value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
EventSwitch.caseAbstractEventElement(AbstractEventElement object)
Returns the result of interpreting the object as an instance of 'Abstract Event Element'.
|