| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.event | |
| org.eclipse.gmt.modisco.omg.kdm.event.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InitialState
A representation of the model object 'Initial State'.
|
| Modifier and Type | Method and Description |
|---|---|
State |
EventFactory.createState()
Returns a new object of class 'State'.
|
State |
NextState.getTo()
Returns the value of the 'To' reference.
|
State |
ReadsState.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NextState.setTo(State value)
Sets the value of the '
To' reference. |
void |
ReadsState.setTo(State value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
EventSwitch.caseState(State object)
Returns the result of interpreting the object as an instance of 'State'.
|