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.
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
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.