MDrivenStart DefineInformation
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Information Classes are name of things - like Car, Invoice, Customer. All information classes must belong to one Package.
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 Package|'''add or change packages''']] if needed.


A [[MDrivenStart Class|'''Class is described in more detailed here''']]
A [[MDrivenStart Class|'''Class is described in more detail here''']].


SuperClasses after often made Abstract - an abstract class cannot have instances - it acts as a template for SubClasses.
A Class has [[MDrivenStart Attributes|'''attributes''']] that keep information for the class, and [[MDrivenStart Associations|'''associations''']] that make it relate to other classes. A Class can also have [[MDrivenStart Methods|'''methods''']] i.e. logic that performs some task.


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 [[MDrivenStart StateMachines|'''State machine''']] which holds insights into how information progresses over time within objects in this class.
 
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}}
[[Category:MDrivenStart]]

Latest revision as of 06:21, 12 May 2023

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.

Back One Back to Start Chat Updated!

This page was edited more than 1 years ago on 05/12/2023. What links here