bjorncole/pyMBE

Parse Ecore SysML v2 Model to determine primary, derived attributes

Closed this issue · 2 comments

The SysML v2 reference implementation comes with an Ecore model of the SysML v2 metamodel. The XMI form of this can be used to determine the inheritance tree of different metaclasses as well as find attributes that are expected to be derived or refer to other elements.

Initial experimentation with PyEcore is positive, see
be7d4ea

PR in for generation to JSON.