Artifact e8540576856adac3ff01a453d32b049bc2c8521c:
- File doc/attic/notes_classes.txt — part of check-in [eed0701b51] at 2013-11-28 22:35:55 on branch trunk — Moved old docs into an attic. Completed the todos, except very minor parts. Includes backend example, reserved blocks. Added, completed DSL informaton, mainly where to find them, and how DSL commands map to methods. (user: andreask size: 310)
- File doc/notes_classes.txt — part of check-in [ad01c89027] at 2013-03-08 07:45:58 on branch trunk — Extended documentation, added overview of class relations (user: aku size: 310)
Class relationships in XO. officer is-a actor (multi-action, through delegation) private is-a actor (single-action, with parameters) officer has (0:n) actor (delegates for multi-action) private has (1:1) config (parameter collection for action) config has (0:n) parameter (parameters for single-action)