Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.DataEvent

Packages that use DataEvent
org.eclipse.gmt.modisco.omg.kdm.data   
org.eclipse.gmt.modisco.omg.kdm.data.util   
 

Uses of DataEvent in org.eclipse.gmt.modisco.omg.kdm.data
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return DataEvent
 DataEvent DataFactory.createDataEvent()
          Returns a new object of class 'Event'.
 DataEvent ProducesDataEvent.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type DataEvent
 void ProducesDataEvent.setTo(DataEvent value)
          Sets the value of the 'To' reference.
 

Uses of DataEvent in org.eclipse.gmt.modisco.omg.kdm.data.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type DataEvent
 T DataSwitch.caseDataEvent(DataEvent object)
          Returns the result of interpreting the object as an instance of 'Event'.