Step
Define the HIC classes and their interactions.
Project: P2-Spreadsheet (Salman)
Parent:
Define the PDC and HIC OOD
Description
The interface for the spreadsheet classes isn't too complicated, since it's a view-only interface -- the user doesn't actually change anything in the spreadsheets through the interface. Rather, three things need to be made visible:
- Type of formula the spreadsheet is using
- The values being used to calculate the net value
- The net value as calculated by value method.
The key issues are:
- Dependency tracking.
- Creating the core SpreadSheetViewContainer.
Strategy
Representations of this project
Concepts related to this step: