Interface resourcerepositoryFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
resourcerepositoryFactoryImpl

public interface resourcerepositoryFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
Generated class or method.
  • Field Details

    • eINSTANCE

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

    • createResourceDescriptionRepository

      ResourceDescriptionRepository createResourceDescriptionRepository()
      Returns a new object of class 'Resource Description Repository'.
      Returns:
      a new object of class 'Resource Description Repository'.
      Generated class or method.
    • createResourceDescription

      ResourceDescription createResourceDescription()
      Returns a new object of class 'Resource Description'.
      Returns:
      a new object of class 'Resource Description'.
      Generated class or method.
    • getresourcerepositoryPackage

      resourcerepositoryPackage getresourcerepositoryPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.