Hello,
I Have defined an UML constraint on an UML class and I would like to show it on a class diagram next to the class. Is it possible or should I duplicat it in an note attached to the class ?
Thank you for your answer. By the way I wish you a happy new year.
Eric
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Most likely constraints are not indended to be a part of a diagrams. They are some sort of Name-Body pairs and the body may be arbitrary big so it is more intended to be a part of the class documentation. Probably the note will contain more concise information.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I Have defined an UML constraint on an UML class and I would like to show it on a class diagram next to the class. Is it possible or should I duplicat it in an note attached to the class ?
Thank you for your answer. By the way I wish you a happy new year.
Eric
Most likely constraints are not indended to be a part of a diagrams. They are some sort of Name-Body pairs and the body may be arbitrary big so it is more intended to be a part of the class documentation. Probably the note will contain more concise information.
Thank you for your answer