Interface RepositoryPackage

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

    public interface RepositoryPackage
    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:
    RepositoryFactory
    Generated class or method.
    EMF model class or method.
    kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/LPG'"
    • Field Detail

      • eINSTANCE

        static final RepositoryPackage eINSTANCE
        The singleton instance of the package.
        Generated class or method.
      • OPERATIONAL_DATA_STORE_COMPONENT__ID

        static final int OPERATIONAL_DATA_STORE_COMPONENT__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__ENTITY_NAME

        static final int OPERATIONAL_DATA_STORE_COMPONENT__ENTITY_NAME
        The feature id for the 'Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY

        static final int OPERATIONAL_DATA_STORE_COMPONENT__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY
        The feature id for the 'Provided Roles Interface Providing Entity' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY

        static final int OPERATIONAL_DATA_STORE_COMPONENT__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY
        The feature id for the 'Resource Required Roles Resource Interface Requiring Entity' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY

        static final int OPERATIONAL_DATA_STORE_COMPONENT__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY
        The feature id for the 'Required Roles Interface Requiring Entity' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__REPOSITORY_REPOSITORY_COMPONENT

        static final int OPERATIONAL_DATA_STORE_COMPONENT__REPOSITORY_REPOSITORY_COMPONENT
        The feature id for the 'Repository Repository Component' container reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__PARENT_COMPLETE_COMPONENT_TYPES

        static final int OPERATIONAL_DATA_STORE_COMPONENT__PARENT_COMPLETE_COMPONENT_TYPES
        The feature id for the 'Parent Complete Component Types' reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__COMPONENT_PARAMETER_USAGE_IMPLEMENTATION_COMPONENT_TYPE

        static final int OPERATIONAL_DATA_STORE_COMPONENT__COMPONENT_PARAMETER_USAGE_IMPLEMENTATION_COMPONENT_TYPE
        The feature id for the 'Component Parameter Usage Implementation Component Type' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__COMPONENT_TYPE

        static final int OPERATIONAL_DATA_STORE_COMPONENT__COMPONENT_TYPE
        The feature id for the 'Component Type' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__SERVICE_EFFECT_SPECIFICATIONS_BASIC_COMPONENT

        static final int OPERATIONAL_DATA_STORE_COMPONENT__SERVICE_EFFECT_SPECIFICATIONS_BASIC_COMPONENT
        The feature id for the 'Service Effect Specifications Basic Component' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT__PASSIVE_RESOURCE_BASIC_COMPONENT

        static final int OPERATIONAL_DATA_STORE_COMPONENT__PASSIVE_RESOURCE_BASIC_COMPONENT
        The feature id for the 'Passive Resource Basic Component' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • OPERATIONAL_DATA_STORE_COMPONENT_FEATURE_COUNT

        static final int OPERATIONAL_DATA_STORE_COMPONENT_FEATURE_COUNT
        The number of structural features of the 'Operational Data Store Component' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getRepositoryFactory

        RepositoryFactory getRepositoryFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated class or method.