I am drawing a Class diagram in Visio.
In the operations part of a class, I would like to show the parameters.
For example: doMethod(String hi): void.
But I don't know how to set the parameters.
Can anyone please suggest a way?
I am drawing a Class diagram in Visio.
In the operations part of a class, I would like to show the parameters.
For example: doMethod(String hi): void.
But I don't know how to set the parameters.
Can anyone please suggest a way?
I assume you're using a UML diagram
Double click on the method you've created (called operation), select the operation in question then select properties from right side menu, from here you can add the paramaters.
