Uses of Interface
net.ssehub.easy.basics.modelManagement.IModelManagementRepository
-
Packages that use IModelManagementRepository Package Description net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).net.ssehub.easy.varModel.management Provides functionality to manage variability models and their dependencies. -
-
Uses of IModelManagementRepository in net.ssehub.easy.basics.modelManagement
Classes in net.ssehub.easy.basics.modelManagement that implement IModelManagementRepository Modifier and Type Class Description (package private) classModelRepository<M extends IModel>Implements the model repository interface by delegating toModelManagement.Fields in net.ssehub.easy.basics.modelManagement declared as IModelManagementRepository Modifier and Type Field Description private IModelManagementRepository<M>ModelLoaders. repositoryprivate IModelManagementRepository<M>ModelLocations. repositoryConstructors in net.ssehub.easy.basics.modelManagement with parameters of type IModelManagementRepository Constructor Description AvailableModels(IModelManagementRepository<M> repository)Creates an instance of this class.ModelLoaders(IModelManagementRepository<M> repository)Prevents this class from being instantiated from outside this package.ModelLocations(IModelManagementRepository<M> repository)Prevents this class from being instantiated from outside this package. -
Uses of IModelManagementRepository in net.ssehub.easy.varModel.management
Fields in net.ssehub.easy.varModel.management declared as IModelManagementRepository Modifier and Type Field Description private IModelManagementRepository<Project>ModelCommentsPersistencer. repositoryConstructors in net.ssehub.easy.varModel.management with parameters of type IModelManagementRepository Constructor Description ModelCommentsPersistencer(IModelManagementRepository<Project> repository)Prevents creating instances from outside this package.
-