Evolution Matrix Layout

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Evolution Matrix Layout

Uko2
Hi

is there any implementation of evolution matrix layout for roassal?


Uko
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Evolution Matrix Layout

abergel
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 <[hidden email]> wrote:

> Hi
>
> is there any implementation of evolution matrix layout for roassal?
>
>
> Uko
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Evolution Matrix Layout

Uko2

On 13 Nov 2013, at 19:10, Alexandre Bergel <[hidden email]> 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 <[hidden email]> wrote:
>
>> Hi
>>
>> is there any implementation of evolution matrix layout for roassal?
>>
>>
>> Uko
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Evolution Matrix Layout

abergel
>> 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
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Evolution Matrix Layout

Tudor Girba-2
In reply to this post by Uko2
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 <[hidden email]> wrote:

On 13 Nov 2013, at 19:10, Alexandre Bergel <[hidden email]> 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 <[hidden email]> wrote:
>
>> Hi
>>
>> is there any implementation of evolution matrix layout for roassal?
>>
>>
>> Uko
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Evolution Matrix Layout

Uko2
Super. I’ll have a look.

Thank you Doru!

On 13 Nov 2013, at 19:55, Tudor Girba <[hidden email]> 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 <[hidden email]> wrote:

On 13 Nov 2013, at 19:10, Alexandre Bergel <[hidden email]> 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 <[hidden email]> wrote:
>
>> Hi
>>
>> is there any implementation of evolution matrix layout for roassal?
>>
>>
>> Uko
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--

"Every thing has its own flow"
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Evolution Matrix Layout

Uko2
In reply to this post by Tudor Girba-2

On 13 Nov 2013, at 19:55, Tudor Girba <[hidden email]> 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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Evolution Matrix Layout

Tudor Girba-2
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 <[hidden email]> wrote:

On 13 Nov 2013, at 19:55, Tudor Girba <[hidden email]> 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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Evolution Matrix Layout

abergel
In reply to this post by Uko2
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 <[hidden email]> wrote:

> Super. I’ll have a look.
>
> Thank you Doru!
>
> On 13 Nov 2013, at 19:55, Tudor Girba <[hidden email]> 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 <[hidden email]> wrote:
>>
>> On 13 Nov 2013, at 19:10, Alexandre Bergel <[hidden email]> 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 <[hidden email]> wrote:
>> >
>> >> Hi
>> >>
>> >> is there any implementation of evolution matrix layout for roassal?
>> >>
>> >>
>> >> Uko
>> >> _______________________________________________
>> >> Moose-dev mailing list
>> >> [hidden email]
>> >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>> >
>> > --
>> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> > Alexandre Bergel  http://www.bergel.eu
>> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > Moose-dev mailing list
>> > [hidden email]
>> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>>
>>
>> --
>> www.tudorgirba.com
>>
>> "Every thing has its own flow"
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Evolution Matrix Layout

Uko2

On 14 Nov 2013, at 16:28, Alexandre Bergel <[hidden email]> 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 <[hidden email]> wrote:
>
>> Super. I’ll have a look.
>>
>> Thank you Doru!
>>
>> On 13 Nov 2013, at 19:55, Tudor Girba <[hidden email]> 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 <[hidden email]> wrote:
>>>
>>> On 13 Nov 2013, at 19:10, Alexandre Bergel <[hidden email]> 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 <[hidden email]> wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> is there any implementation of evolution matrix layout for roassal?
>>>>>
>>>>>
>>>>> Uko
>>>>> _______________________________________________
>>>>> Moose-dev mailing list
>>>>> [hidden email]
>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> Alexandre Bergel  http://www.bergel.eu
>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>>
>>>
>>> --
>>> www.tudorgirba.com
>>>
>>> "Every thing has its own flow"
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev