alessioferrari / tram

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

RequirementsModel info object #17

Closed alessioferrari closed 10 years ago

alessioferrari commented 10 years ago

Probably, we shall define a RequirementsModel info object that stores the information concerning a requirements model. This type of object can be used during retrieval. To understand the usage of such object a design of the classes of the tool shall be provided.

alessioferrari commented 10 years ago

the design shall be as in the follwing picture. screen shot 2014-01-30 at 5 21 42 pm

alessioferrari commented 10 years ago

ModelInfo class shall be created - DONE RequirementsModel shall embed an object ModelInfo - DONE ModelIndex shall be changed to return a list of ModelInfo objects - DONE QueryResult shall include ModelInfo objects - DONE