haifa.shopsim.lab
Class RichStatReader

java.lang.Object
  |
  +--haifa.shopsim.lab.RichStatReader

public class RichStatReader
extends java.lang.Object

This class simply runs from the command prompt and gets a file name argument. The file should have a serialized Object (actually of any type). The class then prints the object to consoule.

Version:
0.60

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

Constructor Detail

RichStatReader

public RichStatReader()
Method Detail

main

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