Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.DataEvent
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.data | |
| org.eclipse.gmt.modisco.omg.kdm.data.impl | |
| 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 Modifier and Type Method Description DataEventDataFactory. createDataEvent()Returns a new object of class 'Event'.DataEventProducesDataEvent. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data that return types with arguments of type DataEvent Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataEvent>DataAction. getDataElement()Returns the value of the 'Data Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type DataEvent Modifier and Type Method Description voidProducesDataEvent. setTo(DataEvent value)Sets the value of the 'To' reference. -
Uses of DataEvent in org.eclipse.gmt.modisco.omg.kdm.data.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.data.impl that implement DataEvent Modifier and Type Class Description classDataEventImplAn implementation of the model object 'Event'.Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl declared as DataEvent Modifier and Type Field Description protected DataEventProducesDataEventImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl with type parameters of type DataEvent Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<DataEvent>DataActionImpl. dataElementThe cached value of the 'Data Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return DataEvent Modifier and Type Method Description DataEventProducesDataEventImpl. basicGetTo()DataEventDataFactoryImpl. createDataEvent()DataEventProducesDataEventImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return types with arguments of type DataEvent Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataEvent>DataActionImpl. getDataElement()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl with parameters of type DataEvent Modifier and Type Method Description voidProducesDataEventImpl. setTo(DataEvent newTo) -
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 Modifier and Type Method Description TDataSwitch. caseDataEvent(DataEvent object)Returns the result of interpreting the object as an instance of 'Event'.