rcasteran / jarvis4se

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

Requirement support #73

Closed rcasteran closed 2 months ago

rcasteran commented 1 year ago

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

Describe the solution you'd like Add new basic element: requirement in data model.

Support the following command to declare a requirement:

<Requirement name> is a requirement

Support the allocation of a requirement to the basic elements: data, function, functional element, functional interface, physical element, physical interface, state, transition, attribute, view through the following command:

<Element name> allocates <Requirement name>

Support the derivation of a requirement from another requirement through the following command:

<Child requirement name> derives from <Parent requirement name>

Describe alternatives you've considered None