ModelioOpenSource / Modelio

Modelio is a modeling solution offering a wide range of functionalities based on the main standards of enterprise architecture, software development and systems engineering.
https://www.modelio.org
GNU General Public License v3.0
692 stars 120 forks source link

Create data type "Object" and lists #80

Open BurningDev opened 11 months ago

BurningDev commented 11 months ago

When I click on an attribute in the UML class diagram, a dialogue opens where I can change various parameters for the attribute - including the data type. The usual primitive data types are also available. However, I am missing the data type "Object" in Java. You can also select "none", but in my opinion these are two different things.

It would also be very important to have lists (in the sense of array lists) available as a data type.

modelio-cde commented 10 months ago

Hi BurningDev,

All the JDK classes and interfaces will be available in your model if you deploy the JDK library in your project : 1-AddJDKRamc 2-JDK

Then by typing "Object" in your Attribute's Type field you'll be able to select the java.lang.Object class : 3-JavaObject

Best regard, cde