A Graph represents a collection of nodes and
edges.
Like all OsidObjects, Graph is
managed by its OsidSessions and may not be
accessed by concurrent processing threads.
Method
getGraphRecord
Description
Gets the graph record corresponding to the given
Graph record Type.This method is
used to retrieve an object implementing the requested
record. The graphRecordType may be the
Type returned in
getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(graphRecordType) is
true.