transcript.data
Class Main

java.lang.Object
  extended by transcript.data.Main

public class Main
extends java.lang.Object

This class utilizes the power of the transcript data manipulation code. It takes the compsdata.txt file that Dave has and turns it into a fully-functional In a way this code has a dual purpose - both to use the code, but to also demonstrate how the code can be properly used in any context.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)