Chapter 4. UML elements

Table of Contents

4.1. Actor
4.2. Association
4.3. Class
4.3.1. Attributes
4.3.2. Operations
4.4. Comment
4.5. Dependency
4.6. Generalization
4.7. Package
4.8. Use Case

This chapter describes the UML elements that are implemented by Gaphor.

Actors are used to describe external entities that interact with the system. In this case an external entity can be a user or another system which interacts with the system.

An actor is represented by the Actor class.

See also Section 4.3, Section 4.8 and [TODO: link to usecase diagram].