Status: New
Owner: tudor.gi...(a)gmail.com
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-4.7
New issue 820 by tudor.gi...(a)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.