Uses of Class
de.uni_hildesheim.sse.translation.ResultEntry
-
Packages that use ResultEntry Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model. -
-
Uses of ResultEntry in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation with type parameters of type ResultEntry Modifier and Type Field Description private java.util.List<ResultEntry>ModelTranslator.Result. entriesMethods in de.uni_hildesheim.sse.translation that return ResultEntry Modifier and Type Method Description private ResultEntryModelTranslator. createProject(de.uni_hildesheim.sse.ivml.Project project, java.net.URI uri, boolean registerSuccessful, java.util.List<de.uni_hildesheim.sse.ivml.Project> inProgress, net.ssehub.easy.basics.modelManagement.ImportResolver<net.ssehub.easy.varModel.model.Project> impResolver)Creates a variability model from a given ECore representation of a project.Methods in de.uni_hildesheim.sse.translation with parameters of type ResultEntry Modifier and Type Method Description private voidModelTranslator.Result. add(ResultEntry entry)Adds a partially completed xText project and an IVML project in terms of anentry.(package private) voidModelTranslator. completeLoading(ResultEntry entry)Complete loading of a given model.
-