Re: Issue 113 in moose-technology: Roassal should support lazy edges when used through the Mondrian API

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

Re: Issue 113 in moose-technology: Roassal should support lazy edges when used through the Mondrian API

moose-technology
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 [hidden email]: 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.

_______________________________________________
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 113 in moose-technology: Roassal should support lazy edges when used through the Mondrian API

moose-technology

Comment #11 on issue 113 by [hidden email]: 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.

_______________________________________________
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 113 in moose-technology: Roassal should support lazy edges when used through the Mondrian API

moose-technology

Comment #12 on issue 113 by [hidden email]: 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?

_______________________________________________
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 113 in moose-technology: Roassal should support lazy edges when used through the Mondrian API

moose-technology

Comment #13 on issue 113 by [hidden email]: 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

_______________________________________________
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 113 in moose-technology: Roassal should support lazy edges when used through the Mondrian API

moose-technology

Comment #14 on issue 113 by [hidden email]: 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.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
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 113 in moose-technology: Roassal should support lazy edges when used through the Mondrian API

moose-technology
Updates:
        Status: WontFix

Comment #15 on issue 113 by [hidden email]: 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 :)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
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 113 in moose-technology: Roassal should support lazy edges when used through the Mondrian API

moose-technology

Comment #16 on issue 113 by [hidden email]: 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.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev