Hello,
I use Roassal to visualize a FAST AST as a kind of UML diagram. Each node on Roassal is a node of the AST and the edges shows the parent link. That's work fine and it's very easy to do it ! Thanks !
But I would like to add some text on the edges to know what are the instance variables containing the children nodes.
I saw the examples and there's not a such functionality.
Is it possible to add it ?
Cheers, Vincent
Hi Vincent,
I am not right now with my computer, so I cannot give you the right code snippet, but this functionality is implemented in Roassal. Have a look at the class ROConstraints. On the class side it contains a method to set an element between two other elements. What you can do, is having a label between the two edge extremities.
Cheers, Alexandre
Le 24-01-2014 à 7:11, Vincent Blondeau vincent.blondeau@polytech-lille.net a écrit :
Hello,
I use Roassal to visualize a FAST AST as a kind of UML diagram. Each node on Roassal is a node of the AST and the edges shows the parent link. That's work fine and it's very easy to do it ! Thanks !
But I would like to add some text on the edges to know what are the instance variables containing the children nodes.
I saw the examples and there's not a such functionality.
Is it possible to add it ?
Cheers, Vincent _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Vincent, did it work?
Alexandre
On 24 Jan 2014, at 07:11, Vincent Blondeau vincent.blondeau@polytech-lille.net wrote:
Hello,
I use Roassal to visualize a FAST AST as a kind of UML diagram. Each node on Roassal is a node of the AST and the edges shows the parent link. That's work fine and it's very easy to do it ! Thanks !
But I would like to add some text on the edges to know what are the instance variables containing the children nodes.
I saw the examples and there's not a such functionality.
Is it possible to add it ?
Cheers, Vincent _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev