MDrivenStart DefineInformation
No edit summary Tag: 2017 source edit |
m (Reverted edits by Stephanie@mdriven.net (talk) to last revision by Hans.karlsen@mdriven.net) Tags: Rollback Reverted |
||
Line 1: | Line 1: | ||
Information Classes are | Information Classes are name of things - like Car, Invoice, Customer. All information classes must belong to one Package. | ||
You can [[ | You can [[MDrivenStart Package|'''add or change packages''']] if needed. | ||
A [[ | A [[MDrivenStart Class|'''Class is described in more detailed here''']] | ||
A | A class has [[MDrivenStart Attributes|'''Attributes''']] that keeps information for the class, and [[MDrivenStart Associations|'''Associations''']] that makes it relate to other classes. A class can also have [[MDrivenStart Methods|'''methods''']] that is logic that performs some task. | ||
A special kind of attribute is the [[ | A special kind of attribute is the [[MDrivenStart StateMachines|'''State machine''']] - that holds information on how information progress over time within objects in this class | ||
{{MDrivenStart Template}} | {{MDrivenStart Template}} | ||
Revision as of 12:06, 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 name of things - like Car, Invoice, Customer. All information classes must belong to one Package.
You can add or change packages if needed.
A Class is described in more detailed here
A class has Attributes that keeps information for the class, and Associations that makes it relate to other classes. A class can also have methods that is logic that performs some task.
A special kind of attribute is the State machine - that holds information on how information progress over time within objects in this class