org.eclipse.gmt.modisco.omg.kdm.event
Interface AbstractEventElement

All Superinterfaces:
Element, KDMEntity, ModelElement
All Known Subinterfaces:
Event, EventAction, EventElement, EventResource, InitialState, OnEntry, OnExit, State, Transition

public interface AbstractEventElement
extends KDMEntity

A representation of the model object 'Abstract Event Element'.

The following features are supported:

See Also:
EventPackage.getAbstractEventElement()
Generated:
Model:
interface="true" abstract="true"

Method Summary
  getAbstraction()
          Returns the value of the 'Abstraction' containment reference list.
  getEventRelation()
          Returns the value of the 'Event Relation' containment reference list.
  getImplementation()
          Returns the value of the 'Implementation' reference list.
  getSource()
          Returns the value of the 'Source' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getSource

 getSource()
Returns the value of the 'Source' containment reference list. The list contents are of type SourceRef.

If the meaning of the 'Source' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source' containment reference list.
See Also:
EventPackage.getAbstractEventElement_Source()
Generated:
Model:
containment="true" ordered="false"

getEventRelation

 getEventRelation()
Returns the value of the 'Event Relation' containment reference list. The list contents are of type AbstractEventRelationship.

If the meaning of the 'Event Relation' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Event Relation' containment reference list.
See Also:
EventPackage.getAbstractEventElement_EventRelation()
Generated:
Model:
containment="true" ordered="false"

getAbstraction

 getAbstraction()
Returns the value of the 'Abstraction' containment reference list. The list contents are of type ActionElement.

If the meaning of the 'Abstraction' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Abstraction' containment reference list.
See Also:
EventPackage.getAbstractEventElement_Abstraction()
Generated:
Model:
containment="true"

getImplementation

 getImplementation()
Returns the value of the 'Implementation' reference list. The list contents are of type AbstractCodeElement.

If the meaning of the 'Implementation' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implementation' reference list.
See Also:
EventPackage.getAbstractEventElement_Implementation()
Generated:
Model:
ordered="false"