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

    Constructors
    Modifier
    Constructor
    Description
    protected
    IvmlModelRepository(net.ssehub.easy.basics.modelManagement.ModelManagement<Project> modelMgmt)
    Creates a model repository.
  • Method Summary

    Modifier and Type
    Method
    Description
    createModel(String modelName, List<Project> imports)
     

    Methods inherited from class net.ssehub.easy.basics.modelManagement.ModelRepository

    clearLocation, getAvailable, getDefaultLibraryLocations, getLocationFor, getMatchingModelNames, getModelInfo, getResolvedModelInfo, isOutdated, load, load, loaders, updateForLoader, updateModelInformation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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