Little question about visualization in Moose

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

Little question about visualization in Moose

Sebastian Tleye-2
Hi, 

I have a system with several classes and several packages. I want to do an Overview pyramid visualization. I select them all and when I do the pyramid it says NOP = 1 (number of packages equals 1), then I have a high NOC. 

Why is this happening? Is it correct?

Thanks

--
Sebastián Tleye

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

Re: Little question about visualization in Moose

abergel
I have the same result.
Importing many packages results in NOP=1

Alexandre


> On Mar 3, 2015, at 7:41 AM, Sebastian Tleye <[hidden email]> wrote:
>
> Hi,
>
> I have a system with several classes and several packages. I want to do an Overview pyramid visualization. I select them all and when I do the pyramid it says NOP = 1 (number of packages equals 1), then I have a high NOC.
>
> Why is this happening? Is it correct?
>
> Thanks
>
> --
> Sebastián Tleye
> _______________________________________________
> 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: Little question about visualization in Moose

Sebastian Tleye-2
But is this correct or there is a problem?

2015-03-03 15:03 GMT+01:00 Alexandre Bergel <[hidden email]>:
I have the same result.
Importing many packages results in NOP=1

Alexandre


> On Mar 3, 2015, at 7:41 AM, Sebastian Tleye <[hidden email]> wrote:
>
> Hi,
>
> I have a system with several classes and several packages. I want to do an Overview pyramid visualization. I select them all and when I do the pyramid it says NOP = 1 (number of packages equals 1), then I have a high NOC.
>
> Why is this happening? Is it correct?
>
> Thanks
>
> --
> Sebastián Tleye
> _______________________________________________
> 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



--
Sebastián Tleye

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

Re: Little question about visualization in Moose

Stephan Eggermont-3
In reply to this post by abergel
That makes sense, as the OverviewPyramidMetrics use
nop := aMooseModel allModelNamespaces size.

There is no test in Famix-Tests-Extensions that tells me what to expect.
It is something I noticed when migrating it.

Stephan

http://forum.world.st/OverviewPyramid-metrics-td4782812.html

On 03-03-15 15:03, Alexandre Bergel wrote:

> I have the same result.
> Importing many packages results in NOP=1
>
> Alexandre
>
>
>> On Mar 3, 2015, at 7:41 AM, Sebastian Tleye <[hidden email]> wrote:
>>
>> Hi,
>>
>> I have a system with several classes and several packages. I want to do an Overview pyramid visualization. I select them all and when I do the pyramid it says NOP = 1 (number of packages equals 1), then I have a high NOC.
>>
>> Why is this happening? Is it correct?
>>
>> Thanks
>>
>> --
>> Sebastián Tleye
>> _______________________________________________
>> 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: Little question about visualization in Moose

Stephan Eggermont-3
Name: Famix-Extensions-StephanEggermont.283
Author: StephanEggermont
Time: 3 March 2015, 3:39:46.019928 pm
UUID: 727a4f0e-c96c-43c6-8903-6ca15bc76c7a
Ancestors: Famix-Extensions-TudorGirba.282

Use pacakges instead of namespaces for nop
OverviewPyramidMetrics

On 03-03-15 15:29, stephan wrote:

> That makes sense, as the OverviewPyramidMetrics use
> nop := aMooseModel allModelNamespaces size.
>
> There is no test in Famix-Tests-Extensions that tells me what to expect.
> It is something I noticed when migrating it.
>
> Stephan
>
> http://forum.world.st/OverviewPyramid-metrics-td4782812.html
>
> On 03-03-15 15:03, Alexandre Bergel wrote:
>> I have the same result.
>> Importing many packages results in NOP=1
>>
>> Alexandre
>>
>>
>>> On Mar 3, 2015, at 7:41 AM, Sebastian Tleye
>>> <[hidden email]> wrote:
>>>
>>> Hi,
>>>
>>> I have a system with several classes and several packages. I want to
>>> do an Overview pyramid visualization. I select them all and when I
>>> do the pyramid it says NOP = 1 (number of packages equals 1), then I
>>> have a high NOC.
>>>
>>> Why is this happening? Is it correct?
>>>
>>> Thanks
>>>
>>> --
>>> Sebastián Tleye
>>> _______________________________________________
>>> 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

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

Re: Little question about visualization in Moose

Tudor Girba-2
Yes, but that will break the Overview Pyramid for Java systems.

We need to find a solution that deals with this variation if we want to keep the Overview Pyramid at all.

Doru

On Tue, Mar 3, 2015 at 3:40 PM, stephan <[hidden email]> wrote:
Name: Famix-Extensions-StephanEggermont.283
Author: StephanEggermont
Time: 3 March 2015, 3:39:46.019928 pm
UUID: 727a4f0e-c96c-43c6-8903-6ca15bc76c7a
Ancestors: Famix-Extensions-TudorGirba.282

Use pacakges instead of namespaces for nop
OverviewPyramidMetrics


On 03-03-15 15:29, stephan wrote:
That makes sense, as the OverviewPyramidMetrics use
nop := aMooseModel allModelNamespaces size.

There is no test in Famix-Tests-Extensions that tells me what to expect.
It is something I noticed when migrating it.

Stephan

http://forum.world.st/OverviewPyramid-metrics-td4782812.html

On 03-03-15 15:03, Alexandre Bergel wrote:
I have the same result.
Importing many packages results in NOP=1

Alexandre


On Mar 3, 2015, at 7:41 AM, Sebastian Tleye <[hidden email]> wrote:

Hi,

I have a system with several classes and several packages. I want to do an Overview pyramid visualization. I select them all and when I do the pyramid it says NOP = 1 (number of packages equals 1), then I have a high NOC.

Why is this happening? Is it correct?

Thanks

--
Sebastián Tleye
_______________________________________________
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

_______________________________________________
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: Little question about visualization in Moose

Blondeau Vincent

Hi,

 

You can check the source language of the model to know which are the metric to use by doing “self sourceLanguage“ on the model ?

 

Vincent

 

De : [hidden email] [mailto:[hidden email]] De la part de Tudor Girba
Envoyé : mardi 3 mars 2015 15:43
À : Moose-related development
Objet : [Moose-dev] Re: Little question about visualization in Moose

 

Yes, but that will break the Overview Pyramid for Java systems.

 

We need to find a solution that deals with this variation if we want to keep the Overview Pyramid at all.

 

Doru

 

On Tue, Mar 3, 2015 at 3:40 PM, stephan <[hidden email]> wrote:

Name: Famix-Extensions-StephanEggermont.283
Author: StephanEggermont
Time: 3 March 2015, 3:39:46.019928 pm
UUID: 727a4f0e-c96c-43c6-8903-6ca15bc76c7a
Ancestors: Famix-Extensions-TudorGirba.282

Use pacakges instead of namespaces for nop
OverviewPyramidMetrics



On 03-03-15 15:29, stephan wrote:

That makes sense, as the OverviewPyramidMetrics use
nop := aMooseModel allModelNamespaces size.

There is no test in Famix-Tests-Extensions that tells me what to expect.
It is something I noticed when migrating it.

Stephan

http://forum.world.st/OverviewPyramid-metrics-td4782812.html

On 03-03-15 15:03, Alexandre Bergel wrote:

I have the same result.
Importing many packages results in NOP=1

Alexandre

On Mar 3, 2015, at 7:41 AM, Sebastian Tleye <[hidden email]> wrote:

Hi,

I have a system with several classes and several packages. I want to do an Overview pyramid visualization. I select them all and when I do the pyramid it says NOP = 1 (number of packages equals 1), then I have a high NOC.

Why is this happening? Is it correct?

Thanks

--
Sebastián Tleye
_______________________________________________
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


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



 

--

 

"Every thing has its own flow"




Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité de Worldline ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.

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