Creating and Editing Constructors

To add a constructor to a class, right click on the class and select New > Constructor from the context menu. You can edit the constructor by using in-place editing or by using its Properties view.

Use drag and drop to move constructors between class elements on the diagram. The constructor name automatically updates to reflect the current class.