Interface RepoLangPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
RepoLangPackageImpl

public interface RepoLangPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated class or method.
    • eINSTANCE

      static final RepoLangPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • REPOSITORY

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

      static final int REPOSITORY__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • REPOSITORY__IMPORTS

      static final int REPOSITORY__IMPORTS
      The feature id for the 'Imports' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • REPOSITORY__TYPES

      static final int REPOSITORY__TYPES
      The feature id for the 'Types' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • REPOSITORY__ELEMENTS

      static final int REPOSITORY__ELEMENTS
      The feature id for the 'Elements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • REPOSITORY_FEATURE_COUNT

      static final int REPOSITORY_FEATURE_COUNT
      The number of structural features of the 'Repository' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • IMPORTED_REPOSITORY

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

      static final int IMPORTED_REPOSITORY__IMPORTED_NAMESPACE
      The feature id for the 'Imported Namespace' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • IMPORTED_REPOSITORY_FEATURE_COUNT

      static final int IMPORTED_REPOSITORY_FEATURE_COUNT
      The number of structural features of the 'Imported Repository' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • NAMED_ELEMENT

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

      static final int NAMED_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • NAMED_ELEMENT_FEATURE_COUNT

      static final int NAMED_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Named Element' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE

      static final int INTERFACE
      The meta object id for the 'Interface' class.
      See Also:
      Generated class or method.
    • INTERFACE__NAME

      static final int INTERFACE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE__SIGNATURE

      static final int INTERFACE__SIGNATURE
      The feature id for the 'Signature' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE_FEATURE_COUNT

      static final int INTERFACE_FEATURE_COUNT
      The number of structural features of the 'Interface' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SIGNATURE

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

      static final int SIGNATURE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SIGNATURE__PARAMETERS

      static final int SIGNATURE__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SIGNATURE_FEATURE_COUNT

      static final int SIGNATURE_FEATURE_COUNT
      The number of structural features of the 'Signature' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SIGNATURE_PARAMETER

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

      static final int SIGNATURE_PARAMETER__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SIGNATURE_PARAMETER__TYPE

      static final int SIGNATURE_PARAMETER__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SIGNATURE_PARAMETER_FEATURE_COUNT

      static final int SIGNATURE_PARAMETER_FEATURE_COUNT
      The number of structural features of the 'Signature Parameter' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT

      static final int COMPONENT
      The meta object id for the 'Component' class.
      See Also:
      Generated class or method.
    • COMPONENT__NAME

      static final int COMPONENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT__PROVIDES

      static final int COMPONENT__PROVIDES
      The feature id for the 'Provides' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT__REQUIRES

      static final int COMPONENT__REQUIRES
      The feature id for the 'Requires' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT__SEFFS

      static final int COMPONENT__SEFFS
      The feature id for the 'Seffs' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT__PASSIVE_RESOURCES

      static final int COMPONENT__PASSIVE_RESOURCES
      The feature id for the 'Passive Resources' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_FEATURE_COUNT

      static final int COMPONENT_FEATURE_COUNT
      The number of structural features of the 'Component' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ROLE_SPECIFICATION

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

      static final int ROLE_SPECIFICATION__INTERFACE
      The feature id for the 'Interface' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ROLE_SPECIFICATION__NAME

      static final int ROLE_SPECIFICATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ROLE_SPECIFICATION_FEATURE_COUNT

      static final int ROLE_SPECIFICATION_FEATURE_COUNT
      The number of structural features of the 'Role Specification' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPOSITE_COMPONENT

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

      static final int COMPOSITE_COMPONENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPOSITE_COMPONENT__PROVIDES

      static final int COMPOSITE_COMPONENT__PROVIDES
      The feature id for the 'Provides' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPOSITE_COMPONENT__REQUIRES

      static final int COMPOSITE_COMPONENT__REQUIRES
      The feature id for the 'Requires' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPOSITE_COMPONENT__COMPONENTS

      static final int COMPOSITE_COMPONENT__COMPONENTS
      The feature id for the 'Components' reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPOSITE_COMPONENT_FEATURE_COUNT

      static final int COMPOSITE_COMPONENT_FEATURE_COUNT
      The number of structural features of the 'Composite Component' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF

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

      static final int SEFF__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF__ROLE

      static final int SEFF__ROLE
      The feature id for the 'Role' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF__SIGNATURE

      static final int SEFF__SIGNATURE
      The feature id for the 'Signature' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF__ACTIONS

      static final int SEFF__ACTIONS
      The feature id for the 'Actions' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_FEATURE_COUNT

      static final int SEFF_FEATURE_COUNT
      The number of structural features of the 'Seff' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_ACTION

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

      static final int SEFF_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_ACTION_FEATURE_COUNT

      static final int SEFF_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_INTERNAL_ACTION

      static final int SEFF_INTERNAL_ACTION
      The meta object id for the 'Seff Internal Action' class.
      See Also:
      Generated class or method.
    • SEFF_INTERNAL_ACTION__NAME

      static final int SEFF_INTERNAL_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_INTERNAL_ACTION__DEMAND_TYPE

      static final int SEFF_INTERNAL_ACTION__DEMAND_TYPE
      The feature id for the 'Demand Type' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_INTERNAL_ACTION__DEMAND

      static final int SEFF_INTERNAL_ACTION__DEMAND
      The feature id for the 'Demand' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_INTERNAL_ACTION_FEATURE_COUNT

      static final int SEFF_INTERNAL_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Internal Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_ACQUIRE_ACTION

      static final int SEFF_ACQUIRE_ACTION
      The meta object id for the 'Seff Acquire Action' class.
      See Also:
      Generated class or method.
    • SEFF_ACQUIRE_ACTION__NAME

      static final int SEFF_ACQUIRE_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_ACQUIRE_ACTION__RESOURCE

      static final int SEFF_ACQUIRE_ACTION__RESOURCE
      The feature id for the 'Resource' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_ACQUIRE_ACTION__AMOUNT

      static final int SEFF_ACQUIRE_ACTION__AMOUNT
      The feature id for the 'Amount' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_ACQUIRE_ACTION_FEATURE_COUNT

      static final int SEFF_ACQUIRE_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Acquire Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_RELEASE_ACTION

      static final int SEFF_RELEASE_ACTION
      The meta object id for the 'Seff Release Action' class.
      See Also:
      Generated class or method.
    • SEFF_RELEASE_ACTION__NAME

      static final int SEFF_RELEASE_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_RELEASE_ACTION__RESOURCE

      static final int SEFF_RELEASE_ACTION__RESOURCE
      The feature id for the 'Resource' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_RELEASE_ACTION__AMOUNT

      static final int SEFF_RELEASE_ACTION__AMOUNT
      The feature id for the 'Amount' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_RELEASE_ACTION_FEATURE_COUNT

      static final int SEFF_RELEASE_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Release Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_LOOP_ACTION

      static final int SEFF_LOOP_ACTION
      The meta object id for the 'Seff Loop Action' class.
      See Also:
      Generated class or method.
    • SEFF_LOOP_ACTION__NAME

      static final int SEFF_LOOP_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_LOOP_ACTION__COUNT

      static final int SEFF_LOOP_ACTION__COUNT
      The feature id for the 'Count' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_LOOP_ACTION__ACTIONS

      static final int SEFF_LOOP_ACTION__ACTIONS
      The feature id for the 'Actions' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_LOOP_ACTION_FEATURE_COUNT

      static final int SEFF_LOOP_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Loop Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_SET_RETURN_ACTION

      static final int SEFF_SET_RETURN_ACTION
      The meta object id for the 'Seff Set Return Action' class.
      See Also:
      Generated class or method.
    • SEFF_SET_RETURN_ACTION__NAME

      static final int SEFF_SET_RETURN_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_SET_RETURN_ACTION__RETURN_VALUE

      static final int SEFF_SET_RETURN_ACTION__RETURN_VALUE
      The feature id for the 'Return Value' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_SET_RETURN_ACTION_FEATURE_COUNT

      static final int SEFF_SET_RETURN_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Set Return Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_SET_VARIABLE_ACTION

      static final int SEFF_SET_VARIABLE_ACTION
      The meta object id for the 'Seff Set Variable Action' class.
      See Also:
      Generated class or method.
    • SEFF_SET_VARIABLE_ACTION__NAME

      static final int SEFF_SET_VARIABLE_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_SET_VARIABLE_ACTION__SET_VALUES

      static final int SEFF_SET_VARIABLE_ACTION__SET_VALUES
      The feature id for the 'Set Values' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_SET_VARIABLE_ACTION_FEATURE_COUNT

      static final int SEFF_SET_VARIABLE_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Set Variable Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_EXTERNAL_CALL_ACTION

      static final int SEFF_EXTERNAL_CALL_ACTION
      The meta object id for the 'Seff External Call Action' class.
      See Also:
      Generated class or method.
    • SEFF_EXTERNAL_CALL_ACTION__NAME

      static final int SEFF_EXTERNAL_CALL_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_EXTERNAL_CALL_ACTION__ROLE

      static final int SEFF_EXTERNAL_CALL_ACTION__ROLE
      The feature id for the 'Role' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_EXTERNAL_CALL_ACTION__CALLED

      static final int SEFF_EXTERNAL_CALL_ACTION__CALLED
      The feature id for the 'Called' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_EXTERNAL_CALL_ACTION__BINDINGS

      static final int SEFF_EXTERNAL_CALL_ACTION__BINDINGS
      The feature id for the 'Bindings' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_EXTERNAL_CALL_ACTION__RETURNING

      static final int SEFF_EXTERNAL_CALL_ACTION__RETURNING
      The feature id for the 'Returning' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_EXTERNAL_CALL_ACTION_FEATURE_COUNT

      static final int SEFF_EXTERNAL_CALL_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff External Call Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_CALL_PARAMETER

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

      static final int SEFF_CALL_PARAMETER__PARAMETER
      The feature id for the 'Parameter' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_CALL_PARAMETER__REFERENCE_NAME

      static final int SEFF_CALL_PARAMETER__REFERENCE_NAME
      The feature id for the 'Reference Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_CALL_PARAMETER__VALUES

      static final int SEFF_CALL_PARAMETER__VALUES
      The feature id for the 'Values' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_CALL_PARAMETER_FEATURE_COUNT

      static final int SEFF_CALL_PARAMETER_FEATURE_COUNT
      The number of structural features of the 'Seff Call Parameter' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_REFERENCE_PARAMETER

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

      static final int SEFF_REFERENCE_PARAMETER__REFERENCE_NAME
      The feature id for the 'Reference Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_REFERENCE_PARAMETER__VALUES

      static final int SEFF_REFERENCE_PARAMETER__VALUES
      The feature id for the 'Values' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_REFERENCE_PARAMETER_FEATURE_COUNT

      static final int SEFF_REFERENCE_PARAMETER_FEATURE_COUNT
      The number of structural features of the 'Seff Reference Parameter' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_RETURN_PARAMETER

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

      static final int SEFF_RETURN_PARAMETER__VALUES
      The feature id for the 'Values' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_RETURN_PARAMETER_FEATURE_COUNT

      static final int SEFF_RETURN_PARAMETER_FEATURE_COUNT
      The number of structural features of the 'Seff Return Parameter' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_VARIABLE_CHAR

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

      static final int SEFF_VARIABLE_CHAR__CHARACTERISATION_TYPE
      The feature id for the 'Characterisation Type' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_VARIABLE_CHAR__VALUE

      static final int SEFF_VARIABLE_CHAR__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_VARIABLE_CHAR_FEATURE_COUNT

      static final int SEFF_VARIABLE_CHAR_FEATURE_COUNT
      The number of structural features of the 'Seff Variable Char' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_PROBABILISTIC_BRANCH_ACTION

      static final int SEFF_PROBABILISTIC_BRANCH_ACTION
      The meta object id for the 'Seff Probabilistic Branch Action' class.
      See Also:
      Generated class or method.
    • SEFF_PROBABILISTIC_BRANCH_ACTION__NAME

      static final int SEFF_PROBABILISTIC_BRANCH_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_PROBABILISTIC_BRANCH_ACTION__BRANCHES

      static final int SEFF_PROBABILISTIC_BRANCH_ACTION__BRANCHES
      The feature id for the 'Branches' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_PROBABILISTIC_BRANCH_ACTION_FEATURE_COUNT

      static final int SEFF_PROBABILISTIC_BRANCH_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Probabilistic Branch Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_BRANCH

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

      static final int SEFF_BRANCH__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_BRANCH__SEFF

      static final int SEFF_BRANCH__SEFF
      The feature id for the 'Seff' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_BRANCH_FEATURE_COUNT

      static final int SEFF_BRANCH_FEATURE_COUNT
      The number of structural features of the 'Seff Branch' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_PROBABILISTIC_BRANCH

      static final int SEFF_PROBABILISTIC_BRANCH
      The meta object id for the 'Seff Probabilistic Branch' class.
      See Also:
      Generated class or method.
    • SEFF_PROBABILISTIC_BRANCH__NAME

      static final int SEFF_PROBABILISTIC_BRANCH__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_PROBABILISTIC_BRANCH__SEFF

      static final int SEFF_PROBABILISTIC_BRANCH__SEFF
      The feature id for the 'Seff' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_PROBABILISTIC_BRANCH__PROBABILITY

      static final int SEFF_PROBABILISTIC_BRANCH__PROBABILITY
      The feature id for the 'Probability' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_PROBABILISTIC_BRANCH_FEATURE_COUNT

      static final int SEFF_PROBABILISTIC_BRANCH_FEATURE_COUNT
      The number of structural features of the 'Seff Probabilistic Branch' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_GUARDED_BRANCH_ACTION

      static final int SEFF_GUARDED_BRANCH_ACTION
      The meta object id for the 'Seff Guarded Branch Action' class.
      See Also:
      Generated class or method.
    • SEFF_GUARDED_BRANCH_ACTION__NAME

      static final int SEFF_GUARDED_BRANCH_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_GUARDED_BRANCH_ACTION__BRANCHES

      static final int SEFF_GUARDED_BRANCH_ACTION__BRANCHES
      The feature id for the 'Branches' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_GUARDED_BRANCH_ACTION_FEATURE_COUNT

      static final int SEFF_GUARDED_BRANCH_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Guarded Branch Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_GUARDED_BRANCH

      static final int SEFF_GUARDED_BRANCH
      The meta object id for the 'Seff Guarded Branch' class.
      See Also:
      Generated class or method.
    • SEFF_GUARDED_BRANCH__NAME

      static final int SEFF_GUARDED_BRANCH__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_GUARDED_BRANCH__SEFF

      static final int SEFF_GUARDED_BRANCH__SEFF
      The feature id for the 'Seff' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_GUARDED_BRANCH__CONDITION

      static final int SEFF_GUARDED_BRANCH__CONDITION
      The feature id for the 'Condition' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_GUARDED_BRANCH_FEATURE_COUNT

      static final int SEFF_GUARDED_BRANCH_FEATURE_COUNT
      The number of structural features of the 'Seff Guarded Branch' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_FORK_ACTION

      static final int SEFF_FORK_ACTION
      The meta object id for the 'Seff Fork Action' class.
      See Also:
      Generated class or method.
    • SEFF_FORK_ACTION__NAME

      static final int SEFF_FORK_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_FORK_ACTION__SYNC

      static final int SEFF_FORK_ACTION__SYNC
      The feature id for the 'Sync' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_FORK_ACTION__FORKS

      static final int SEFF_FORK_ACTION__FORKS
      The feature id for the 'Forks' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_FORK_ACTION_FEATURE_COUNT

      static final int SEFF_FORK_ACTION_FEATURE_COUNT
      The number of structural features of the 'Seff Fork Action' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_FORK

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

      static final int SEFF_FORK__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_FORK__SEFF

      static final int SEFF_FORK__SEFF
      The feature id for the 'Seff' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SEFF_FORK_FEATURE_COUNT

      static final int SEFF_FORK_FEATURE_COUNT
      The number of structural features of the 'Seff Fork' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SUB_SEFF

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

      static final int SUB_SEFF__ACTIONS
      The feature id for the 'Actions' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SUB_SEFF_FEATURE_COUNT

      static final int SUB_SEFF_FEATURE_COUNT
      The number of structural features of the 'Sub Seff' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • PASSIVE_RESOURCE

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

      static final int PASSIVE_RESOURCE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • PASSIVE_RESOURCE__CAPACITY

      static final int PASSIVE_RESOURCE__CAPACITY
      The feature id for the 'Capacity' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • PASSIVE_RESOURCE_FEATURE_COUNT

      static final int PASSIVE_RESOURCE_FEATURE_COUNT
      The number of structural features of the 'Passive Resource' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details