Interface RepositoryFactory

    • Field Detail

      • eINSTANCE

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

      • createLocalMemoryRepository

        LocalMemoryRepository createLocalMemoryRepository()
        Returns a new object of class 'Local Memory Repository'.
        Returns:
        a new object of class 'Local Memory Repository'.
        Generated class or method.
      • createRepositories

        Repositories createRepositories()
        Returns a new object of class 'Repositories'.
        Returns:
        a new object of class 'Repositories'.
        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.