Interface ExpressionPackage.Literals

Enclosing interface:
ExpressionPackage

public static interface ExpressionPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
Generated class or method.
  • Field Details

    • TERMINAL

      static final EClass TERMINAL
      The meta object literal for the ' Terminal' class.
      See Also:
      Generated class or method.
    • EXPRESSION

      static final EClass EXPRESSION
      The meta object literal for the ' Expression' class.
      See Also:
      Generated class or method.
    • SYMBOL

      static final EClass SYMBOL
      The meta object literal for the ' Symbol' class.
      See Also:
      Generated class or method.
    • SYMBOL__NAME

      static final EAttribute SYMBOL__NAME
      The meta object literal for the 'Name' attribute feature.
      Generated class or method.
    • SYMBOL__RESOURCE_USAGES

      static final EReference SYMBOL__RESOURCE_USAGES
      The meta object literal for the 'Resource Usages' containment reference list feature.
      Generated class or method.
    • SEQUENCE

      static final EClass SEQUENCE
      The meta object literal for the ' Sequence' class.
      See Also:
      Generated class or method.
    • SEQUENCE__LEFT_REG_EXP

      static final EReference SEQUENCE__LEFT_REG_EXP
      The meta object literal for the 'Left Reg Exp' containment reference feature.
      Generated class or method.
    • SEQUENCE__RIGHT_REG_EXP

      static final EReference SEQUENCE__RIGHT_REG_EXP
      The meta object literal for the 'Right Reg Exp' containment reference feature.
      Generated class or method.
    • OPERATION

      static final EClass OPERATION
      The meta object literal for the ' Operation ' class.
      See Also:
      Generated class or method.
    • RELEASE

      static final EClass RELEASE
      The meta object literal for the ' Release' class.
      See Also:
      Generated class or method.
    • RELEASE__RESOURCE

      static final EReference RELEASE__RESOURCE
      The meta object literal for the 'Resource' reference feature.
      Generated class or method.
    • PARALLEL

      static final EClass PARALLEL
      The meta object literal for the ' Parallel' class.
      See Also:
      Generated class or method.
    • PARALLEL__LEFT_TASK

      static final EReference PARALLEL__LEFT_TASK
      The meta object literal for the 'Left Task' containment reference feature.
      Generated class or method.
    • PARALLEL__RIGHT_TASK

      static final EReference PARALLEL__RIGHT_TASK
      The meta object literal for the 'Right Task' containment reference feature.
      Generated class or method.
    • OPTION

      static final EClass OPTION
      The meta object literal for the ' Option' class.
      See Also:
      Generated class or method.
    • OPTION__PROBABILITY

      static final EAttribute OPTION__PROBABILITY
      The meta object literal for the 'Probability' attribute feature.
      Generated class or method.
    • OPTION__REGEXP

      static final EReference OPTION__REGEXP
      The meta object literal for the 'Regexp' containment reference feature.
      Generated class or method.
    • LOOP

      static final EClass LOOP
      The meta object literal for the ' Loop' class.
      See Also:
      Generated class or method.
    • LOOP__REG_EXP

      static final EReference LOOP__REG_EXP
      The meta object literal for the 'Reg Exp' containment reference feature.
      Generated class or method.
    • LOOP__ITERATIONS_PMF

      static final EReference LOOP__ITERATIONS_PMF
      The meta object literal for the 'Iterations PMF' containment reference feature.
      Generated class or method.
    • LOOP__ITERATIONS_STRING

      static final EAttribute LOOP__ITERATIONS_STRING
      The meta object literal for the 'Iterations String' attribute feature.
      Generated class or method.
    • ALTERNATIVE

      static final EClass ALTERNATIVE
      The meta object literal for the ' Alternative' class.
      See Also:
      Generated class or method.
    • ALTERNATIVE__LEFT_OPTION

      static final EReference ALTERNATIVE__LEFT_OPTION
      The meta object literal for the 'Left Option' containment reference feature.
      Generated class or method.
    • ALTERNATIVE__RIGHT_OPTION

      static final EReference ALTERNATIVE__RIGHT_OPTION
      The meta object literal for the 'Right Option' containment reference feature.
      Generated class or method.
    • ACQUIRE

      static final EClass ACQUIRE
      The meta object literal for the ' Acquire' class.
      See Also:
      Generated class or method.
    • ACQUIRE__RESOURCE

      static final EReference ACQUIRE__RESOURCE
      The meta object literal for the 'Resource' reference feature.
      Generated class or method.