First page Back Continue Last page Overview Graphics
STAR Framework Tree Organization
The organization of this tree is very simple:
- The top level object is always maker;
- Under it the system directories (nodes) with names: “.make”, “.data”, “.const”, “.garb”, etc…
- “.make” node contains subordinated Makers, which in their turn contain the same substructure as the top Maker, and so on;
- “.data” node contains list of Data objects, belonged to this Maker and deleted automatically before each event;
- “.const” same as “.data” but objects are deleted only by user decision;
- “.garb” same as “.data” but deleted automatically after return from StMaker:Make() method;
The deep of this structure is unlimited. All the nodes in this Tree are equal, but the Makers are “more equal”.
Notes: