Meta object model for relational data storage: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann →Model Layer: added image |
imported>Hendrik Brummermann →Instance Layer: added image |
||
| Line 22: | Line 22: | ||
Based on the model layer instances can be created: |
Based on the model layer instances can be created: |
||
[[Image:Instance_layer.png]] |
|||
TODO: insert picture here. |
|||
It consists of objects (4711 of type Player), values (43 for atk) and links (items in the bank_slot). Of cause there are some consistency conditions required. For example value.object.class <= value.attribute.class. |
It consists of objects (4711 of type Player), values (43 for atk) and links (items in the bank_slot). Of cause there are some consistency conditions required. For example value.object.class <= value.attribute.class. |
||
== Converting the Meta Model into a database structure == |
== Converting the Meta Model into a database structure == |
||