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.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.templateModel The template language model.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 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.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement IModelManagementRepository Modifier and Type Class Description private static classBuildModel.VilModelRepositoryRefined model repository for IVML. -
Uses of IModelManagementRepository in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement IModelManagementRepository Modifier and Type Class Description private static classTemplateModel.VtlModelRepositoryRefined model repository for IVML. -
Uses of IModelManagementRepository in net.ssehub.easy.varModel.management
Classes in net.ssehub.easy.varModel.management that implement IModelManagementRepository Modifier and Type Class Description private static classVarModel.IvmlModelRepositoryRefined model repository for IVML.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.
-