Hi!
I have a question concerning the structure of a MooseModel.
Imagine that we have a project with three Namespaces: Namespace A,
NamespaceB, NamespaceC. In my project, NamespaceA contains NamespaceB and
NamespaceC.
Then, I import the project in Moose and I get a MooseModel with my three
namespaces.
When I inspect NamespaceB and NamespaceC, I can see (thanks to the
attribute 'belongsTo') that they both belong to NamespaceA
Nevertheless, when I inspect NamespaceA, I realise that attribute
'namespaces' is an empty OrderedCollection.
Is it normal? Because I think that 'namespaces ' should contain NamespaceB
and NamespaceC, isn't it?
thanks
Sara