alessioferrari / tram

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

Relationship between QueryManager and Index Type #4

Closed alessioferrari closed 10 years ago

alessioferrari commented 10 years ago

An index is created for each type of key adopted in the index. The query manager is currently linked to one type of index only. Since the Query Manager is the intelligent part, this shall have a link to all the possible indexes, and issue queries to one index or the other according to its needs. The alternative is to have an Index manager that acts as a proxy for the indexes.

alessioferrari commented 10 years ago

We choose the option to create an Index manager that acts as a proxy for the indexes.