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