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
You have to specify the layout. If you want a grid, you can use: view gridLayout.
You can specify the layout at any level of nesting.
Doru
On Apr 17, 2008, at 8:39 PM, Alexandre Bergel wrote:
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
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
<p1.png>_______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Sometimes the best solution is not the best solution."
Excellent Doru!
Works like a charm
Thanks, Alexandre
On 17 Apr 2008, at 15:20, Tudor Girba wrote:
You have to specify the layout. If you want a grid, you can use: view gridLayout.
You can specify the layout at any level of nesting.
Doru
On Apr 17, 2008, at 8:39 PM, Alexandre Bergel wrote:
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
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
<p1.png>_______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Sometimes the best solution is not the best solution."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev