de.cau.cs.kieler.synccharts
Interface SyncchartsPackage.Literals

Enclosing interface:
SyncchartsPackage

public static interface SyncchartsPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass ACTION
          The meta object literal for the 'Action' class.
static EAttribute ACTION__DELAY
          The meta object literal for the 'Delay' attribute feature.
static EReference ACTION__EFFECTS
          The meta object literal for the 'Effects' containment reference list feature.
static EAttribute ACTION__IS_IMMEDIATE
          The meta object literal for the 'Is Immediate' attribute feature.
static EAttribute ACTION__LABEL
          The meta object literal for the 'Label' attribute feature.
static EReference ACTION__TRIGGER
          The meta object literal for the 'Trigger' containment reference feature.
static EClass ASSIGNMENT
          The meta object literal for the 'Assignment' class.
static EReference ASSIGNMENT__EXPRESSION
          The meta object literal for the 'Expression' containment reference feature.
static EReference ASSIGNMENT__VARIABLE
          The meta object literal for the 'Variable' reference feature.
static EClass EFFECT
          The meta object literal for the 'Effect' class.
static EClass EMISSION
          The meta object literal for the 'Emission' class.
static EReference EMISSION__NEW_VALUE
          The meta object literal for the 'New Value' containment reference feature.
static EReference EMISSION__SIGNAL
          The meta object literal for the 'Signal' reference feature.
static EDataType PARSABLE
          The meta object literal for the 'Parsable' data type.
static EClass REGION
          The meta object literal for the 'Region' class.
static EReference REGION__PARENT_STATE
          The meta object literal for the 'Parent State' container reference feature.
static EReference REGION__STATES
          The meta object literal for the 'States' containment reference list feature.
static EClass SCOPE
          The meta object literal for the 'Scope' class.
static EReference SCOPE__BODY_CONTENTS
          The meta object literal for the 'Body Contents' containment reference feature.
static EReference SCOPE__BODY_REFERENCE
          The meta object literal for the 'Body Reference' reference feature.
static EReference SCOPE__BODY_TEXT
          The meta object literal for the 'Body Text' containment reference list feature.
static EReference SCOPE__ENTRY_ACTIONS
          The meta object literal for the 'Entry Actions' containment reference list feature.
static EReference SCOPE__EXIT_ACTIONS
          The meta object literal for the 'Exit Actions' containment reference list feature.
static EAttribute SCOPE__ID
          The meta object literal for the 'Id' attribute feature.
static EReference SCOPE__INNER_ACTIONS
          The meta object literal for the 'Inner Actions' containment reference list feature.
static EAttribute SCOPE__INTERFACE_DECLARATION
          The meta object literal for the 'Interface Declaration' attribute feature.
static EAttribute SCOPE__LABEL
          The meta object literal for the 'Label' attribute feature.
static EReference SCOPE__RENAMINGS
          The meta object literal for the 'Renamings' containment reference list feature.
static EReference SCOPE__SIGNALS
          The meta object literal for the 'Signals' containment reference list feature.
static EReference SCOPE__SUSPENSION_TRIGGER
          The meta object literal for the 'Suspension Trigger' containment reference feature.
static EReference SCOPE__VARIABLES
          The meta object literal for the 'Variables' containment reference list feature.
static EClass STATE
          The meta object literal for the 'State' class.
static EReference STATE__INCOMING_TRANSITIONS
          The meta object literal for the 'Incoming Transitions' reference list feature.
static EAttribute STATE__IS_FINAL
          The meta object literal for the 'Is Final' attribute feature.
static EAttribute STATE__IS_INITIAL
          The meta object literal for the 'Is Initial' attribute feature.
static EReference STATE__OUTGOING_TRANSITIONS
          The meta object literal for the 'Outgoing Transitions' containment reference list feature.
static EReference STATE__PARENT_REGION
          The meta object literal for the 'Parent Region' container reference feature.
static EReference STATE__REGIONS
          The meta object literal for the 'Regions' containment reference list feature.
static EAttribute STATE__TYPE
          The meta object literal for the 'Type' attribute feature.
static EEnum STATE_TYPE
          The meta object literal for the 'State Type' enum.
static EClass SUBSTITUTION
          The meta object literal for the 'Substitution' class.
static EAttribute SUBSTITUTION__ACTUAL
          The meta object literal for the 'Actual' attribute feature.
static EAttribute SUBSTITUTION__FORMAL
          The meta object literal for the 'Formal' attribute feature.
static EReference SUBSTITUTION__PARENT_SCOPE
          The meta object literal for the 'Parent Scope' container reference feature.
static EClass TEXT_EFFECT
          The meta object literal for the 'Text Effect' class.
static EClass TRANSITION
          The meta object literal for the 'Transition' class.
static EAttribute TRANSITION__IS_HISTORY
          The meta object literal for the 'Is History' attribute feature.
static EAttribute TRANSITION__PRIORITY
          The meta object literal for the 'Priority' attribute feature.
static EReference TRANSITION__SOURCE_STATE
          The meta object literal for the 'Source State' container reference feature.
static EReference TRANSITION__TARGET_STATE
          The meta object literal for the 'Target State' reference feature.
static EAttribute TRANSITION__TYPE
          The meta object literal for the 'Type' attribute feature.
static EEnum TRANSITION_TYPE
          The meta object literal for the 'Transition Type' enum.
 

Field Detail

ACTION

static final EClass ACTION
The meta object literal for the 'Action' class.

See Also:
ActionImpl, SyncchartsPackageImpl.getAction()
Generated:
This code was automatically generated.

ACTION__EFFECTS

static final EReference ACTION__EFFECTS
The meta object literal for the 'Effects' containment reference list feature.

Generated:
This code was automatically generated.

ACTION__TRIGGER

static final EReference ACTION__TRIGGER
The meta object literal for the 'Trigger' containment reference feature.

Generated:
This code was automatically generated.

ACTION__DELAY

static final EAttribute ACTION__DELAY
The meta object literal for the 'Delay' attribute feature.

Generated:
This code was automatically generated.

ACTION__IS_IMMEDIATE

static final EAttribute ACTION__IS_IMMEDIATE
The meta object literal for the 'Is Immediate' attribute feature.

Generated:
This code was automatically generated.

ACTION__LABEL

static final EAttribute ACTION__LABEL
The meta object literal for the 'Label' attribute feature.

Generated:
This code was automatically generated.

ASSIGNMENT

static final EClass ASSIGNMENT
The meta object literal for the 'Assignment' class.

See Also:
AssignmentImpl, SyncchartsPackageImpl.getAssignment()
Generated:
This code was automatically generated.

ASSIGNMENT__VARIABLE

static final EReference ASSIGNMENT__VARIABLE
The meta object literal for the 'Variable' reference feature.

Generated:
This code was automatically generated.

ASSIGNMENT__EXPRESSION

static final EReference ASSIGNMENT__EXPRESSION
The meta object literal for the 'Expression' containment reference feature.

Generated:
This code was automatically generated.

EFFECT

static final EClass EFFECT
The meta object literal for the 'Effect' class.

See Also:
EffectImpl, SyncchartsPackageImpl.getEffect()
Generated:
This code was automatically generated.

EMISSION

static final EClass EMISSION
The meta object literal for the 'Emission' class.

See Also:
EmissionImpl, SyncchartsPackageImpl.getEmission()
Generated:
This code was automatically generated.

EMISSION__SIGNAL

static final EReference EMISSION__SIGNAL
The meta object literal for the 'Signal' reference feature.

Generated:
This code was automatically generated.

EMISSION__NEW_VALUE

static final EReference EMISSION__NEW_VALUE
The meta object literal for the 'New Value' containment reference feature.

Generated:
This code was automatically generated.

REGION

static final EClass REGION
The meta object literal for the 'Region' class.

See Also:
RegionImpl, SyncchartsPackageImpl.getRegion()
Generated:
This code was automatically generated.

REGION__STATES

static final EReference REGION__STATES
The meta object literal for the 'States' containment reference list feature.

Generated:
This code was automatically generated.

REGION__PARENT_STATE

static final EReference REGION__PARENT_STATE
The meta object literal for the 'Parent State' container reference feature.

Generated:
This code was automatically generated.

SUBSTITUTION

static final EClass SUBSTITUTION
The meta object literal for the 'Substitution' class.

See Also:
SubstitutionImpl, SyncchartsPackageImpl.getSubstitution()
Generated:
This code was automatically generated.

SUBSTITUTION__PARENT_SCOPE

static final EReference SUBSTITUTION__PARENT_SCOPE
The meta object literal for the 'Parent Scope' container reference feature.

Generated:
This code was automatically generated.

SUBSTITUTION__FORMAL

static final EAttribute SUBSTITUTION__FORMAL
The meta object literal for the 'Formal' attribute feature.

Generated:
This code was automatically generated.

SUBSTITUTION__ACTUAL

static final EAttribute SUBSTITUTION__ACTUAL
The meta object literal for the 'Actual' attribute feature.

Generated:
This code was automatically generated.

STATE

static final EClass STATE
The meta object literal for the 'State' class.

See Also:
StateImpl, SyncchartsPackageImpl.getState()
Generated:
This code was automatically generated.

STATE__TYPE

static final EAttribute STATE__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:
This code was automatically generated.

STATE__REGIONS

static final EReference STATE__REGIONS
The meta object literal for the 'Regions' containment reference list feature.

Generated:
This code was automatically generated.

STATE__PARENT_REGION

static final EReference STATE__PARENT_REGION
The meta object literal for the 'Parent Region' container reference feature.

Generated:
This code was automatically generated.

STATE__IS_INITIAL

static final EAttribute STATE__IS_INITIAL
The meta object literal for the 'Is Initial' attribute feature.

Generated:
This code was automatically generated.

STATE__IS_FINAL

static final EAttribute STATE__IS_FINAL
The meta object literal for the 'Is Final' attribute feature.

Generated:
This code was automatically generated.

STATE__OUTGOING_TRANSITIONS

static final EReference STATE__OUTGOING_TRANSITIONS
The meta object literal for the 'Outgoing Transitions' containment reference list feature.

Generated:
This code was automatically generated.

STATE__INCOMING_TRANSITIONS

static final EReference STATE__INCOMING_TRANSITIONS
The meta object literal for the 'Incoming Transitions' reference list feature.

Generated:
This code was automatically generated.

TRANSITION

static final EClass TRANSITION
The meta object literal for the 'Transition' class.

See Also:
TransitionImpl, SyncchartsPackageImpl.getTransition()
Generated:
This code was automatically generated.

TRANSITION__PRIORITY

static final EAttribute TRANSITION__PRIORITY
The meta object literal for the 'Priority' attribute feature.

Generated:
This code was automatically generated.

TRANSITION__TYPE

static final EAttribute TRANSITION__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:
This code was automatically generated.

TRANSITION__TARGET_STATE

static final EReference TRANSITION__TARGET_STATE
The meta object literal for the 'Target State' reference feature.

Generated:
This code was automatically generated.

TRANSITION__IS_HISTORY

static final EAttribute TRANSITION__IS_HISTORY
The meta object literal for the 'Is History' attribute feature.

Generated:
This code was automatically generated.

TRANSITION__SOURCE_STATE

static final EReference TRANSITION__SOURCE_STATE
The meta object literal for the 'Source State' container reference feature.

Generated:
This code was automatically generated.

SCOPE

static final EClass SCOPE
The meta object literal for the 'Scope' class.

See Also:
ScopeImpl, SyncchartsPackageImpl.getScope()
Generated:
This code was automatically generated.

SCOPE__ID

static final EAttribute SCOPE__ID
The meta object literal for the 'Id' attribute feature.

Generated:
This code was automatically generated.

SCOPE__LABEL

static final EAttribute SCOPE__LABEL
The meta object literal for the 'Label' attribute feature.

Generated:
This code was automatically generated.

SCOPE__SIGNALS

static final EReference SCOPE__SIGNALS
The meta object literal for the 'Signals' containment reference list feature.

Generated:
This code was automatically generated.

SCOPE__VARIABLES

static final EReference SCOPE__VARIABLES
The meta object literal for the 'Variables' containment reference list feature.

Generated:
This code was automatically generated.

SCOPE__SUSPENSION_TRIGGER

static final EReference SCOPE__SUSPENSION_TRIGGER
The meta object literal for the 'Suspension Trigger' containment reference feature.

Generated:
This code was automatically generated.

SCOPE__EXIT_ACTIONS

static final EReference SCOPE__EXIT_ACTIONS
The meta object literal for the 'Exit Actions' containment reference list feature.

Generated:
This code was automatically generated.

SCOPE__INNER_ACTIONS

static final EReference SCOPE__INNER_ACTIONS
The meta object literal for the 'Inner Actions' containment reference list feature.

Generated:
This code was automatically generated.

SCOPE__ENTRY_ACTIONS

static final EReference SCOPE__ENTRY_ACTIONS
The meta object literal for the 'Entry Actions' containment reference list feature.

Generated:
This code was automatically generated.

SCOPE__BODY_REFERENCE

static final EReference SCOPE__BODY_REFERENCE
The meta object literal for the 'Body Reference' reference feature.

Generated:
This code was automatically generated.

SCOPE__BODY_CONTENTS

static final EReference SCOPE__BODY_CONTENTS
The meta object literal for the 'Body Contents' containment reference feature.

Generated:
This code was automatically generated.

SCOPE__BODY_TEXT

static final EReference SCOPE__BODY_TEXT
The meta object literal for the 'Body Text' containment reference list feature.

Generated:
This code was automatically generated.

SCOPE__RENAMINGS

static final EReference SCOPE__RENAMINGS
The meta object literal for the 'Renamings' containment reference list feature.

Generated:
This code was automatically generated.

SCOPE__INTERFACE_DECLARATION

static final EAttribute SCOPE__INTERFACE_DECLARATION
The meta object literal for the 'Interface Declaration' attribute feature.

Generated:
This code was automatically generated.

TEXT_EFFECT

static final EClass TEXT_EFFECT
The meta object literal for the 'Text Effect' class.

See Also:
TextEffectImpl, SyncchartsPackageImpl.getTextEffect()
Generated:
This code was automatically generated.

STATE_TYPE

static final EEnum STATE_TYPE
The meta object literal for the 'State Type' enum.

See Also:
StateType, SyncchartsPackageImpl.getStateType()
Generated:
This code was automatically generated.

TRANSITION_TYPE

static final EEnum TRANSITION_TYPE
The meta object literal for the 'Transition Type' enum.

See Also:
TransitionType, SyncchartsPackageImpl.getTransitionType()
Generated:
This code was automatically generated.

PARSABLE

static final EDataType PARSABLE
The meta object literal for the 'Parsable' data type.

See Also:
String, SyncchartsPackageImpl.getParsable()
Generated:
This code was automatically generated.