Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.event.AbstractEventElement
| 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 AbstractEventElement in org.eclipse.gmt.modisco.omg.kdm.event
Subinterfaces of AbstractEventElement in org.eclipse.gmt.modisco.omg.kdm.event Modifier and Type Interface Description interfaceEventA representation of the model object 'Event'.interfaceEventActionA representation of the model object 'Action'.interfaceEventElementA representation of the model object 'Element'.interfaceEventResourceA representation of the model object 'Resource'.interfaceInitialStateA representation of the model object 'Initial State'.interfaceOnEntryA representation of the model object 'On Entry'.interfaceOnExitA representation of the model object 'On Exit'.interfaceStateA representation of the model object 'State'.interfaceTransitionA representation of the model object 'Transition'.Methods in org.eclipse.gmt.modisco.omg.kdm.event that return AbstractEventElement Modifier and Type Method Description AbstractEventElementEventRelationship. getFrom()Returns the value of the 'From' reference.AbstractEventElementHasState. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.event that return types with arguments of type AbstractEventElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractEventElement>EventModel. getEventElement()Returns the value of the 'Event Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractEventElement>EventResource. getEventElement()Returns the value of the 'Event Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.event with parameters of type AbstractEventElement Modifier and Type Method Description voidEventRelationship. setFrom(AbstractEventElement value)Sets the value of the 'From' reference.voidHasState. setTo(AbstractEventElement value)Sets the value of the 'To' reference. -
Uses of AbstractEventElement in org.eclipse.gmt.modisco.omg.kdm.event.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.event.impl that implement AbstractEventElement Modifier and Type Class Description classEventActionImplAn implementation of the model object 'Action'.classEventElementImplAn implementation of the model object 'Element'.classEventImplAn implementation of the model object 'Event'.classEventResourceImplAn implementation of the model object 'Resource'.classInitialStateImplAn implementation of the model object 'Initial State'.classOnEntryImplAn implementation of the model object 'On Entry'.classOnExitImplAn implementation of the model object 'On Exit'.classStateImplAn implementation of the model object 'State'.classTransitionImplAn implementation of the model object 'Transition'.Fields in org.eclipse.gmt.modisco.omg.kdm.event.impl declared as AbstractEventElement Modifier and Type Field Description protected AbstractEventElementEventRelationshipImpl. fromThe cached value of the 'From' reference.protected AbstractEventElementHasStateImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.event.impl with type parameters of type AbstractEventElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractEventElement>EventModelImpl. eventElementThe cached value of the 'Event Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractEventElement>EventResourceImpl. eventElementThe cached value of the 'Event Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return AbstractEventElement Modifier and Type Method Description AbstractEventElementEventRelationshipImpl. basicGetFrom()AbstractEventElementHasStateImpl. basicGetTo()AbstractEventElementEventRelationshipImpl. getFrom()AbstractEventElementHasStateImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return types with arguments of type AbstractEventElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractEventElement>EventModelImpl. getEventElement()org.eclipse.emf.common.util.EList<AbstractEventElement>EventResourceImpl. getEventElement()Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl with parameters of type AbstractEventElement Modifier and Type Method Description voidEventRelationshipImpl. setFrom(AbstractEventElement newFrom)voidHasStateImpl. setTo(AbstractEventElement newTo) -
Uses of AbstractEventElement in org.eclipse.gmt.modisco.omg.kdm.event.util
Methods in org.eclipse.gmt.modisco.omg.kdm.event.util with parameters of type AbstractEventElement Modifier and Type Method Description TEventSwitch. caseAbstractEventElement(AbstractEventElement object)Returns the result of interpreting the object as an instance of 'Abstract Event Element'.