Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.event.State

Packages that use State
org.eclipse.gmt.modisco.omg.kdm.event   
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
 interface InitialState
          A representation of the model object 'Initial State'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event that return State
 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.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event with parameters of type State
 void NextState.setTo(State value)
          Sets the value of the 'To' reference.
 void ReadsState.setTo(State value)
          Sets the value of the 'To' reference.
 

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
 T EventSwitch.caseState(State object)
          Returns the result of interpreting the object as an instance of 'State'.