| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.event | |
| org.eclipse.gmt.modisco.omg.kdm.event.util |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventFactory.createEvent()
Returns a new object of class 'Event'.
|
Event |
ConsumesEvent.getTo()
Returns the value of the 'To' reference.
|
Event |
ProducesEvent.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumesEvent.setTo(Event value)
Sets the value of the '
To' reference. |
void |
ProducesEvent.setTo(Event value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
EventSwitch.caseEvent(Event object)
Returns the result of interpreting the object as an instance of 'Event'.
|