The ADT files are kept here. DO NOT CHANGE ANYTHING IN THIS DIRECTORY. Your task is to implement and test the given ADT.
The ADT is specified as a Java interface. Do not change this file. Only the software architect or designer is allowed to change the ADT. If you make changes, your implementation will not likely pass the project's unit tests, EVEN IF THEY PASS YOUR TESTS.
- In Eclipse, right-click the ADT java file (inside this api folder) and select Export>Java>JavaDoc
- Note the destination (look for this in the bottom 1/3 of the dialog box. The default is a "doc" folder in this eclipse project. I suggest you use this default.
- Click Finish
- Find the index.html file and double click it.
- Pay careful attention to this file. It is the documentation for the ADT you are to implement and test.