[Uml-devel] [Bug 120862] data types: C++ pointers and references

Peter spammenow at onlinehome.de
Fri Sep 22 09:32:04 UTC 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120862         




------- Additional Comments From spammenow onlinehome de  2006-09-22 11:32 -------
I am missing this feature in building an uml class diagramm too. I'd like to set a variable as a pointer that is pointing to an existing class.

For example:
Car "has" an engine(composition), but "uses" a trailer(aggregation):

class Car
{
private:
    Engine myEngine;
    Trailer* theTrailer;
};




More information about the umbrello-devel mailing list