Data Base Schema Discription

Project
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project |
| PROJECT_NAME | User-friendly project name |
Actor
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project (FK) |
| NAMEPR | Unique internal actors' name |
| CLASPR | Type of actor (g, a, p) |
| EXTNAME | User-friendly actors' name |
| DATE | Date of modification |
| TIME | Time of modification |
| ICON | Icon of the actor |
| PROTOTIP | Refference to the base module if actor is an inline one |
| BAZIS | not used |
Arcpic
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project |
| NAMEPR | Unique internal name of the graph that contains this arc |
| Priority | Priprity of the arc |
| FromTop | Number of the top where from arc begins |
| ToTop | Number of the top where from arc ends |
| Nodes | List of breaks of the arc |
| Type | Type of the arc (1, 2, 3) |
| Predicate | Internal name of the predicate |
Bazmod
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project (FK) |
| PROTOTIP | Unique name of the basemodule |
| NAMEPR | User-friendly name of the basemodule |
| CLASS | not used |
| LANGUAGE | not used |
| COMMENT | Some text abount basemodule |
| STATUS | not used |
| SOURCE_CODE | Source code of the base module |
Commentpic
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project (FK) |
| NAMEPR | Unique internal name of the graph that contains this piece of shit |
| TEXT | Some text |
| FONT | Saved font |
| X | X coodinate of the text |
| Y | Y coodinate of the text |
Data
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project (FK) |
| data | Name of the data |
| TYPE | Type of the data |
| INIT | Initial value |
| COMMENT | Some text of the data |
| ISGLOBAL | Flag of typical usage of the data |
Databaz
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project (FK) |
| PROTOTIP | Unique name of the basemodule |
| data | Name of the data |
| TYPE | Type of the data |
| Mode | Access mode of the data |
| NEV | Order of the data |
| COMMENT | Some text about data |
graph
Not used in current implementation
graphpre
Not used in current implementation
graphtop
Not used in current implementation
grh_err
Not used in current implementation
gsp_shab
Not used in current implementation
pasport
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project (FK) |
| NAMEPR | Unique internal name of the actor or predicate |
| NEV | Order of the parameter |
| DATA | Name of the data |
| MODE | Access mode of the data |
| TYPE | Type of the data |
syncpic
Not used in current implementation
toppic
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project (FK) |
| NAMEPR | Unique internal name of the graph that contains this top |
| ntop | Number of the top |
| X | X coodinate of the top |
| Y | Y coodinate of the top |
| SizeX | Width of the top |
| SizeY | Height of the top |
| isRoot | Flag of the root top |
| Actor | Internal name of the actor |
| Type | Normal top or Pattern (N, M) |
typsys
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project (FK) |
| TYPE | Type of the data |
| TYPEDEF | Typedef str of the data |
| SEQNUM | Order number of the data |
othfls
| Column | Description |
|---|---|
| PROJECT_ID | Unique identifier of the project (FK) |
| name | Name of the file |