Updates: Summary: Roassal should support lazy edges when used through the Mondrian API Status: Labels: -Component-Mondrian Component-Roassal
Comment #10 on issue 113 by tu...@tudorgirba.com: Roassal should support lazy edges when used through the Mondrian API http://code.google.com/p/moose-technology/issues/detail?id=113
No, it does not. But, it should.
The idea is that the following Mondrian script should work:
view edge: #edge from: 1 to: 2. view node: 1. view node: 2.
For this, the edge creation should be evaluated only after all nodes are created.
I changed the entry title and labels.
Comment #11 on issue 113 by tudor.gi...@gmail.com: Roassal should support lazy edges when used through the Mondrian API http://code.google.com/p/moose-technology/issues/detail?id=113
furthermore, this should work as well:
edge := view edge: #edge from: 1 to: 2. view edge: #edge from: 2 to: 1. view node: 1. view node: 2. view treeLayout userDefinedEdges: {edge}
This was achieved in the original Mondrian by having a Future object implementation.
Comment #12 on issue 113 by alexandr...@gmail.com: Roassal should support lazy edges when used through the Mondrian API http://code.google.com/p/moose-technology/issues/detail?id=113
what would be the result? What is #edge?
Comment #13 on issue 113 by tu...@tudorgirba.com: Roassal should support lazy edges when used through the Mondrian API http://code.google.com/p/moose-technology/issues/detail?id=113
1) The result should be the same as
| edge | view shape label. view node: 1. view shape label. view node: 2. edge := view edge: #edge1 from: 1 to: 2. view edge: #edge2 from: 2 to: 1. view treeLayout userDefinedEdges: {edge}.
2) I do not understand the second question. #edge is just a random object
Comment #14 on issue 113 by tu...@tudorgirba.com: Roassal should support lazy edges when used through the Mondrian API http://code.google.com/p/moose-technology/issues/detail?id=113
I anyone interested in working on this? I still think this would be useful.
Updates: Status: WontFix
Comment #15 on issue 113 by tu...@tudorgirba.com: Roassal should support lazy edges when used through the Mondrian API http://code.google.com/p/moose-technology/issues/detail?id=113
I guess this won't get fixed :)
Comment #16 on issue 113 by alexandr...@gmail.com: Roassal should support lazy edges when used through the Mondrian API http://code.google.com/p/moose-technology/issues/detail?id=113
We should try to have this for the Mondrian builder in Roassal2.