Classes

The signature of a class consists of its public methods and their arguments and return values. The arguments form the input parameters of the class, the return values form the output parameters. The methods can be stimulated externally to trigger the calculations within a component.

See also

Creating a Method

Editing the Signature of a Method

Adding an Argument to the Method

Adding a Return Value to the Method

Adding Local Variables to the Method

Editing Arguments and Local Variables

Renaming or Deleting a Method

Moving a Diagram or Method

Assigning a Component as an Argument

Methods Without Side Effects