Object graph: Difference between revisions

Content deleted Content added
Bluebot (talk | contribs)
formatting
Bluemoose (talk | contribs)
No edit summary
Line 1:
AAn '''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.
== '''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 ==
*[http://www.google.co.uk/search?q=object+graph Examples from google]
 
== See also ==
*[[Data Model]]