|
From: Margus <m....@ap...> - 2002-04-01 07:04:24
|
Hello, I use "Standard - BezierLine" elements to model relationships between classes and attributes as foreign keys in order to generate SQL DDL. Please find an example attached. The problem is that currently, the codebase doesn't seem to make use of the "connection" attribute to automatically reference foreign keys or even model associations, the use of the role names from the "UML - Association" elements seems more of a work-around. I'd suggest adding to the umlassocnode structure a pointer to the attribute node that references the other object (or the attribute that implements the association with the other class). Were there any plans to make use of the connection element? mv |