Accessing Objects Overview

The information in the Repository is a network of objects and relationships. For example, consider a sample tool that stores information about bugs, persons who report those bugs, and programs in which those bugs occur. Each person can report many bugs, and each bug can be reported by one person. Each program can have many bugs reported on it, and each bug can apply to one program.

The following figure illustrates some typical data stored by this sample tool. In the figure, each point represents an object and each line represents a relationship between two objects.

The data in the preceding figure shows how you can: