Skip to main content

Get help for ARIS UML Designer

Generate constructor

You can generate a constructor with defined visibility for classes, datatypes, interfaces, and artifacts.

Procedure. Procedure
  1. Right-click a class, a datatype, an interface, or an artifact.

  2. Click Generate constructor. The Generate constructor dialog opens.

  3. Use the Visibility box to select the visibility of the constructor.

  4. In the Constructor attributes to be included box, select the attributes of the underlying element you want to include as parameters of the constructor.

  5. Click OK.

The constructor is generated and added to the underlying element.