Status: New Owner: ---- CC: alexandr...@gmail.com Labels: Type-Defect Priority-Medium Component-Mondrian Milestone-4.7
New issue 798 by tudor.gi...@gmail.com: 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.
Comment #1 on issue 798 by tudor.gi...@gmail.com: 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
Comment #2 on issue 798 by rafatals3ode@gmail.com: 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
Updates: Status: Fixed
Comment #3 on issue 798 by tudor.gi...@gmail.com: 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.
Comment #4 on issue 798 by alexandr...@gmail.com: 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.