Interface ModulesFactory

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

public interface ModulesFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
Generated
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Field Details

    • eINSTANCE

      static final ModulesFactory eINSTANCE
      The singleton instance of the factory.
      Generated
  • Method Details

    • createModuleDefinition

      ModuleDefinition createModuleDefinition()
      Returns a new object of class 'Module Definition'.
      Returns:
      a new object of class 'Module Definition'.
      Generated
    • createDependencyDefinition

      DependencyDefinition createDependencyDefinition()
      Returns a new object of class 'Dependency Definition'.
      Returns:
      a new object of class 'Dependency Definition'.
      Generated
    • createDependencyDefinition

      DependencyDefinition createDependencyDefinition(String targetName)
    • createDependencyDefinition

      DependencyDefinition createDependencyDefinition(String targetName, VersionRange versionRange)
    • getModulesPackage

      ModulesPackage getModulesPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated