Issue 798 in moose-technology: Mondrian should store edges in the most specific parent of the from/to nodes

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

Issue 798 in moose-technology: Mondrian should store edges in the most specific parent of the from/to nodes

moose-technology
Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Defect Priority-Medium Component-Mondrian Milestone-4.7

New issue 798 by [hidden email]: Mondrian should store edges in the  
most specific parent of the from/to nodes
http://code.google.com/p/moose-technology/issues/detail?id=798

The edges should be stored in the most specific parent of the from and to  
nodes, and not in the parent of the node in which they are defined.

This is because the layout takes this information into account. For  
example, the below layout does not show a tree inside node 1.

view := MOViewRenderer new.
view node: 1 forIt: [
        view shape label.
        view nodes: (10 to: 11).
        view treeLayout.
        ].
view edgesFromAssociations: {10 -> 11}.
view open.


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

Re: Issue 798 in moose-technology: Mondrian should store edges in the most specific parent of the from/to nodes

moose-technology

Comment #1 on issue 798 by [hidden email]: Mondrian should store  
edges in the most specific parent of the from/to nodes
http://code.google.com/p/moose-technology/issues/detail?id=798

Name: Mondrian-Core-TudorGirba.81
Author: TudorGirba
Time: 26 May 2012, 11:28:20.438 pm
UUID: bbdf3344-e0af-4053-af61-9b4490d43587
Ancestors: Mondrian-Core-BenComan.80

fixed

Issue 798: Mondrian should store edges in the most specific parent of the  
from/to nodes
       
The problem was with:
MOViewRenderer>>addEdgeIn: aCollection from: source to: target model: model  
shape: aShape
        ...
        self root addEdge: edge.
       
This was replaced with:
        (source mostSpecificParentCommonWith: target) addEdge: edge.


Still, some tests are red

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

Re: Issue 798 in moose-technology: Mondrian should store edges in the most specific parent of the from/to nodes

moose-technology

Comment #2 on issue 798 by [hidden email]: Mondrian should store  
edges in the most specific parent of the from/to nodes
http://code.google.com/p/moose-technology/issues/detail?id=798

hi

i want your help,,,,,,,,

how i can develop or create feature model tools using Mondrian

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

Re: Issue 798 in moose-technology: Mondrian should store edges in the most specific parent of the from/to nodes

moose-technology
Updates:
        Status: Fixed

Comment #3 on issue 798 by [hidden email]: Mondrian should store  
edges in the most specific parent of the from/to nodes
http://code.google.com/p/moose-technology/issues/detail?id=798

Thanks, Alex, for fixing the tests.

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

Re: Issue 798 in moose-technology: Mondrian should store edges in the most specific parent of the from/to nodes

moose-technology

Comment #4 on issue 798 by [hidden email]: Mondrian should store  
edges in the most specific parent of the from/to nodes
http://code.google.com/p/moose-technology/issues/detail?id=798

@rafatals3ode : please ask properly for help on the mailing list.

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