CSC407/ECE450 Assignment 1b Sample Solution

Uses of Interface
plan.input.FileInput

Packages that use FileInput
plan.input This package deals with reading from data sources and instantiating objects from package dom to represent this data. 
 

Uses of FileInput in plan.input
 

Classes in plan.input that implement FileInput
 class TestInput
          A class used for testing other parts of the application.
 


CSC407/ECE450 Assignment 1b Sample Solution