Interface RegistrationProvider

  • All Known Implementing Classes:
    ISModelRegistrationProvider

    public interface RegistrationProvider
    Any model requires to register the defined types. To accomplish this, it must implement this interface returning the list of packages containing the interfaces representing the model. Any registration provider MUST have a constructor with no arguments
    Author:
    Luca Frosini (ISTI - CNR)
    • Method Detail

      • getModelName

        String getModelName()
        The name of the Model
        Returns:
      • getPackagesToRegister

        Collection<Package> getPackagesToRegister()
        This method must return the list of packages to be registered
        Returns:
        the list of packages to register