Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.event.State
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.event | |
| org.eclipse.gmt.modisco.omg.kdm.event.impl | |
| org.eclipse.gmt.modisco.omg.kdm.event.util |
-
Uses of State in org.eclipse.gmt.modisco.omg.kdm.event
Subinterfaces of State in org.eclipse.gmt.modisco.omg.kdm.event Modifier and Type Interface Description interfaceInitialStateA representation of the model object 'Initial State'.Methods in org.eclipse.gmt.modisco.omg.kdm.event that return State Modifier and Type Method Description StateEventFactory. createState()Returns a new object of class 'State'.StateNextState. getTo()Returns the value of the 'To' reference.StateReadsState. getTo()Returns the value of the 'To' reference. -
Uses of State in org.eclipse.gmt.modisco.omg.kdm.event.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.event.impl that implement State Modifier and Type Class Description classInitialStateImplAn implementation of the model object 'Initial State'.classStateImplAn implementation of the model object 'State'.Fields in org.eclipse.gmt.modisco.omg.kdm.event.impl declared as State Modifier and Type Field Description protected StateNextStateImpl. toThe cached value of the 'To' reference.protected StateReadsStateImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return State Modifier and Type Method Description StateNextStateImpl. basicGetTo()StateReadsStateImpl. basicGetTo()StateEventFactoryImpl. createState()StateNextStateImpl. getTo()StateReadsStateImpl. getTo() -
Uses of State in org.eclipse.gmt.modisco.omg.kdm.event.util
Methods in org.eclipse.gmt.modisco.omg.kdm.event.util with parameters of type State Modifier and Type Method Description TEventSwitch. caseState(State object)Returns the result of interpreting the object as an instance of 'State'.