Technical Documentation


Purpose of this document: To describe each of the classes written for the EDSAC Simulator, including comments on the use of the public methods.


Top level wrapper class

The 'Edsac' class provides a top level wrapper for the Simulator, and can be executed as an application or as an applet (in conjunction with a suitable html file, example included).

Top level package

The 'edsac' package contains all of the custom classes written for the EDSAC Simulator, except for the top level wrapper class 'Edsac'. It contains three sub-packages, each providing specific functionality.

Package:

edsac

Contents:

Package: datatypes

Package: gui

Package: kernel


Return to main index