Uses of Class
net.ssehub.easy.basics.modelManagement.ModelRepository
-
Packages that use ModelRepository 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 ModelRepository in net.ssehub.easy.basics.modelManagement
Fields in net.ssehub.easy.basics.modelManagement declared as ModelRepository Modifier and Type Field Description private ModelRepository<M>ModelManagement. repositoryMethods in net.ssehub.easy.basics.modelManagement that return ModelRepository Modifier and Type Method Description protected abstract ModelRepository<M>ModelManagement. createRepository()Creates a model repository instance.protected ModelRepository<M>ModelManagement. repository()Returns the repository instance. -
Uses of ModelRepository in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of ModelRepository in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description private static classBuildModel.VilModelRepositoryRefined model repository for IVML.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel that return ModelRepository Modifier and Type Method Description protected ModelRepository<Script>BuildModel. createRepository() -
Uses of ModelRepository in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of ModelRepository in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description private static classTemplateModel.VtlModelRepositoryRefined model repository for IVML.Methods in net.ssehub.easy.instantiation.core.model.templateModel that return ModelRepository Modifier and Type Method Description protected ModelRepository<Template>TemplateModel. createRepository() -
Uses of ModelRepository in net.ssehub.easy.varModel.management
Subclasses of ModelRepository in net.ssehub.easy.varModel.management Modifier and Type Class Description private static classVarModel.IvmlModelRepositoryRefined model repository for IVML.Methods in net.ssehub.easy.varModel.management that return ModelRepository Modifier and Type Method Description protected ModelRepository<Project>VarModel. createRepository()
-