OK, I see.
But, can you tell me how to draw the class diagram with the "final" attribute ?
For example, here are the class diagram for "MyClass" :  

  MyClass
-FirstName
-LastName
...
----------------
+setFirstName(...)
+getFirstName(...)
+setLastName(...)
+getLastName(...)
+sayHello(...)
...

I want the "sayHello()" to be final & public, then how to make it in the class diagram 
above ?

Please tell me, thanks.

-----��l?��-----
?��H: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED].
au]
?�e??: 2002��7��4�� 10:44
����H: GZ MIS - Kent Liu
�۰e: [EMAIL PROTECTED]
�D?: Re: (ROSE) what is the UML notation for the "final" keyword of JAVA
?


The property {frozen} is equivalent to the final keyword for attributes.

e.g.
------------------------------
Integer
------------------------------
_+MIN_VALUE: int = 0x80000000 {frozen}_
_+MAX_VALUE: int =0x7FFFFFFF {frozen}_
_+TYPE: Class = new Class.forName("int") {frozen}_
------------------------------
byteValue(): byte
shortValue(): short
intValue(): int
...

Archer

End.
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe rose_forum
*************************************************************************

Reply via email to