Talk:Object graph

From Wikipedia, the free encyclopedia

[edit] 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).

[edit] Examples

Examples from google

[edit] See also

Data Model