UML&OCL Modeling Languages


Classes' diagrams

General representation of a class (i.e. objects' type/set called instances).


Classes' representations

Attributes & Operations (also called methods) have:

  1. visibility for access restriction:
  1. Types written name : type. The default type for operations is void

NB. default values can be omitted to simplify diagrams.


1 - 11