rcasteran / jarvis4se

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

Element inheritance mechanism #57

Closed rcasteran closed 1 year ago

rcasteran commented 2 years ago

Is your feature request related to a problem? Please describe. Add rule mechanism to allow to derive new elements from the created ones

Describe the solution you'd like

Describe alternatives you've considered None

Not2behere commented 2 years ago

Question: Since the beginning, only one parent can be set to the child, is this still True ? If i have "E1 inherits from E2" with E2a child of E2, do i have to add E1 as parent too ?

rcasteran commented 2 years ago

In fact decomposition of E1 = { children of E1 } U decomposition of E2

Not2behere commented 1 year ago

To be tested on 1.3.2