alessioferrari / tram

a framework for transforming and reusing requirements models
0 stars 0 forks source link

Functionalities and Models #10

Open alessioferrari opened 10 years ago

alessioferrari commented 10 years ago

Currently, functionalities are subclasses of models, while it should be the other way around, since the models include more information than functionalities. This aspect shall be evaluated.

alessioferrari commented 10 years ago

Probably we should remove the distinction between models and functionalities, since they are currently the same thing. By including a function that returns a copy of specific node, we can extract a functionality, since a node is regarded as a functionality.