rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

Improve 3SE datamodel implementation #70

Closed rcasteran closed 1 year ago

rcasteran commented 1 year ago

Is your feature request related to a problem? Please describe.

56 introduced type extension mechanism, but 3SE datamodel implementation in datamodel.py still references the following hardcoded types: StateType, TransitionType, FunctionalElementType and ViewType

Describe the solution you'd like

At the end the 3SE datamodel implementation must only contain the following class:

Describe alternatives you've considered No other alternative is considered