Class ModelRepository<M extends IModel>

java.lang.Object
net.ssehub.easy.basics.modelManagement.ModelRepository<M>
Type Parameters:
M - the specific model type
All Implemented Interfaces:
IModelManagementRepository<M>, IModelRepository<M>

public abstract class ModelRepository<M extends IModel> extends Object implements IModelManagementRepository<M>, IModelRepository<M>
Implements the model repository interface by delegating to ModelManagement. However, there are some methods that shall not directly be public in ModelManagement and are, thus, hidden via delegation.
Author:
Holger Eichelberger