Hi!
It has passed too long before visualizations have been posted here.
b := RTMondrian new. b shape box width: [ :cls | cls numberOfAttributes * 4 ]; height: #numberOfMethods. b nodes: self.
b edges connectFrom: #superclass.
"b shape bezierLineFollowing: #superclass; color: Color blue trans. b edges notUseInLayout; connectToAll: [:c |c queryAllOutgoingInvocations atTypeScope ]." b layout tree. b normalizer normalizeColor: #numberOfLinesOfCode. b
Who recognize the class hierarchy shown in the first screenshots?
Alexandre
I think the first one looks like FAMIX :)
Doru
On Mar 31, 2016, at 7:04 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
It has passed too long before visualizations have been posted here.
b := RTMondrian new. b shape box width: [ :cls | cls numberOfAttributes * 4 ]; height: #numberOfMethods. b nodes: self.
b edges connectFrom: #superclass.
"b shape bezierLineFollowing: #superclass; color: Color blue trans. b edges notUseInLayout; connectToAll: [:c |c queryAllOutgoingInvocations atTypeScope ]." b layout tree. b normalizer normalizeColor: #numberOfLinesOfCode. b
<Screen Shot 2016-03-31 at 1.43.54 PM.png><Screen Shot 2016-03-31 at 1.54.39 PM.png>
Who recognize the class hierarchy shown in the first screenshots?
Alexandre
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.tudorgirba.com www.feenk.com
"Not knowing how to do something is not an argument for how it cannot be done."
It is the Collection class hierarchy.
b := RTMondrian new. b shape box width: [ :cls | cls numberOfVariables * 4 ]; height: #numberOfMethods. b nodes: Collection withAllSubclasses.
b edges connectFrom: #superclass.
b shape bezierLineFollowing: #superclass; color: Color blue trans. b edges notUseInLayout; connectToAll: #dependentClasses. b layout tree. b normalizer normalizeColor: #numberOfLinesOfCode. b
On Mar 31, 2016, at 2:14 PM, Tudor Girba tudor@tudorgirba.com wrote:
I think the first one looks like FAMIX :)
Doru
On Mar 31, 2016, at 7:04 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
It has passed too long before visualizations have been posted here.
b := RTMondrian new. b shape box width: [ :cls | cls numberOfAttributes * 4 ]; height: #numberOfMethods. b nodes: self.
b edges connectFrom: #superclass.
"b shape bezierLineFollowing: #superclass; color: Color blue trans. b edges notUseInLayout; connectToAll: [:c |c queryAllOutgoingInvocations atTypeScope ]." b layout tree. b normalizer normalizeColor: #numberOfLinesOfCode. b
<Screen Shot 2016-03-31 at 1.43.54 PM.png><Screen Shot 2016-03-31 at 1.54.39 PM.png>
Who recognize the class hierarchy shown in the first screenshots?
Alexandre
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.tudorgirba.com www.feenk.com
"Not knowing how to do something is not an argument for how it cannot be done."
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev