Uses of Class
de.uni_hildesheim.sse.translation.Utils.SplitResult
-
Packages that use Utils.SplitResult Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model. -
-
Uses of Utils.SplitResult in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation declared as Utils.SplitResult Modifier and Type Field Description private Utils.SplitResultResultEntry. splitResultMethods in de.uni_hildesheim.sse.translation that return Utils.SplitResult Modifier and Type Method Description (package private) Utils.SplitResultResultEntry. getSplitResult()Returns the splitted entries.static Utils.SplitResultUtils. split(java.util.List<org.eclipse.emf.ecore.EObject> elements)Splits the now heterogeneous list of elements inelementsinto individual lists stored in the result instance.Methods in de.uni_hildesheim.sse.translation with parameters of type Utils.SplitResult Modifier and Type Method Description static voidUtils. split(java.util.List<org.eclipse.emf.ecore.EObject> elements, Utils.SplitResult result)Splits the now heterogeneous list of elements inelementsinto individual lists stored inresultinstance.Constructors in de.uni_hildesheim.sse.translation with parameters of type Utils.SplitResult Constructor Description ResultEntry(de.uni_hildesheim.sse.ivml.Project eProject, net.ssehub.easy.varModel.model.Project project, TypeContext context, Utils.SplitResult splitResult)Creates the result entry.
-