HomeDownloadsUser GuideDevelopment

Architecture: Domain Model

The following class diagram gives an overview of the domain model.

Note:

Since we are using the Law of Demeter (Principle of Least Knowledge) rigorously most of our interfaces of the domain model do not feature obsolete getters to associated resources. However it is very likely that most implementations will have the associations shown in the diagram below to be able to fulfill their purpose.

Class Diagram