Interface EventPackage.Literals

Enclosing interface:
EventPackage

public static interface EventPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
  • Field Summary

    Fields
    Modifier and Type Field Description
    static org.eclipse.emf.ecore.EClass ABSTRACT_EVENT_ELEMENT
    The meta object literal for the 'Abstract Event Element' class.
    static org.eclipse.emf.ecore.EReference ABSTRACT_EVENT_ELEMENT__ABSTRACTION
    The meta object literal for the 'Abstraction' containment reference list feature.
    static org.eclipse.emf.ecore.EReference ABSTRACT_EVENT_ELEMENT__EVENT_RELATION
    The meta object literal for the 'Event Relation' containment reference list feature.
    static org.eclipse.emf.ecore.EReference ABSTRACT_EVENT_ELEMENT__IMPLEMENTATION
    The meta object literal for the 'Implementation' reference list feature.
    static org.eclipse.emf.ecore.EReference ABSTRACT_EVENT_ELEMENT__SOURCE
    The meta object literal for the 'Source' containment reference list feature.
    static org.eclipse.emf.ecore.EClass ABSTRACT_EVENT_RELATIONSHIP
    The meta object literal for the 'Abstract Event Relationship' class.
    static org.eclipse.emf.ecore.EClass CONSUMES_EVENT
    The meta object literal for the 'Consumes Event' class.
    static org.eclipse.emf.ecore.EReference CONSUMES_EVENT__FROM
    The meta object literal for the 'From' reference feature.
    static org.eclipse.emf.ecore.EReference CONSUMES_EVENT__TO
    The meta object literal for the 'To' reference feature.
    static org.eclipse.emf.ecore.EClass EVENT
    The meta object literal for the 'Event' class.
    static org.eclipse.emf.ecore.EAttribute EVENT__KIND
    The meta object literal for the 'Kind' attribute feature.
    static org.eclipse.emf.ecore.EClass EVENT_ACTION
    The meta object literal for the 'Action' class.
    static org.eclipse.emf.ecore.EReference EVENT_ACTION__EVENT_ELEMENT
    The meta object literal for the 'Event Element' containment reference list feature.
    static org.eclipse.emf.ecore.EAttribute EVENT_ACTION__KIND
    The meta object literal for the 'Kind' attribute feature.
    static org.eclipse.emf.ecore.EClass EVENT_ELEMENT
    The meta object literal for the 'Element' class.
    static org.eclipse.emf.ecore.EClass EVENT_MODEL
    The meta object literal for the 'Model' class.
    static org.eclipse.emf.ecore.EReference EVENT_MODEL__EVENT_ELEMENT
    The meta object literal for the 'Event Element' containment reference list feature.
    static org.eclipse.emf.ecore.EClass EVENT_RELATIONSHIP
    The meta object literal for the 'Relationship' class.
    static org.eclipse.emf.ecore.EReference EVENT_RELATIONSHIP__FROM
    The meta object literal for the 'From' reference feature.
    static org.eclipse.emf.ecore.EReference EVENT_RELATIONSHIP__TO
    The meta object literal for the 'To' reference feature.
    static org.eclipse.emf.ecore.EClass EVENT_RESOURCE
    The meta object literal for the 'Resource' class.
    static org.eclipse.emf.ecore.EReference EVENT_RESOURCE__EVENT_ELEMENT
    The meta object literal for the 'Event Element' containment reference list feature.
    static org.eclipse.emf.ecore.EClass HAS_STATE
    The meta object literal for the 'Has State' class.
    static org.eclipse.emf.ecore.EReference HAS_STATE__FROM
    The meta object literal for the 'From' reference feature.
    static org.eclipse.emf.ecore.EReference HAS_STATE__TO
    The meta object literal for the 'To' reference feature.
    static org.eclipse.emf.ecore.EClass INITIAL_STATE
    The meta object literal for the 'Initial State' class.
    static org.eclipse.emf.ecore.EClass NEXT_STATE
    The meta object literal for the 'Next State' class.
    static org.eclipse.emf.ecore.EReference NEXT_STATE__FROM
    The meta object literal for the 'From' reference feature.
    static org.eclipse.emf.ecore.EReference NEXT_STATE__TO
    The meta object literal for the 'To' reference feature.
    static org.eclipse.emf.ecore.EClass ON_ENTRY
    The meta object literal for the 'On Entry' class.
    static org.eclipse.emf.ecore.EClass ON_EXIT
    The meta object literal for the 'On Exit' class.
    static org.eclipse.emf.ecore.EClass PRODUCES_EVENT
    The meta object literal for the 'Produces Event' class.
    static org.eclipse.emf.ecore.EReference PRODUCES_EVENT__FROM
    The meta object literal for the 'From' reference feature.
    static org.eclipse.emf.ecore.EReference PRODUCES_EVENT__TO
    The meta object literal for the 'To' reference feature.
    static org.eclipse.emf.ecore.EClass READS_STATE
    The meta object literal for the 'Reads State' class.
    static org.eclipse.emf.ecore.EReference READS_STATE__FROM
    The meta object literal for the 'From' reference feature.
    static org.eclipse.emf.ecore.EReference READS_STATE__TO
    The meta object literal for the 'To' reference feature.
    static org.eclipse.emf.ecore.EClass STATE
    The meta object literal for the 'State' class.
    static org.eclipse.emf.ecore.EClass TRANSITION
    The meta object literal for the 'Transition' class.
  • Field Details

    • EVENT_MODEL

      static final org.eclipse.emf.ecore.EClass EVENT_MODEL
      The meta object literal for the 'Model' class.
      See Also:
      EventModelImpl, EventPackageImpl.getEventModel()
    • EVENT_MODEL__EVENT_ELEMENT

      static final org.eclipse.emf.ecore.EReference EVENT_MODEL__EVENT_ELEMENT
      The meta object literal for the 'Event Element' containment reference list feature.
    • ABSTRACT_EVENT_ELEMENT

      static final org.eclipse.emf.ecore.EClass ABSTRACT_EVENT_ELEMENT
      The meta object literal for the 'Abstract Event Element' class.
      See Also:
      AbstractEventElement, EventPackageImpl.getAbstractEventElement()
    • ABSTRACT_EVENT_ELEMENT__SOURCE

      static final org.eclipse.emf.ecore.EReference ABSTRACT_EVENT_ELEMENT__SOURCE
      The meta object literal for the 'Source' containment reference list feature.
    • ABSTRACT_EVENT_ELEMENT__EVENT_RELATION

      static final org.eclipse.emf.ecore.EReference ABSTRACT_EVENT_ELEMENT__EVENT_RELATION
      The meta object literal for the 'Event Relation' containment reference list feature.
    • ABSTRACT_EVENT_ELEMENT__ABSTRACTION

      static final org.eclipse.emf.ecore.EReference ABSTRACT_EVENT_ELEMENT__ABSTRACTION
      The meta object literal for the 'Abstraction' containment reference list feature.
    • ABSTRACT_EVENT_ELEMENT__IMPLEMENTATION

      static final org.eclipse.emf.ecore.EReference ABSTRACT_EVENT_ELEMENT__IMPLEMENTATION
      The meta object literal for the 'Implementation' reference list feature.
    • EVENT

      static final org.eclipse.emf.ecore.EClass EVENT
      The meta object literal for the 'Event' class.
      See Also:
      EventImpl, EventPackageImpl.getEvent()
    • EVENT__KIND

      static final org.eclipse.emf.ecore.EAttribute EVENT__KIND
      The meta object literal for the 'Kind' attribute feature.
    • ABSTRACT_EVENT_RELATIONSHIP

      static final org.eclipse.emf.ecore.EClass ABSTRACT_EVENT_RELATIONSHIP
      The meta object literal for the 'Abstract Event Relationship' class.
      See Also:
      AbstractEventRelationship, EventPackageImpl.getAbstractEventRelationship()
    • EVENT_RELATIONSHIP

      static final org.eclipse.emf.ecore.EClass EVENT_RELATIONSHIP
      The meta object literal for the 'Relationship' class.
      See Also:
      EventRelationshipImpl, EventPackageImpl.getEventRelationship()
    • EVENT_RELATIONSHIP__TO

      static final org.eclipse.emf.ecore.EReference EVENT_RELATIONSHIP__TO
      The meta object literal for the 'To' reference feature.
    • EVENT_RELATIONSHIP__FROM

      static final org.eclipse.emf.ecore.EReference EVENT_RELATIONSHIP__FROM
      The meta object literal for the 'From' reference feature.
    • EVENT_RESOURCE

      static final org.eclipse.emf.ecore.EClass EVENT_RESOURCE
      The meta object literal for the 'Resource' class.
      See Also:
      EventResourceImpl, EventPackageImpl.getEventResource()
    • EVENT_RESOURCE__EVENT_ELEMENT

      static final org.eclipse.emf.ecore.EReference EVENT_RESOURCE__EVENT_ELEMENT
      The meta object literal for the 'Event Element' containment reference list feature.
    • STATE

      static final org.eclipse.emf.ecore.EClass STATE
      The meta object literal for the 'State' class.
      See Also:
      StateImpl, EventPackageImpl.getState()
    • TRANSITION

      static final org.eclipse.emf.ecore.EClass TRANSITION
      The meta object literal for the 'Transition' class.
      See Also:
      TransitionImpl, EventPackageImpl.getTransition()
    • ON_ENTRY

      static final org.eclipse.emf.ecore.EClass ON_ENTRY
      The meta object literal for the 'On Entry' class.
      See Also:
      OnEntryImpl, EventPackageImpl.getOnEntry()
    • ON_EXIT

      static final org.eclipse.emf.ecore.EClass ON_EXIT
      The meta object literal for the 'On Exit' class.
      See Also:
      OnExitImpl, EventPackageImpl.getOnExit()
    • EVENT_ACTION

      static final org.eclipse.emf.ecore.EClass EVENT_ACTION
      The meta object literal for the 'Action' class.
      See Also:
      EventActionImpl, EventPackageImpl.getEventAction()
    • EVENT_ACTION__KIND

      static final org.eclipse.emf.ecore.EAttribute EVENT_ACTION__KIND
      The meta object literal for the 'Kind' attribute feature.
    • EVENT_ACTION__EVENT_ELEMENT

      static final org.eclipse.emf.ecore.EReference EVENT_ACTION__EVENT_ELEMENT
      The meta object literal for the 'Event Element' containment reference list feature.
    • READS_STATE

      static final org.eclipse.emf.ecore.EClass READS_STATE
      The meta object literal for the 'Reads State' class.
      See Also:
      ReadsStateImpl, EventPackageImpl.getReadsState()
    • READS_STATE__TO

      static final org.eclipse.emf.ecore.EReference READS_STATE__TO
      The meta object literal for the 'To' reference feature.
    • READS_STATE__FROM

      static final org.eclipse.emf.ecore.EReference READS_STATE__FROM
      The meta object literal for the 'From' reference feature.
    • PRODUCES_EVENT

      static final org.eclipse.emf.ecore.EClass PRODUCES_EVENT
      The meta object literal for the 'Produces Event' class.
      See Also:
      ProducesEventImpl, EventPackageImpl.getProducesEvent()
    • PRODUCES_EVENT__TO

      static final org.eclipse.emf.ecore.EReference PRODUCES_EVENT__TO
      The meta object literal for the 'To' reference feature.
    • PRODUCES_EVENT__FROM

      static final org.eclipse.emf.ecore.EReference PRODUCES_EVENT__FROM
      The meta object literal for the 'From' reference feature.
    • CONSUMES_EVENT

      static final org.eclipse.emf.ecore.EClass CONSUMES_EVENT
      The meta object literal for the 'Consumes Event' class.
      See Also:
      ConsumesEventImpl, EventPackageImpl.getConsumesEvent()
    • CONSUMES_EVENT__TO

      static final org.eclipse.emf.ecore.EReference CONSUMES_EVENT__TO
      The meta object literal for the 'To' reference feature.
    • CONSUMES_EVENT__FROM

      static final org.eclipse.emf.ecore.EReference CONSUMES_EVENT__FROM
      The meta object literal for the 'From' reference feature.
    • NEXT_STATE

      static final org.eclipse.emf.ecore.EClass NEXT_STATE
      The meta object literal for the 'Next State' class.
      See Also:
      NextStateImpl, EventPackageImpl.getNextState()
    • NEXT_STATE__TO

      static final org.eclipse.emf.ecore.EReference NEXT_STATE__TO
      The meta object literal for the 'To' reference feature.
    • NEXT_STATE__FROM

      static final org.eclipse.emf.ecore.EReference NEXT_STATE__FROM
      The meta object literal for the 'From' reference feature.
    • INITIAL_STATE

      static final org.eclipse.emf.ecore.EClass INITIAL_STATE
      The meta object literal for the 'Initial State' class.
      See Also:
      InitialStateImpl, EventPackageImpl.getInitialState()
    • EVENT_ELEMENT

      static final org.eclipse.emf.ecore.EClass EVENT_ELEMENT
      The meta object literal for the 'Element' class.
      See Also:
      EventElementImpl, EventPackageImpl.getEventElement()
    • HAS_STATE

      static final org.eclipse.emf.ecore.EClass HAS_STATE
      The meta object literal for the 'Has State' class.
      See Also:
      HasStateImpl, EventPackageImpl.getHasState()
    • HAS_STATE__TO

      static final org.eclipse.emf.ecore.EReference HAS_STATE__TO
      The meta object literal for the 'To' reference feature.
    • HAS_STATE__FROM

      static final org.eclipse.emf.ecore.EReference HAS_STATE__FROM
      The meta object literal for the 'From' reference feature.