Dear list,
I wanted to graphically render a model using Mondrian. However It seems that Meye06a is a bit out of sync with the current implementation (feel free to say that I am wrong :-).
When I open the easel, in the pane where I am supposed to script the variable 'model' does not seems to be known.
I tried to cut and paste the following script (extracted from the paper) but it is not accepted by the easel: -=-=-=-=-=-=-=-=-=-=-=-= view := ViewRenderer new. view nodes: model classes using: (Rectangle withBorder height: #NOM; width: #NOA). view edges: model inheritances using: (Line from: #superclass to: #subclass). view layout: TreeLayout new. view open. -=-=-=-=-=-=-=-=-=-=-=-=
How can I draw the UML diagram for a given model?
Cheers, Alexandre