Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.event.Event
| 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 Event in org.eclipse.gmt.modisco.omg.kdm.event
Methods in org.eclipse.gmt.modisco.omg.kdm.event that return Event Modifier and Type Method Description EventEventFactory. createEvent()Returns a new object of class 'Event'.EventConsumesEvent. getTo()Returns the value of the 'To' reference.EventProducesEvent. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.event that return types with arguments of type Event Modifier and Type Method Description org.eclipse.emf.common.util.EList<Event>EventAction. getEventElement()Returns the value of the 'Event Element' containment reference list. -
Uses of Event in org.eclipse.gmt.modisco.omg.kdm.event.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.event.impl that implement Event Modifier and Type Class Description classEventImplAn implementation of the model object 'Event'.Fields in org.eclipse.gmt.modisco.omg.kdm.event.impl declared as Event Modifier and Type Field Description protected EventConsumesEventImpl. toThe cached value of the 'To' reference.protected EventProducesEventImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.event.impl with type parameters of type Event Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Event>EventActionImpl. eventElementThe cached value of the 'Event Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return Event Modifier and Type Method Description EventConsumesEventImpl. basicGetTo()EventProducesEventImpl. basicGetTo()EventEventFactoryImpl. createEvent()EventConsumesEventImpl. getTo()EventProducesEventImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return types with arguments of type Event Modifier and Type Method Description org.eclipse.emf.common.util.EList<Event>EventActionImpl. getEventElement() -
Uses of Event in org.eclipse.gmt.modisco.omg.kdm.event.util
Methods in org.eclipse.gmt.modisco.omg.kdm.event.util with parameters of type Event Modifier and Type Method Description TEventSwitch. caseEvent(Event object)Returns the result of interpreting the object as an instance of 'Event'.