How to show multiplicities in UML object diagrams
问题 I wonder if there is way to create an array of objects in UML? the following is my try using Modelio as a modeling environment but as you can see there is different objects(i.e. instance[0],instance 1],instance[2],instance[3]) 回答1: As you know there are two ways to show UML attributes in class diagrams: attribute text and association notation. Consider an example of a company and employees. Two valid class diagrams are: Now let's try to draw the corresponding object diagrams: If the details