alessioferrari / tram

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

Factory for models #5

Closed alessioferrari closed 10 years ago

alessioferrari commented 10 years ago

The models shall all be loaded at the beginning, and we should not create new model objects for each index. Therefore, a model factory class shall be created.

alessioferrari commented 10 years ago

The factory class is called RequirementsModelLoader, and loads all the models in memory at the beginning of the execution, in order to avoid reading the file system each time a model is indexed.