moosetechnology / ClassNameAnalyser

MIT License
5 stars 2 forks source link

Why does DMConceptualModes store a separate collection of packages? #4

Closed olekscode closed 5 years ago

olekscode commented 5 years ago

I'm a bit confused why DMConceptualModel has a collection of package models and a collection of packages. The way I see it, conceptual model should have the collection of package models and every package model should store the reference to its package. But I might be wrong.

Canvas 1

olekscode commented 5 years ago

The same with PackageModel. It stores the collection of classes and a separate collection of class models. And a package name, which is already stored in package reference

olekscode commented 5 years ago

It is good in DMViewModel