Interface SmodelPackage.Literals

Enclosing interface:
SmodelPackage

public static interface SmodelPackage.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

    • SMODEL

      static final EClass SMODEL
      The meta object literal for the 'Smodel' class.
      See Also:
      Generated class or method.
    • SMODEL__MODEL_NAME

      static final EAttribute SMODEL__MODEL_NAME
      The meta object literal for the 'Model Name' attribute feature.
      Generated class or method.
    • SMODEL__CONSTANTS

      static final EReference SMODEL__CONSTANTS
      The meta object literal for the 'Constants' containment reference list feature.
      Generated class or method.
    • SMODEL__VARIABLES

      static final EReference SMODEL__VARIABLES
      The meta object literal for the 'Variables' containment reference list feature.
      Generated class or method.
    • SMODEL__OPTIMIZABLES

      static final EReference SMODEL__OPTIMIZABLES
      The meta object literal for the 'Optimizables' containment reference list feature.
      Generated class or method.
    • SMODEL__ENV_VARIABLES

      static final EReference SMODEL__ENV_VARIABLES
      The meta object literal for the 'Env Variables' containment reference list feature.
      Generated class or method.
    • SMODEL__PROBES

      static final EReference SMODEL__PROBES
      The meta object literal for the 'Probes' containment reference list feature.
      Generated class or method.
    • SMODEL__ACTIONS

      static final EReference SMODEL__ACTIONS
      The meta object literal for the 'Actions' containment reference list feature.
      Generated class or method.
    • SMODEL__STATEMENTS

      static final EReference SMODEL__STATEMENTS
      The meta object literal for the 'Statements' containment reference list feature.
      Generated class or method.
    • FIELD

      static final EClass FIELD
      The meta object literal for the 'Field' class.
      See Also:
      Generated class or method.
    • FIELD__DATA_TYPE

      static final EAttribute FIELD__DATA_TYPE
      The meta object literal for the 'Data Type' attribute feature.
      Generated class or method.
    • FIELD__NAME

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

      static final EClass INTERNAL_FIELD
      The meta object literal for the 'Internal Field' class.
      See Also:
      Generated class or method.
    • INTERNAL_FIELD__VALUE

      static final EReference INTERNAL_FIELD__VALUE
      The meta object literal for the 'Value' containment reference feature.
      Generated class or method.
    • EXTERNAL_FIELD

      static final EClass EXTERNAL_FIELD
      The meta object literal for the 'External Field' class.
      See Also:
      Generated class or method.
    • CONSTANT

      static final EClass CONSTANT
      The meta object literal for the 'Constant' class.
      See Also:
      Generated class or method.
    • VARIABLE

      static final EClass VARIABLE
      The meta object literal for the 'Variable' class.
      See Also:
      Generated class or method.
    • OPTIMIZABLE

      static final EClass OPTIMIZABLE
      The meta object literal for the 'Optimizable' class.
      See Also:
      Generated class or method.
    • OPTIMIZABLE__VALUES

      static final EReference OPTIMIZABLE__VALUES
      The meta object literal for the 'Values' containment reference feature.
      Generated class or method.
    • ENV_VARIABLE

      static final EClass ENV_VARIABLE
      The meta object literal for the 'Env Variable' class.
      See Also:
      Generated class or method.
    • ENV_VARIABLE__VARIABLE_ID

      static final EAttribute ENV_VARIABLE__VARIABLE_ID
      The meta object literal for the 'Variable Id' attribute feature.
      Generated class or method.
    • PROBE

      static final EClass PROBE
      The meta object literal for the 'Probe' class.
      See Also:
      Generated class or method.
    • PROBE__KIND

      static final EAttribute PROBE__KIND
      The meta object literal for the 'Kind' attribute feature.
      Generated class or method.
    • PROBE__IDENTIFIER

      static final EAttribute PROBE__IDENTIFIER
      The meta object literal for the 'Identifier' attribute feature.
      Generated class or method.
    • BOUNDS

      static final EClass BOUNDS
      The meta object literal for the 'Bounds' class.
      See Also:
      Generated class or method.
    • SET_BOUNDS

      static final EClass SET_BOUNDS
      The meta object literal for the 'Set Bounds' class.
      See Also:
      Generated class or method.
    • SET_BOUNDS__VALUES

      static final EReference SET_BOUNDS__VALUES
      The meta object literal for the 'Values' containment reference list feature.
      Generated class or method.
    • RANGE_BOUNDS

      static final EClass RANGE_BOUNDS
      The meta object literal for the 'Range Bounds' class.
      See Also:
      Generated class or method.
    • RANGE_BOUNDS__START_VALUE

      static final EReference RANGE_BOUNDS__START_VALUE
      The meta object literal for the 'Start Value' containment reference feature.
      Generated class or method.
    • RANGE_BOUNDS__END_VALUE

      static final EReference RANGE_BOUNDS__END_VALUE
      The meta object literal for the 'End Value' containment reference feature.
      Generated class or method.
    • RANGE_BOUNDS__STEP_SIZE

      static final EReference RANGE_BOUNDS__STEP_SIZE
      The meta object literal for the 'Step Size' containment reference feature.
      Generated class or method.
    • ACTION

      static final EClass ACTION
      The meta object literal for the 'Action' class.
      See Also:
      Generated class or method.
    • ACTION__NAME

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

      static final EReference ACTION__ARGUMENTS
      The meta object literal for the 'Arguments' containment reference feature.
      Generated class or method.
    • ACTION_ARGUMENTS

      static final EClass ACTION_ARGUMENTS
      The meta object literal for the 'Action Arguments' class.
      See Also:
      Generated class or method.
    • ACTION_ARGUMENTS__PARAMETERS

      static final EReference ACTION_ARGUMENTS__PARAMETERS
      The meta object literal for the 'Parameters' containment reference list feature.
      Generated class or method.
    • ACTION_ARGUMENTS__OPTIMIZABLES

      static final EReference ACTION_ARGUMENTS__OPTIMIZABLES
      The meta object literal for the 'Optimizables' containment reference list feature.
      Generated class or method.
    • PARAMETER

      static final EClass PARAMETER
      The meta object literal for the 'Parameter' class.
      See Also:
      Generated class or method.
    • PARAMETER__DATA_TYPE

      static final EAttribute PARAMETER__DATA_TYPE
      The meta object literal for the 'Data Type' attribute feature.
      Generated class or method.
    • PARAMETER__NAME

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

      static final EClass STATEMENT
      The meta object literal for the 'Statement' class.
      See Also:
      Generated class or method.
    • VARIABLE_ASSIGNMENT

      static final EClass VARIABLE_ASSIGNMENT
      The meta object literal for the 'Variable Assignment' class.
      See Also:
      Generated class or method.
    • VARIABLE_ASSIGNMENT__VARIABLE_REF

      static final EReference VARIABLE_ASSIGNMENT__VARIABLE_REF
      The meta object literal for the 'Variable Ref' reference feature.
      Generated class or method.
    • VARIABLE_ASSIGNMENT__VALUE

      static final EReference VARIABLE_ASSIGNMENT__VALUE
      The meta object literal for the 'Value' containment reference feature.
      Generated class or method.
    • GLOBAL_STATEMENT

      static final EClass GLOBAL_STATEMENT
      The meta object literal for the 'Global Statement' class.
      See Also:
      Generated class or method.
    • PARAMETER_VALUE

      static final EClass PARAMETER_VALUE
      The meta object literal for the 'Parameter Value' class.
      See Also:
      Generated class or method.
    • PARAMETER_VALUE__PARAM_REF

      static final EReference PARAMETER_VALUE__PARAM_REF
      The meta object literal for the 'Param Ref' reference feature.
      Generated class or method.
    • PARAMETER_VALUE__ARGUMENT

      static final EReference PARAMETER_VALUE__ARGUMENT
      The meta object literal for the 'Argument' containment reference feature.
      Generated class or method.
    • EXPRESSION

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

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

      static final EAttribute EXPRESSION__OP
      The meta object literal for the 'Op' attribute feature.
      Generated class or method.
    • EXPRESSION__RIGHT

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

      static final EReference EXPRESSION__FIELD_REF
      The meta object literal for the 'Field Ref' reference feature.
      Generated class or method.
    • EXPRESSION__LITERAL

      static final EReference EXPRESSION__LITERAL
      The meta object literal for the 'Literal' containment reference feature.
      Generated class or method.
    • LITERAL

      static final EClass LITERAL
      The meta object literal for the 'Literal' class.
      See Also:
      Generated class or method.
    • ACTION_CALL

      static final EClass ACTION_CALL
      The meta object literal for the 'Action Call' class.
      See Also:
      Generated class or method.
    • ACTION_CALL__ACTION_REF

      static final EReference ACTION_CALL__ACTION_REF
      The meta object literal for the 'Action Ref' reference feature.
      Generated class or method.
    • ACTION_CALL__ARGUMENTS

      static final EReference ACTION_CALL__ARGUMENTS
      The meta object literal for the 'Arguments' containment reference list feature.
      Generated class or method.
    • IF_STATEMENT

      static final EClass IF_STATEMENT
      The meta object literal for the 'If Statement' class.
      See Also:
      Generated class or method.
    • IF_STATEMENT__CONDITION

      static final EReference IF_STATEMENT__CONDITION
      The meta object literal for the 'Condition' containment reference feature.
      Generated class or method.
    • IF_STATEMENT__THEN_STATEMENTS

      static final EReference IF_STATEMENT__THEN_STATEMENTS
      The meta object literal for the 'Then Statements' containment reference list feature.
      Generated class or method.
    • IF_STATEMENT__ELSE_STATEMENTS

      static final EReference IF_STATEMENT__ELSE_STATEMENTS
      The meta object literal for the 'Else Statements' containment reference list feature.
      Generated class or method.
    • UNARY_EXPR

      static final EClass UNARY_EXPR
      The meta object literal for the 'Unary Expr' class.
      See Also:
      Generated class or method.
    • BOOL_LITERAL

      static final EClass BOOL_LITERAL
      The meta object literal for the 'Bool Literal' class.
      See Also:
      Generated class or method.
    • BOOL_LITERAL__TRUE

      static final EAttribute BOOL_LITERAL__TRUE
      The meta object literal for the 'True' attribute feature.
      Generated class or method.
    • INT_LITERAL

      static final EClass INT_LITERAL
      The meta object literal for the 'Int Literal' class.
      See Also:
      Generated class or method.
    • INT_LITERAL__VALUE

      static final EAttribute INT_LITERAL__VALUE
      The meta object literal for the 'Value' attribute feature.
      Generated class or method.
    • DOUBLE_LITERAL

      static final EClass DOUBLE_LITERAL
      The meta object literal for the 'Double Literal' class.
      See Also:
      Generated class or method.
    • DOUBLE_LITERAL__VALUE

      static final EAttribute DOUBLE_LITERAL__VALUE
      The meta object literal for the 'Value' attribute feature.
      Generated class or method.
    • STRING_LITERAL

      static final EClass STRING_LITERAL
      The meta object literal for the 'String Literal' class.
      See Also:
      Generated class or method.
    • STRING_LITERAL__VALUE

      static final EAttribute STRING_LITERAL__VALUE
      The meta object literal for the 'Value' attribute feature.
      Generated class or method.
    • PROBE_ADRESSING_KIND

      static final EEnum PROBE_ADRESSING_KIND
      The meta object literal for the 'Probe Adressing Kind' enum.
      See Also:
      Generated class or method.
    • OPERATION

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

      static final EEnum DATA_TYPE
      The meta object literal for the 'Data Type' enum.
      See Also:
      Generated class or method.