Issue 820 in moose-technology: Roassal Mondrian builder does not initialize edges with a model

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

Issue 820 in moose-technology: Roassal Mondrian builder does not initialize edges with a model

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

New issue 820 by [hidden email]: Roassal Mondrian builder does not  
initialize edges with a model
http://code.google.com/p/moose-technology/issues/detail?id=820

The method used for initializing the edge is:

buildEdgeFrom: fromNode to: toNode
        "Shape is not initialized here"
        ^ (ROEdge from: fromNode to: toNode) + shape


The problem here is that the edge does not receive a model object. Because  
there is no model object, the transformations for properties like width or  
color cannot be expressed properly.

_______________________________________________
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 820 in moose-technology: Roassal Mondrian builder does not initialize edges with a model

moose-technology
Updates:
        Status: Fixed

Comment #1 on issue 820 by [hidden email]: Roassal Mondrian builder  
does not initialize edges with a model
http://code.google.com/p/moose-technology/issues/detail?id=820

Name: Roassal-TudorGirba.264
Author: TudorGirba
Time: 29 July 2012, 11:09:17.389 pm
UUID: 7f79c792-2d61-4dfb-a64f-e252438c4670
Ancestors: Roassal-TudorGirba.263

fixed
Issue 820: Roassal Mondrian builder does not initialize edges with a model
       
- added ROEdge>>on:from:to:
- refactored the building of edges in the mondrian builder
- maybe there are still some places left

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