JADE is an advanced software platform that has an
integrated software development environment, a language, an object manager,
and a high performance database.
Add myBook Reference [1]
Exclusive Collection
By making the books collection exclusive it becomes very closely
associated with its Borrower object.
In fact, it is a sub-object, which has the following consequences
You do not need to create the books collection object.
It is automatically created when the Borrower object is created.
You do not need to delete the books collection object.
It is automatically deleted when the Borrower object is deleted.
You cannot reassign the books reference to another BookDictionary object.
Inverse Reference
The books reference enables the Borrower to know (and navigate to) the checked out Books.
Because a Book needs to know if it is checked out and to whom, you will define the inverse reference next.
Instructions
In the Class Browser, select the Borrower class.
Select the Properties | Add Reference... menu command.
Enter books as the name.
Select BookDictionary as the type.
Change the access to public.
Click the Define Inverse... button. The dialog expands.
Further instructions are given on the next page.