Zicomi Systems Logo Zicomi Site Banner
uml examples  |  home  |  contact us  |  your privacy
Company
Services
Products
Support
Resources
  OMG Standards
OMG Logo
Operation
Operation  
An operation is a string item listed in the operation compartment of a classifier. The operations define the behavior of the classifier and the work that the classifier can carry out. An operation can take a list of parameters and return a type. Its visibility can be restricted and other factors, such as concurrency, can be specified using the property-string.

This is alternative content.

Explanation

Operations describe the work that a classifier can carry out. They are important expressions of the behavior of a classifier and give the classifier along with the attributes its essential character. The syntax for the operations is given below:

     visibility name ( parameter-list ) : return-type-expression { property-string }

Related Entries

Class
Class  Used Together
A class is related to an operation in so far as the operations are contained in the operation compartment of the class.
Interface (Provided)
Interface (Provided)  Used Together
An interface is related to an operation in so far as an interface specifies operations.
Attribute
Attribute  Used Together
An attribute is related to an operation because they have many similarities in the syntax of their expression. They are distinguished from each other graphically by the compartment in which they are listed.

back to the index...
Unified Modeling Language and UML are either registered

trademarks or trademarks of Object Management Group, Inc. in the

United States and/or other countries.