Uses of Interface
net.ssehub.easy.integration.common.IModelInfo
-
Uses of IModelInfo in net.ssehub.easy.integration.common
Classes in net.ssehub.easy.integration.common that implement IModelInfoMethods in net.ssehub.easy.integration.common that return IModelInfoModifier and TypeMethodDescriptionprotected IModelInfoIModelAccess.createInfo(net.ssehub.easy.basics.modelManagement.ModelInfo<net.ssehub.easy.varModel.model.Project> info, IModelAccess access) Factory method for creating a project information object.static IModelInfoIModelAccess.getMostRecentModel(List<IModelInfo> models) Returns the most recent (regarding its version number) model out of the given set of models.Methods in net.ssehub.easy.integration.common with parameters of type IModelInfoModifier and TypeMethodDescriptionprotected voidIModelAccess.checkInfo(IModelInfo info) Checks the validity ofinfo.protected net.ssehub.easy.basics.modelManagement.ModelInfo<net.ssehub.easy.varModel.model.Project> IModelAccess.getInfo(IModelInfo info) Returns the stored project information instance.protected booleanIModelAccess.matchesOrigin(IModelInfo info) Returns whether the model information matches this origin.protected net.ssehub.easy.varModel.model.ProjectIModelAccess.obtainProject(IModelInfo info) Obtains a project.Method parameters in net.ssehub.easy.integration.common with type arguments of type IModelInfoModifier and TypeMethodDescriptionstatic IModelInfoIModelAccess.getMostRecentModel(List<IModelInfo> models) Returns the most recent (regarding its version number) model out of the given set of models.