Skip to content

Implementation Role Feature 20

Max Leuthäuser edited this page Nov 18, 2021 · 5 revisions

Title

Compartments have properties and behaviors

Description

Compartments have properties and behaviors like objects.

Implementation

The Compartment is implemented as a Scala Trait and therefore may have arbitrary user-defined methods/functions and attributes. Just mix in this Trait into your own specific compartment class.

Additional hints

None.

Clone this wiki locally