MDrivenStart DefineInformation
m (Reverted edits by Stephanie@mdriven.net (talk) to last revision by Hans.karlsen@mdriven.net) Tags: Rollback Reverted |
No edit summary Tags: Manual revert 2017 source edit |
||
Line 1: | Line 1: | ||
Information Classes are | Information Classes are names of things, like Car, Invoice, or Customer. All information classes must belong to one Package. | ||
You can [[MDrivenStart Package|'''add or change packages''']] if needed. | You can [[MDrivenStart:MDrivenStart Package|'''add or change packages''']] if needed. | ||
A [[MDrivenStart Class|'''Class is described in more | A [[MDrivenStart:MDrivenStart Class|'''Class is described in more detail here''']]. | ||
A | A Class has [[MDrivenStart:MDrivenStart Attributes|'''attributes''']] that keep information for the class, and [[MDrivenStart:MDrivenStart Associations|'''associations''']] that make it relate to other classes. A Class can also have [[MDrivenStart:MDrivenStart Methods|'''methods''']] i.e. logic that performs some task. | ||
A special kind of attribute is the [[MDrivenStart StateMachines|'''State machine''']] | A special kind of attribute is the [[MDrivenStart:MDrivenStart StateMachines|'''State machine''']] which holds insights into how information progresses over time within objects in this class. | ||
{{MDrivenStart Template}} | {{MDrivenStart Template}} | ||
[[Category:MDrivenStart]] |
Latest revision as of 12:42, 31 January 2025
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.