0

I have a question about UML-Designer. I want to design my Java project, via the Class Diagram feature. Though i noticed, when i add in a Attribute/Field to my class. I have the issue to not be able to add in something like a Collection type. A example being List. If anyone knows how to do that, i would be really appreciative.

Thanks for the replies in advance.

Mark Lauer
  • 51
  • 1
  • 4
  • what is exactely your problem ? you cannot have an attribute of type *List* because the type *List* is refused ? DId you try creating first the class *List* ? Note *List* is a *generic* so may be the tool request a `List` rather than just `List` – bruno Sep 29 '20 at 15:10
  • did you tried to reverse a Java code having an attribute of that kind of type to see how to model it ? – bruno Sep 29 '20 at 15:16

0 Answers0