Uses of Interface
net.ssehub.easy.basics.modelManagement.IModelManagementRepository
Packages that use IModelManagementRepository
Package
Description
Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).
-
Uses of IModelManagementRepository in net.ssehub.easy.basics.modelManagement
Classes in net.ssehub.easy.basics.modelManagement that implement IModelManagementRepositoryModifier and TypeClassDescriptionclassModelRepository<M extends IModel>Implements the model repository interface by delegating toModelManagement.Fields in net.ssehub.easy.basics.modelManagement declared as IModelManagementRepositoryModifier and TypeFieldDescriptionprivate IModelManagementRepository<M> ModelLoaders.repositoryprivate IModelManagementRepository<M> ModelLocations.repositoryConstructors in net.ssehub.easy.basics.modelManagement with parameters of type IModelManagementRepositoryModifierConstructorDescription(package private)AvailableModels(IModelManagementRepository<M> repository) Creates an instance of this class.(package private)ModelLoaders(IModelManagementRepository<M> repository) Prevents this class from being instantiated from outside this package.(package private)ModelLocations(IModelManagementRepository<M> repository) Prevents this class from being instantiated from outside this package.