I am trying o draw UML class diagrams with SOA Architect. However , I am unable to find out how to specify the return type for a method of the class. Guys, Can you please put me to the right direction. Regards, Ankita
1 Reply
-
Hello Ankita,
In UML the return type of an operation is specified by a paramter with parameter direction kind RETURN. I.e. you can specify the return type by creating a corresponding parameter in the properties dialog of the operation.
Alternatively you can also specify the return type directly in the diagram by inline editing (select the class, then click on the operation to select it, then press F2 or click again on the operation to start inline editing). A tooltip showing the UML syntax supports you in specifying the operation.
Regards,
Thomas