Interface RepoLangPackage.Literals

Enclosing interface:
RepoLangPackage

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

    • REPOSITORY

      static final EClass REPOSITORY
      The meta object literal for the 'Repository' class.
      See Also:
      Generated class or method.
    • REPOSITORY__NAME

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

      static final EReference REPOSITORY__IMPORTS
      The meta object literal for the 'Imports' containment reference list feature.
      Generated class or method.
    • REPOSITORY__TYPES

      static final EReference REPOSITORY__TYPES
      The meta object literal for the 'Types' containment reference feature.
      Generated class or method.
    • REPOSITORY__ELEMENTS

      static final EReference REPOSITORY__ELEMENTS
      The meta object literal for the 'Elements' containment reference list feature.
      Generated class or method.
    • IMPORTED_REPOSITORY

      static final EClass IMPORTED_REPOSITORY
      The meta object literal for the 'Imported Repository' class.
      See Also:
      Generated class or method.
    • IMPORTED_REPOSITORY__IMPORTED_NAMESPACE

      static final EAttribute IMPORTED_REPOSITORY__IMPORTED_NAMESPACE
      The meta object literal for the 'Imported Namespace' attribute feature.
      Generated class or method.
    • NAMED_ELEMENT

      static final EClass NAMED_ELEMENT
      The meta object literal for the 'Named Element' class.
      See Also:
      Generated class or method.
    • NAMED_ELEMENT__NAME

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

      static final EClass INTERFACE
      The meta object literal for the 'Interface' class.
      See Also:
      Generated class or method.
    • INTERFACE__SIGNATURE

      static final EReference INTERFACE__SIGNATURE
      The meta object literal for the 'Signature' containment reference list feature.
      Generated class or method.
    • SIGNATURE

      static final EClass SIGNATURE
      The meta object literal for the 'Signature' class.
      See Also:
      Generated class or method.
    • SIGNATURE__NAME

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

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

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

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

      static final EReference SIGNATURE_PARAMETER__TYPE
      The meta object literal for the 'Type' reference feature.
      Generated class or method.
    • COMPONENT

      static final EClass COMPONENT
      The meta object literal for the 'Component' class.
      See Also:
      Generated class or method.
    • COMPONENT__PROVIDES

      static final EReference COMPONENT__PROVIDES
      The meta object literal for the 'Provides' containment reference list feature.
      Generated class or method.
    • COMPONENT__REQUIRES

      static final EReference COMPONENT__REQUIRES
      The meta object literal for the 'Requires' containment reference list feature.
      Generated class or method.
    • COMPONENT__SEFFS

      static final EReference COMPONENT__SEFFS
      The meta object literal for the 'Seffs' containment reference list feature.
      Generated class or method.
    • COMPONENT__PASSIVE_RESOURCES

      static final EReference COMPONENT__PASSIVE_RESOURCES
      The meta object literal for the 'Passive Resources' containment reference list feature.
      Generated class or method.
    • ROLE_SPECIFICATION

      static final EClass ROLE_SPECIFICATION
      The meta object literal for the 'Role Specification' class.
      See Also:
      Generated class or method.
    • ROLE_SPECIFICATION__INTERFACE

      static final EReference ROLE_SPECIFICATION__INTERFACE
      The meta object literal for the 'Interface' reference feature.
      Generated class or method.
    • ROLE_SPECIFICATION__NAME

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

      static final EClass COMPOSITE_COMPONENT
      The meta object literal for the 'Composite Component' class.
      See Also:
      Generated class or method.
    • COMPOSITE_COMPONENT__NAME

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

      static final EReference COMPOSITE_COMPONENT__PROVIDES
      The meta object literal for the 'Provides' containment reference list feature.
      Generated class or method.
    • COMPOSITE_COMPONENT__REQUIRES

      static final EReference COMPOSITE_COMPONENT__REQUIRES
      The meta object literal for the 'Requires' containment reference list feature.
      Generated class or method.
    • COMPOSITE_COMPONENT__COMPONENTS

      static final EReference COMPOSITE_COMPONENT__COMPONENTS
      The meta object literal for the 'Components' reference list feature.
      Generated class or method.
    • SEFF

      static final EClass SEFF
      The meta object literal for the 'Seff' class.
      See Also:
      Generated class or method.
    • SEFF__NAME

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

      static final EReference SEFF__ROLE
      The meta object literal for the 'Role' reference feature.
      Generated class or method.
    • SEFF__SIGNATURE

      static final EReference SEFF__SIGNATURE
      The meta object literal for the 'Signature' reference feature.
      Generated class or method.
    • SEFF__ACTIONS

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

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

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

      static final EClass SEFF_INTERNAL_ACTION
      The meta object literal for the 'Seff Internal Action' class.
      See Also:
      Generated class or method.
    • SEFF_INTERNAL_ACTION__DEMAND_TYPE

      static final EReference SEFF_INTERNAL_ACTION__DEMAND_TYPE
      The meta object literal for the 'Demand Type' reference feature.
      Generated class or method.
    • SEFF_INTERNAL_ACTION__DEMAND

      static final EAttribute SEFF_INTERNAL_ACTION__DEMAND
      The meta object literal for the 'Demand' attribute feature.
      Generated class or method.
    • SEFF_ACQUIRE_ACTION

      static final EClass SEFF_ACQUIRE_ACTION
      The meta object literal for the 'Seff Acquire Action' class.
      See Also:
      Generated class or method.
    • SEFF_ACQUIRE_ACTION__RESOURCE

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

      static final EAttribute SEFF_ACQUIRE_ACTION__AMOUNT
      The meta object literal for the 'Amount' attribute feature.
      Generated class or method.
    • SEFF_RELEASE_ACTION

      static final EClass SEFF_RELEASE_ACTION
      The meta object literal for the 'Seff Release Action' class.
      See Also:
      Generated class or method.
    • SEFF_RELEASE_ACTION__RESOURCE

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

      static final EAttribute SEFF_RELEASE_ACTION__AMOUNT
      The meta object literal for the 'Amount' attribute feature.
      Generated class or method.
    • SEFF_LOOP_ACTION

      static final EClass SEFF_LOOP_ACTION
      The meta object literal for the 'Seff Loop Action' class.
      See Also:
      Generated class or method.
    • SEFF_LOOP_ACTION__COUNT

      static final EAttribute SEFF_LOOP_ACTION__COUNT
      The meta object literal for the 'Count' attribute feature.
      Generated class or method.
    • SEFF_LOOP_ACTION__ACTIONS

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

      static final EClass SEFF_SET_RETURN_ACTION
      The meta object literal for the 'Seff Set Return Action' class.
      See Also:
      Generated class or method.
    • SEFF_SET_RETURN_ACTION__RETURN_VALUE

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

      static final EClass SEFF_SET_VARIABLE_ACTION
      The meta object literal for the 'Seff Set Variable Action' class.
      See Also:
      Generated class or method.
    • SEFF_SET_VARIABLE_ACTION__SET_VALUES

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

      static final EClass SEFF_EXTERNAL_CALL_ACTION
      The meta object literal for the 'Seff External Call Action' class.
      See Also:
      Generated class or method.
    • SEFF_EXTERNAL_CALL_ACTION__ROLE

      static final EReference SEFF_EXTERNAL_CALL_ACTION__ROLE
      The meta object literal for the 'Role' reference feature.
      Generated class or method.
    • SEFF_EXTERNAL_CALL_ACTION__CALLED

      static final EReference SEFF_EXTERNAL_CALL_ACTION__CALLED
      The meta object literal for the 'Called' reference feature.
      Generated class or method.
    • SEFF_EXTERNAL_CALL_ACTION__BINDINGS

      static final EReference SEFF_EXTERNAL_CALL_ACTION__BINDINGS
      The meta object literal for the 'Bindings' containment reference list feature.
      Generated class or method.
    • SEFF_EXTERNAL_CALL_ACTION__RETURNING

      static final EReference SEFF_EXTERNAL_CALL_ACTION__RETURNING
      The meta object literal for the 'Returning' containment reference list feature.
      Generated class or method.
    • SEFF_CALL_PARAMETER

      static final EClass SEFF_CALL_PARAMETER
      The meta object literal for the 'Seff Call Parameter' class.
      See Also:
      Generated class or method.
    • SEFF_CALL_PARAMETER__PARAMETER

      static final EReference SEFF_CALL_PARAMETER__PARAMETER
      The meta object literal for the 'Parameter' reference feature.
      Generated class or method.
    • SEFF_CALL_PARAMETER__REFERENCE_NAME

      static final EAttribute SEFF_CALL_PARAMETER__REFERENCE_NAME
      The meta object literal for the 'Reference Name' attribute feature.
      Generated class or method.
    • SEFF_CALL_PARAMETER__VALUES

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

      static final EClass SEFF_REFERENCE_PARAMETER
      The meta object literal for the 'Seff Reference Parameter' class.
      See Also:
      Generated class or method.
    • SEFF_REFERENCE_PARAMETER__REFERENCE_NAME

      static final EAttribute SEFF_REFERENCE_PARAMETER__REFERENCE_NAME
      The meta object literal for the 'Reference Name' attribute feature.
      Generated class or method.
    • SEFF_REFERENCE_PARAMETER__VALUES

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

      static final EClass SEFF_RETURN_PARAMETER
      The meta object literal for the 'Seff Return Parameter' class.
      See Also:
      Generated class or method.
    • SEFF_RETURN_PARAMETER__VALUES

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

      static final EClass SEFF_VARIABLE_CHAR
      The meta object literal for the 'Seff Variable Char' class.
      See Also:
      Generated class or method.
    • SEFF_VARIABLE_CHAR__CHARACTERISATION_TYPE

      static final EAttribute SEFF_VARIABLE_CHAR__CHARACTERISATION_TYPE
      The meta object literal for the 'Characterisation Type' attribute feature.
      Generated class or method.
    • SEFF_VARIABLE_CHAR__VALUE

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

      static final EClass SEFF_PROBABILISTIC_BRANCH_ACTION
      The meta object literal for the 'Seff Probabilistic Branch Action' class.
      See Also:
      Generated class or method.
    • SEFF_PROBABILISTIC_BRANCH_ACTION__BRANCHES

      static final EReference SEFF_PROBABILISTIC_BRANCH_ACTION__BRANCHES
      The meta object literal for the 'Branches' containment reference list feature.
      Generated class or method.
    • SEFF_BRANCH

      static final EClass SEFF_BRANCH
      The meta object literal for the 'Seff Branch' class.
      See Also:
      Generated class or method.
    • SEFF_BRANCH__NAME

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

      static final EReference SEFF_BRANCH__SEFF
      The meta object literal for the 'Seff' containment reference feature.
      Generated class or method.
    • SEFF_PROBABILISTIC_BRANCH

      static final EClass SEFF_PROBABILISTIC_BRANCH
      The meta object literal for the 'Seff Probabilistic Branch' class.
      See Also:
      Generated class or method.
    • SEFF_PROBABILISTIC_BRANCH__PROBABILITY

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

      static final EClass SEFF_GUARDED_BRANCH_ACTION
      The meta object literal for the 'Seff Guarded Branch Action' class.
      See Also:
      Generated class or method.
    • SEFF_GUARDED_BRANCH_ACTION__BRANCHES

      static final EReference SEFF_GUARDED_BRANCH_ACTION__BRANCHES
      The meta object literal for the 'Branches' containment reference list feature.
      Generated class or method.
    • SEFF_GUARDED_BRANCH

      static final EClass SEFF_GUARDED_BRANCH
      The meta object literal for the 'Seff Guarded Branch' class.
      See Also:
      Generated class or method.
    • SEFF_GUARDED_BRANCH__CONDITION

      static final EAttribute SEFF_GUARDED_BRANCH__CONDITION
      The meta object literal for the 'Condition' attribute feature.
      Generated class or method.
    • SEFF_FORK_ACTION

      static final EClass SEFF_FORK_ACTION
      The meta object literal for the 'Seff Fork Action' class.
      See Also:
      Generated class or method.
    • SEFF_FORK_ACTION__SYNC

      static final EAttribute SEFF_FORK_ACTION__SYNC
      The meta object literal for the 'Sync' attribute feature.
      Generated class or method.
    • SEFF_FORK_ACTION__FORKS

      static final EReference SEFF_FORK_ACTION__FORKS
      The meta object literal for the 'Forks' containment reference list feature.
      Generated class or method.
    • SEFF_FORK

      static final EClass SEFF_FORK
      The meta object literal for the 'Seff Fork' class.
      See Also:
      Generated class or method.
    • SEFF_FORK__NAME

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

      static final EReference SEFF_FORK__SEFF
      The meta object literal for the 'Seff' containment reference feature.
      Generated class or method.
    • SUB_SEFF

      static final EClass SUB_SEFF
      The meta object literal for the 'Sub Seff' class.
      See Also:
      Generated class or method.
    • SUB_SEFF__ACTIONS

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

      static final EClass PASSIVE_RESOURCE
      The meta object literal for the 'Passive Resource' class.
      See Also:
      Generated class or method.
    • PASSIVE_RESOURCE__NAME

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

      static final EAttribute PASSIVE_RESOURCE__CAPACITY
      The meta object literal for the 'Capacity' attribute feature.
      Generated class or method.