-
-
Notifications
You must be signed in to change notification settings - Fork 12
Implementation Role Feature 20
Max Leuthäuser edited this page Nov 18, 2021
·
5 revisions
Compartments have properties and behaviors
Compartments have properties and behaviors like objects.
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.
None.