Architecting and designing : UML 2.0 Lite : UML models : UML class diagrams : Methods and operations
  
Methods and operations
An operation is a service that an instance of a class may be requested to perform. It has a name and a list of arguments. The class supplies a method to perform the operation. Within System Architect, you specify methods that a class can perform within the Methods grid in the class definition. Methods of the class are displayed in the third compartment of a UML class symbol.
Constructors
Constructors are special methods that are used in some languages (ie, C++) to create an instance of a class. Within System Architect, constructors are considered to be a special case of Method. Methods having a Name equal to their owning Class are assumed to be Constructors.
See also
Adding parameters for a method
Adding types for a method
Other properties for a method
UML class diagrams