Skip to content

Files

This branch is 1352 commits behind Systems-Modeling/SysML-v2-Pilot-Implementation:master.

org.omg.sysml.uml.ecore.importer.tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 3, 2019
May 24, 2021
Jul 12, 2019
Jul 12, 2019
May 30, 2021
May 3, 2019
May 3, 2019
May 3, 2019
May 3, 2019
May 3, 2019
The custom UML importer can be tested in two ways:

1) using the launch configuration : to check how org.omg.sysml.uml.ecore.importer.CustomUML2EcoreConverter changes the generation of composite properties.
NOTE: it is hard to completely reproduce the EMF behaviour from SysML.uml => SysML.ecore,SysML.genmodel, so this test only focus on the UML2Ecore conversion.
Its only purpose to ease the implementation of the custom UML2Ecore converter.

2) by launching a runtime to test the ecore generation in situation. Launch a runtime (which include org.omg.sysml.uml.ecore.importer), import org.omg.sysml and regenerate the ecore using the custom importer.
In the end the custom importer should be integrated into the target plaform.