Interface RegistrationProvider
-
- All Known Implementing Classes:
ISModelRegistrationProvider
public interface RegistrationProviderAny 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetModelName()The name of the ModelCollection<Package>getPackagesToRegister()This method must return the list of packages to be registered
-
-
-
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
-
-