Hi Jannick!
Glad to hear that you jump on the boat! Best would be to ask the moose mailing list. You may want to register the mailing list for this. I do not have the answer right now.
Cheers, Alexandre
On 27 Jun 2008, at 14:51, jannick.menanteau.gmail wrote:
J'essai de générer des visualisations dans Mondrian:
view newShape rectangle; height: #numberOfMethods; width: #numberOfAttributes; linearFillColor: #numberOfLinesOfCode within: classes; withBorder. view nodes: classes. view edges: classes from: [:each | each superclass] to: [:each | each]. view treeLayout.
C'est un code trouvé sur http://moose.unibe.ch/tools/mondrian/tour?_s=LrcZtOGEBQIygSJg&_k=RnnrLpm...
Le problème est que les symboles (#numberOfMethods par exemple) ne sont pas définis... Y a-t-il une manipulation spécifique à faire ?
Voici comment j'ai procédé :
- ouverture de Moose
- "open in Mondrian Easel"
- insertion du code dans la fenêtre au centre bas
- "generate view"
Merci