Jump to content

Object graph

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 212.162.224.11 (talk) at 11:18, 9 May 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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