Class VarModel.IvmlModelRepository
java.lang.Object
net.ssehub.easy.basics.modelManagement.ModelRepository<Project>
net.ssehub.easy.varModel.management.VarModel.IvmlModelRepository
- All Implemented Interfaces:
net.ssehub.easy.basics.modelManagement.IModelManagementRepository<Project>,net.ssehub.easy.basics.modelManagement.IModelRepository<Project>
- Enclosing class:
VarModel
private static class VarModel.IvmlModelRepository
extends net.ssehub.easy.basics.modelManagement.ModelRepository<Project>
Refined model repository for IVML.
- Author:
- Holger Eichelberger
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIvmlModelRepository(net.ssehub.easy.basics.modelManagement.ModelManagement<Project> modelMgmt) Creates a model repository. -
Method Summary
Methods inherited from class net.ssehub.easy.basics.modelManagement.ModelRepository
clearLocation, getAvailable, getDefaultLibraryLocations, getLocationFor, getMatchingModelNames, getModelInfo, getResolvedModelInfo, isOutdated, load, load, loaders, updateForLoader, updateModelInformation
-
Constructor Details
-
IvmlModelRepository
protected IvmlModelRepository(net.ssehub.easy.basics.modelManagement.ModelManagement<Project> modelMgmt) Creates a model repository.- Parameters:
modelMgmt- the model management instance to delegate to
-
-
Method Details
-
createModel
-