Next: Data model objects, Previous: The data model, Up: The data model
The data model implementation is splitted into two distinct layers:
Data model contents (the components of all views: entities,
relationships, relations, etc) are structured as objects. This
layer offer an uniform interface to manage data model objects.
Each view of the datamodel is implemented in this layer.
The rationale of the layer structuration (See Figure 2.2,) of the data model is to ease the introduction of both new data model elements (“objects”) and new views. Every view can use information of any defined data model object type defined on the layer 1.