Uses of Class
de.uni_hildesheim.sse.translation.ModelTranslator
-
Packages that use ModelTranslator Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model. -
-
Uses of ModelTranslator in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation declared as ModelTranslator Modifier and Type Field Description private ModelTranslatorModelTranslator.Result. translatorMethods in de.uni_hildesheim.sse.translation that return ModelTranslator Modifier and Type Method Description (package private) ModelTranslatorModelTranslator.Result. getTranslator()Returns the translator instance.Constructors in de.uni_hildesheim.sse.translation with parameters of type ModelTranslator Constructor Description Result(ModelTranslator translator, java.net.URI uri)Creates a result instance representing the parse result for multiple projects and enables deferred loading.
-