HYPERWAG: PROGRAMMER’S MANUAL
To
Compile the Program:
To
compile the program, you must type javac Wagger.java, and all these files must
be included:
ComparisonStuff.java WordLinesProxy.java
ReaderFactory.java
Constants.java WriterFactory.java Wagger.java Copier.java
WordLines.java FileStuff.java WordLinesHash.java
README
WordLinesHashProxy.java
The
Program Design:
The way the program
currently runs, it uses the class Wagger and WriterFactory.java to do the work
of reading in a file, and then inputting the appointments into maps specific
for each day of the week, and then outputting them.
The
Program Design(detailed):
Wagger.java: Creates the maps and holds the information for the Hyperwag tables
Writefacotry.java: Creates Writers for the file.
Interaction:
The main interaction
right now is only the one between the WriterFactory and Wagger. which allows writer
for a file to be created.
Features
Remaining:
There are many. Most of Hyperwag currently lies unfinished at the moment.