Hi
is there any implementation of evolution matrix layout for roassal?
Uko
Not that I am aware of. But as soon as you have your model (i.e., versions of your famix objects with the metrics you are interested in), then displaying them in Roassal is a piece of cake (French way to say trivial :-).
Let us know Alexandre
On Nov 13, 2013, at 1:07 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi
is there any implementation of evolution matrix layout for roassal?
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On 13 Nov 2013, at 19:10, Alexandre Bergel alexandre.bergel@me.com wrote:
Not that I am aware of. But as soon as you have your model (i.e., versions of your famix objects with the metrics you are interested in), then displaying them in Roassal is a piece of cake (French way to say trivial :-).
Yes, but I don’t want to replay the: “- Guys, I’ve made this cool layout - isn’t it the same thing someone else done?”
Well, you know. Uko
Let us know Alexandre
On Nov 13, 2013, at 1:07 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi
is there any implementation of evolution matrix layout for roassal?
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Not that I am aware of. But as soon as you have your model (i.e., versions of your famix objects with the metrics you are interested in), then displaying them in Roassal is a piece of cake (French way to say trivial :-).
Yes, but I don’t want to replay the: “- Guys, I’ve made this cool layout
- isn’t it the same thing someone else done?”
This is not the case as far as I know :-)
Alexandre
Thanks for asking :).
There is an implementation. Actually, Juraj ported it recently as part of the highly successful project of removing Mondrian. You can find it here: HismoClassHistoryGroup>>viewEvolutionMatrix
An example, can be triggered via: MooseSampleData current allClassHistories viewEvolutionMatrix
Typically, you should look for visualizations like this in methods called view*. The actual implementations are done in corresponding methods view*On: in the same class. In our case, we want to have the visualization available for a group of class histories, thus, we find it in the HismoClassHistoryGroup.
I presume that in your case, you need it for other types of entities. In this case, we should probably push the implementation in the superclass. Take a look and let us know if it works for you.
Cheers, Doru
On Wed, Nov 13, 2013 at 7:18 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
On 13 Nov 2013, at 19:10, Alexandre Bergel alexandre.bergel@me.com wrote:
Not that I am aware of. But as soon as you have your model (i.e., versions of your famix objects
with the metrics you are interested in), then displaying them in Roassal is a piece of cake (French way to say trivial :-).
Yes, but I don’t want to replay the: “- Guys, I’ve made this cool layout
- isn’t it the same thing someone else done?”
Well, you know. Uko
Let us know Alexandre
On Nov 13, 2013, at 1:07 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi
is there any implementation of evolution matrix layout for roassal?
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Super. I’ll have a look.
Thank you Doru!
On 13 Nov 2013, at 19:55, Tudor Girba tudor@tudorgirba.com wrote:
Thanks for asking :).
There is an implementation. Actually, Juraj ported it recently as part of the highly successful project of removing Mondrian. You can find it here: HismoClassHistoryGroup>>viewEvolutionMatrix
An example, can be triggered via: MooseSampleData current allClassHistories viewEvolutionMatrix
Typically, you should look for visualizations like this in methods called view*. The actual implementations are done in corresponding methods view*On: in the same class. In our case, we want to have the visualization available for a group of class histories, thus, we find it in the HismoClassHistoryGroup.
I presume that in your case, you need it for other types of entities. In this case, we should probably push the implementation in the superclass. Take a look and let us know if it works for you.
Cheers, Doru
On Wed, Nov 13, 2013 at 7:18 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
On 13 Nov 2013, at 19:10, Alexandre Bergel alexandre.bergel@me.com wrote:
Not that I am aware of. But as soon as you have your model (i.e., versions of your famix objects with the metrics you are interested in), then displaying them in Roassal is a piece of cake (French way to say trivial :-).
Yes, but I don’t want to replay the: “- Guys, I’ve made this cool layout
- isn’t it the same thing someone else done?”
Well, you know. Uko
Let us know Alexandre
On Nov 13, 2013, at 1:07 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi
is there any implementation of evolution matrix layout for roassal?
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
I learnt something. I did not know it was available. I gave wrong info, sorry about that.
Alexandre
On Nov 14, 2013, at 3:49 AM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Super. I’ll have a look.
Thank you Doru!
On 13 Nov 2013, at 19:55, Tudor Girba tudor@tudorgirba.com wrote:
Thanks for asking :).
There is an implementation. Actually, Juraj ported it recently as part of the highly successful project of removing Mondrian. You can find it here: HismoClassHistoryGroup>>viewEvolutionMatrix
An example, can be triggered via: MooseSampleData current allClassHistories viewEvolutionMatrix
Typically, you should look for visualizations like this in methods called view*. The actual implementations are done in corresponding methods view*On: in the same class. In our case, we want to have the visualization available for a group of class histories, thus, we find it in the HismoClassHistoryGroup.
I presume that in your case, you need it for other types of entities. In this case, we should probably push the implementation in the superclass. Take a look and let us know if it works for you.
Cheers, Doru
On Wed, Nov 13, 2013 at 7:18 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
On 13 Nov 2013, at 19:10, Alexandre Bergel alexandre.bergel@me.com wrote:
Not that I am aware of. But as soon as you have your model (i.e., versions of your famix objects with the metrics you are interested in), then displaying them in Roassal is a piece of cake (French way to say trivial :-).
Yes, but I don’t want to replay the: “- Guys, I’ve made this cool layout
- isn’t it the same thing someone else done?”
Well, you know. Uko
Let us know Alexandre
On Nov 13, 2013, at 1:07 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi
is there any implementation of evolution matrix layout for roassal?
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On 14 Nov 2013, at 16:28, Alexandre Bergel alexandre.bergel@me.com wrote:
I learnt something. I did not know it was available. I gave wrong info, sorry about that.
It’s not your fault. But I think that our community has some lack of information sharing. Maybe it’s just because of rapid expansion.
Alexandre
On Nov 14, 2013, at 3:49 AM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Super. I’ll have a look.
Thank you Doru!
On 13 Nov 2013, at 19:55, Tudor Girba tudor@tudorgirba.com wrote:
Thanks for asking :).
There is an implementation. Actually, Juraj ported it recently as part of the highly successful project of removing Mondrian. You can find it here: HismoClassHistoryGroup>>viewEvolutionMatrix
An example, can be triggered via: MooseSampleData current allClassHistories viewEvolutionMatrix
Typically, you should look for visualizations like this in methods called view*. The actual implementations are done in corresponding methods view*On: in the same class. In our case, we want to have the visualization available for a group of class histories, thus, we find it in the HismoClassHistoryGroup.
I presume that in your case, you need it for other types of entities. In this case, we should probably push the implementation in the superclass. Take a look and let us know if it works for you.
Cheers, Doru
On Wed, Nov 13, 2013 at 7:18 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
On 13 Nov 2013, at 19:10, Alexandre Bergel alexandre.bergel@me.com wrote:
Not that I am aware of. But as soon as you have your model (i.e., versions of your famix objects with the metrics you are interested in), then displaying them in Roassal is a piece of cake (French way to say trivial :-).
Yes, but I don’t want to replay the: “- Guys, I’ve made this cool layout
- isn’t it the same thing someone else done?”
Well, you know. Uko
Let us know Alexandre
On Nov 13, 2013, at 1:07 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi
is there any implementation of evolution matrix layout for roassal?
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On 13 Nov 2013, at 19:55, Tudor Girba tudor@tudorgirba.com wrote:
MooseSampleData current allClassHistories viewEvolutionMatrix
By the way MooseSampleData does not understand allClassHistories. For me solution was to inspect it an work with history var directly. I have no idea if anybody cares about that :)
Uko
Indeed, bad copy-paste. It should have been:
MooseSampleData current simpleHistory allClassHistories viewEvolutionMatrix
Cheers, Doru
On Thu, Nov 14, 2013 at 9:45 AM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
On 13 Nov 2013, at 19:55, Tudor Girba tudor@tudorgirba.com wrote:
MooseSampleData current allClassHistories viewEvolutionMatrix
By the way MooseSampleData does not understand allClassHistories. For me solution was to inspect it an work with history var directly. I have no idea if anybody cares about that :)
Uko
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev