-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to assign default values to parameters of an operation? #71
Comments
@IrinaNeculita I need to state a default VALUE for a parameter of a specific operation, not the default TYPE for ALL parameters. Please reopen this question as it is not solved. |
Thank you, now I was able to set the default value in the tree view. Next question: How to get this to show on the class diagram?
I would like to see this:
Thanks! |
For now is not possible to display the value of a parameter in diagram. Thank you for reporting the problem from operation edition window. Irina. |
When I create an operation, I can add parameters and adjust their properties. However, there isn't an obvious way to assign a default value, for example to a Boolean type parameter which should have a default value of
false
.How to do it?
The text was updated successfully, but these errors were encountered: