Class concept


A class is the description of a set of objects that share the same attributes, operations, methods, relationships and semantics. A class may use a set of interfaces to specify collections of operations it provides to its environment. An interface is the declaration of a collection of operations that may be used for defining a service offered by an instance.

An exception is an event that occurs during the execution of a program and disrupts the normal flow of instructions.

In Open ModelSphere, the class' classifier type will determine if it represents a Java class, an interface or an exception. Stereotypes can be modified by accessing the class properties window. However, from now on, the term Class will be used only to refer to the class concept which represents classes, interfaces and exceptions.


Classes properties

(under the Design tab of the properties window)
Fields properties

Method properties

Constructors properties

Initialization blocks properties