Jump to content

Object graph

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmackBot (talk | contribs) at 12:29, 13 December 2007 (Date/fix the maintenance tags or gen fixes using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An Object Graph is 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

See also