[Uml-devel] [Bug 64147] New: steretype enhancements for uml objects

Andrew Sutton asutton at cs.kent.edu
Fri Sep 12 11:51:38 UTC 2003


------- 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=64147     
           Summary: steretype enhancements for uml objects
           Product: umbrello
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel at kde.org
        ReportedBy: asutton at cs.kent.edu


Version:           1.2 (using KDE KDE 3.1.3KDE 1.2)
Installed from:    Compiled From SourcesCompiled From Sources
Compiler:          g++ 3.2 
OS:          Linux

uml supports stereotypes at the ModelElement class (as per the 1.5 standard). this means that almost all uml objects (anything derived from UMLObject) should support stereotyes. this includes attributes, methods, parameters (i think), and various other objects (like relationships).

also, the standard defines a ModelElement to contain a set of stereotypes. umbrello should allow the modeler to create several stereotypes for any single object. for example, consider the following c++ method defined for some class:

virtual void foo() const;

the modeler could define the following stereotypes for the operation object:
<<c++_operation>>
<<virtual>>
<<const>>




More information about the umbrello-devel mailing list