| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.data | |
| org.eclipse.gmt.modisco.omg.kdm.data.util |
| Modifier and Type | Method and Description |
|---|---|
DataEvent |
DataFactory.createDataEvent()
Returns a new object of class 'Event'.
|
DataEvent |
ProducesDataEvent.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProducesDataEvent.setTo(DataEvent value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
DataSwitch.caseDataEvent(DataEvent object)
Returns the result of interpreting the object as an instance of 'Event'.
|