CSC407/ECE450 Assignment 1b Sample Solution

Package plan.input

This package deals with reading from data sources and instantiating objects from package dom to represent this data.

See:
          Description

Interface Summary
FileInput Interface for reading input data from a file
 

Class Summary
TestInput A class used for testing other parts of the application.
 

Package plan.input Description

This package deals with reading from data sources and instantiating objects from package dom to represent this data.


CSC407/ECE450 Assignment 1b Sample Solution