MDrivenStart DefineInformation
No edit summary |
m (Stephanie moved page MDrivenStart DefineInformation to MDrivenStart:MDrivenStart DefineInformation) |
(No difference)
|
Revision as of 12:19, 13 January 2023
This page was created by Hans.karlsen on 2020-07-05. Last edited by Stephanie on 2025-01-31.
Information Classes are names of things - like Car, Invoice, or Customer. All information classes must belong to one Package.
You can add or change packages if needed.
A Class is described in more detail here
A class has Attributes that keep information for the class, and Associations that make it relate to other classes. A class can also have methods i.e. logic that performs some task.
A special kind of attribute is the State machine which holds insights into how information progresses over time within objects in this class.