Hi,
after a year of using Moose I actually wanted to use it for what it was
made for... and I kind of don't know how...
so basically I have packages (let's call them B1 B2 and D1 D2 D3) and I
would like to visualize all dependencies between classes in those packages.
More specifically I'm interested in all calls from D* packages to B*...
After looking through TheMooseBook I've found things like MooseModel and
MoViewRenderer, which the first I assume is related to non-smalltalk code
and second is outdated version of RTMondrian.
RTMondrian however doesn't have documentation yet and I am kind of lost.
How do I define that I am interested only in calls between those packages
(that's without calls inside a package)? Ideally if it can also display the
name of the methods.
I could probably build it procedurally going in cycles class by class,
method by method but I was hoping there's better way.
Any pointers appreciated,
Peter