planet.test.serialize
Class GenSerializedFile

java.lang.Object
  extended byplanet.test.serialize.GenSerializedFile

public class GenSerializedFile
extends java.lang.Object

Builds a network based with events file "test_join1000d.txt" and serialize obtained network.

Author:
Ruben Mondejar, Jordi Pujol

Constructor Summary
GenSerializedFile()
           
 
Method Summary
static void main(java.lang.String[] args)
          Builds a network based with events file "test_join1000d.txt" and serialize it to file "test_1000.dat".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenSerializedFile

public GenSerializedFile()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Builds a network based with events file "test_join1000d.txt" and serialize it to file "test_1000.dat".

Parameters:
args - Nothing waiting.
Throws:
java.lang.Exception