Doru,
 
As I used Moose ** a long time ago ** I am bit confused (and also lost) with the way of using and manipulating the objects in the Moose panel.

Welcome back! :)

Thanks! Amazing how the concept of the implementation of Moose has changed :)
 
The corresponding to "MooseManager currentModel" is now "MooseModel root allModels first".

However, you should not need to use this. Instead, once you have your hands on a model in the Moose Panel, you should simply switch to the last tab (with the [|] icon), and there self is your model. For example, if you need all methods, you should:
- type "self allMethods"
- select all text
- press Cmd+o (or right click and open)

This should pop the list of all method to the right.

If you are working with Moose from a user-viewpoint, the way you suggest is good one to use Moose as a query-engine.
But if you want to use the data or even the properties to calculate something (or even to build a tool on top of Moose), I think the panel of [|] seems not to be useful.
How do the other tools do? How does, such as Roassal, take the data coming from Moose? 

Cheers,

Gabi