Interface RepositoryFactory

    • Field Detail

      • eINSTANCE

        static final RepositoryFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createStoreContainer

        StoreContainer createStoreContainer()
        Returns a new object of class 'Store Container'.
        Returns:
        a new object of class 'Store Container'.
        Generated class or method.
      • createStore

        Store createStore()
        Returns a new object of class 'Store'.
        Returns:
        a new object of class 'Store'.
        Generated class or method.
      • createOperationSignatureDataRefinement

        OperationSignatureDataRefinement createOperationSignatureDataRefinement()
        Returns a new object of class 'Operation Signature Data Refinement'.
        Returns:
        a new object of class 'Operation Signature Data Refinement'.
        Generated class or method.
      • getRepositoryPackage

        RepositoryPackage getRepositoryPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.