Creating a Method

  1. Activate the Outline tab.
  2. Select a diagram.
  3. Do one of the following:

    • In the Insert menu, select Method.
    • Click the Insert Method button.

    A new method is created in the Outline tab.

  4. Enter a name for the method and press <Enter>.

Every class contains one or more methods, the default method calc is created automatically. A method can have a number of arguments and a return value. The arguments and the return value can be modified using the method signature editor.

See also

Reserved Keywords

Adding an Argument to the Method

Adding a Return Value to the Method

Adding Local Variables to the Method or Process