Dear all,
I'm trying to use Moose but I didn't found documentation about the scription in Easel. I try to get a map of all classes of my project with the call links. If a method of a class call to an other method of an other class I would like to have an edge between the two classes.
Can someone help me ? Here is the code I currently have: view nodes: classGroup using: (RectangleShape withBorder height: #numberOfMethods; width: #numberOfAttributes; linearFillColor: #numberOfLinesOfCode within: classGroup). view edges: classGroup from: #yourself toAll: #directSubclasses. view treeLayout.
Thanks in advance,
Antoine C.