Issue 806 in moose-technology: Roassal does not store edges in the proper place

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

Issue 806 in moose-technology: Roassal does not store edges in the proper place

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

New issue 806 by [hidden email]: Roassal does not store edges in the  
proper place
http://code.google.com/p/moose-technology/issues/detail?id=806

If you do:

view nodes: #(1 2) forEach: [ :each |
        view shape label.
        view nodes: ({each * 10 . (each * 100)}).
        view treeLayout.
        ].
view edgesFromAssociations: {10 -> 100. 20 -> 200}.

The inner nodes are not laid out in a tree. The reason is that the edges  
are stored in the parent node that defines them, rather than in the most  
specific common parent of the from and to nodes.

We got the same problem in 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 806 in moose-technology: Roassal does not store edges in the proper place

moose-technology

Comment #1 on issue 806 by [hidden email]: Roassal does not store  
edges in the proper place
http://code.google.com/p/moose-technology/issues/detail?id=806

Alex, any news on this one?

_______________________________________________
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 806 in moose-technology: Roassal does not store edges in the proper place

moose-technology

Comment #2 on issue 806 by [hidden email]: Roassal does not store  
edges in the proper place
http://code.google.com/p/moose-technology/issues/detail?id=806

No, but you're putting pressure on me. I will work on it asap.

_______________________________________________
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 806 in moose-technology: Roassal does not store edges in the proper place

moose-technology

Comment #3 on issue 806 by [hidden email]: Roassal does not store  
edges in the proper place
http://code.google.com/p/moose-technology/issues/detail?id=806

Done!
Fixed in Roassal 1.67

_______________________________________________
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 806 in moose-technology: Roassal does not store edges in the proper place

moose-technology
Updates:
        Status: Fixed

Comment #4 on issue 806 by [hidden email]: Roassal does not store  
edges in the proper place
http://code.google.com/p/moose-technology/issues/detail?id=806

(No comment was entered for this change.)

_______________________________________________
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 806 in moose-technology: Roassal does not store edges in the proper place

moose-technology

Comment #5 on issue 806 by [hidden email]: Roassal does not store  
edges in the proper place
http://code.google.com/p/moose-technology/issues/detail?id=806

nice

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