Changes between Initial Version and Version 1 of ObjectModel
- Timestamp:
- Sep 26, 2007, 6:27:58 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ObjectModel
v1 v1 1 = Simple object model = 2 3 The two conceptual entities of the general object model are ''objects'' and ''relations''. 4 5 Objects have a type and an arbitrary number of attributes. The objects type is mostly another attribute to facilitate the selection of possible attributes in a user interface. There is no inheritance between object types or enforcement of attributes (except in the user interface). 6 7 Attributes that do not apply can be omitted and additional attributes can be added at any later time. 8