Dear list,
I have the following script to display dependencies between packages: -=-=-=-=-=-=-=-=-=-=-=-= | packages allClasses | packages := mooseModel allNamespaces. allClasses := mooseModel allClasses. self assert: [allClasses notEmpty]. self assert: [packages notEmpty]. view nodes: packages forEach: [:each | view nodes: each classes]. view edges: allClasses from: #yourself toAll: #dependentClasses. -=-=-=-=-=-=-=-=-=-=-=-=
It display a 1-row heigh picture of packages. How can I add a layout on it ? I think that a grid will be ideal.
I plan to add the list of scripts I am working on: http://moose.unibe.ch/tools/Java4Moose/Mondrian+Scripts
I think this might help newbies in Mondrian...
Cheers, Alexandre