Object graph: Difference between revisions

Content deleted Content added
m Cleanup.
No edit summary
Line 1:
{{Unreferenced|date=November 2014}}
{{Inappropriate tone|date=November 2014}}
In [[computer science]], in an '''object-oriented graph'''program, is a viewgroups of an [[object system]]objects atform a particularnetwork pointthrough intheir time.relationships Whereaswith aeach normalother—either [[data model]] such asthrough a [[Unifieddirect Modelingreference Language|UML]]to [[Classanother diagram]]object detailsor thethrough relationshipsa betweenchain classes,of theintermediate objectreferences. graphThese relatesgroups their instances. [[Objectof diagram]]sobjects are subsetsreferred ofto the overallas object graph.graphs
 
An '''object graph''' is a view of an [[object system]] at a particular point in time. Whereas a normal [[data model]] such as a [[Unified Modeling Language|UML]] [[Class diagram]] details the relationships between classes, the object graph relates their instances. [[Object diagram]]s are subsets of the overall object graph.
 
Object-oriented applications contain complex webs of interrelated objects. Objects are linked to each other by one object either owning or containing another object or holding a reference to another object. This web of objects is called an object graph and it is the more abstract structure that can be used in discussing an application's state.