Jump to content

Talk:Object graph

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 194.73.141.14 (talk) at 14:39, 13 April 2006 (Initial version). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Object Graph

A view of an object system at a particular point in time. Whereas a normal data model details the relationships between objects, the object graph relates the instances. i.e. Instead of a Car having a relationship to a wheel, MyCar has four relationships to four different Wheels(FrontLeft, FrontRight, BackLeft, BackRight).

Examples

Examples from google

See also

Data Model