JADE is an advanced software platform that has an
integrated software development environment, a language, an object manager,
and a high performance database.
Browser
Tasks in Rational Rose can be done in a classes window or the Browser.
We will add properties from the Browser.
Instructions
Right-click the Book class in the Classes diagram
and select the Select in Browser option from the popup menu.
The Book class is highlighted in the Browser.
In the Browser, right-click the Book class and select
New Attribute from the popup menu.
Overtype author as the name for the attribute.
Double-click the author attribute.
The Attribute Specification dialog is displayed.
Complete the dialog as shown and click the OK button.
In the same way that you added the author attribute,
add two more public attributes for isbn String[10]
and title String[80].