The only five new concepts -- Don't Panic!
1. XX Universal Software Model.
2. XX Informational Individual.
3. Matrix of Types as a desktop of the Informational Individual.
4. Subjects (Static or Dynamic).
5. The Parameters of the Problems.
The definition of the static subject
<S id=ab first example of a subject />
int ii iiiiiiiiiiiiiiiiiiiiiiiiiiiiiii; // a free parameter in a subject
wchar[25] ch25 Description;
double ddd2 dddddddddddddddd v=23.45;
<G id=99 description /> // a group in a subject
double ddd ddd;
…………………………………..
</G>
</S>
Here is a static subject having a list of three parameters.
The general definition of a static subject is:
<S id=ab Name Attributes />
…………
// Practically, any numbers of parameters
</S>
Here, ‘id=ab’ is a unique identifier of a subject.
ADMSabBP.txt; // The source text file for a static subject
int i45 iiiiiiiii; // independent parameters (for ADXI.usm)
wchar[25] ch25x Name;
…………………..
<S id=ab first example of a subject />
int iiii123 iiiiiiiiiiiiiiiiiiii; // a free parameter in a subject
wchar[25] ch25 Description;
double ddd23 dddddddddddddddd v=23.45;
<G id=77 Name + Attributes />
int aa123aa aaaaaaaaaaaaaaaaaaa;
float[10] ff10 any optional description;
wchar[25] ch25 Name;
………………………..
</G>
dtime ddt24 description; // free parameter
…………………………….
<G id=44 Name />
………………………
</G>
</S>
</M>
The real context of work
PQMSmnBP.txt; // ‘PQ’ Informational Entity in ‘M’ context
int x1 description; // independent parameters for ‘PQ’
int x2 v=13;
<S id=mn Name /> // a simple static informational cell
int x123456 a detailed Name; // free parameter
int name Name;
<G id=78 Name />
float namex23 Name;
wchar[20] ch20 ccccccccccccccccccccccccc;
</G>
float fff1234 a free parameter in a subject; // another free parameter in a subject
<G id=22 another group of parameters />
int ii24 iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii v=24;
dtime dt22 ddddddddddtttttttttttttttttt;
wchar[30] ch30 cccccccccchhhcchhhhhhh;
</G>
</S> // the end of the informational cell
</M> // the end of the file
Screenshot 2024-10-23-Emma Run Time Subject