Uses of Interface
net.ssehub.easy.integration.common.IModelInfo
-
Packages that use IModelInfo Package Description net.ssehub.easy.integration.common Implements the a readable interface to IVML/EAsY.net.ssehub.easy.integration.common.eclipse Implements the a readable interface to IVML/EAsY based on Eclipse. -
-
Uses of IModelInfo in net.ssehub.easy.integration.common
Classes in net.ssehub.easy.integration.common that implement IModelInfo Modifier and Type Class Description classModelInformationImplements the model information object.Methods in net.ssehub.easy.integration.common that return IModelInfo Modifier and Type Method Description protected IModelInfoIModelAccess. createInfo(ModelInfo<Project> info, IModelAccess access)Factory method for creating a project information object.static IModelInfoIModelAccess. getMostRecentModel(java.util.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 IModelInfo Modifier and Type Method Description protected voidIModelAccess. checkInfo(IModelInfo info)Checks the validity ofinfo.protected ModelInfo<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 ProjectIModelAccess. obtainProject(IModelInfo info)Obtains a project.Method parameters in net.ssehub.easy.integration.common with type arguments of type IModelInfo Modifier and Type Method Description static IModelInfoIModelAccess. getMostRecentModel(java.util.List<IModelInfo> models)Returns the most recent (regarding its version number) model out of the given set of models. -
Uses of IModelInfo in net.ssehub.easy.integration.common.eclipse
Methods in net.ssehub.easy.integration.common.eclipse that return IModelInfo Modifier and Type Method Description IModelInfoIModelAccess. getMostRecentTopLevelModel(org.eclipse.core.resources.IProject project)Returns the most recent (regarding its version number) top-level model.Methods in net.ssehub.easy.integration.common.eclipse that return types with arguments of type IModelInfo Modifier and Type Method Description java.util.List<IModelInfo>IModelAccess. getAvailableModels(org.eclipse.core.resources.IProject project)Returns the models which are available for and visible fromproject.java.util.List<IModelInfo>IModelAccess. getTopLevelModels(org.eclipse.core.resources.IProject project)Returns the top-level models inprojectaccording to EASy conventions.Methods in net.ssehub.easy.integration.common.eclipse with parameters of type IModelInfo Modifier and Type Method Description protected ProjectIModelAccess. obtainProject(IModelInfo info)Obtains a project.
-