Object language editor categories
Default stereotypes The following objects have existing default stereotypes that you can modify:
♦Class
♦Operation
♦Generalization
♦Dependency
♦Realization
♦Package
Class stereotypes
A class has the following default stereotypes:
Stereotype
actor
enumeration
exception
implementationClass
process
signal
thread
type
utility
Description
Coherent set of roles
List of named values used as the range of a particular attribute type
Exception class. Used mostly in relation to error messages
Class whose instances are statically typed, and that defines the physical data structure and methods of a class as implemented in traditional programming languages
Heavyweight flow that can execute concurrently with other processes
Specification of an asynchronous stimulus communicated between instances
Lightweight flow that can execute concurrently with other threads within the same process. Usually executes inside the address space of an enclosing process
Abstract class used only to specify the structure and behavior of a set of objects, not the implementation
Class that has no instances