How to add a double or datetime type to an attribute in a class diagram in a modeling project?

how to add a double or datetime type to an attribute in a class diagram in a modeling project?

+3
source share
2 answers

Right-click the class in the diagram and select Add | Field from the context menu. Then enter a type column of type Type and you will need Intellisense help.

By the way, we are talking about this problem:

enter image description here

0
source

You need to add this date property to your attribute in your model, and then find a tool that has the option to show all property attributes in the class diagram. I know that RSA has this feature. The image below is taken from EclipseUML Omondo.

alt text
(: ejb3.org)

0

Source: https://habr.com/ru/post/1787656/


All Articles