planet.test.serialize
Class GenSerializedFile

java.lang.Object
  extended byplanet.generic.commonapi.GenericApp
      extended byplanet.test.serialize.GenSerializedFile

public class GenSerializedFile
extends GenericApp

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

Author:
Ruben Mondejar, Jordi Pujol

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

Constructor Detail

GenSerializedFile

public GenSerializedFile()
                  throws InitializationException
Builds a network based with events file "test_join1000d.txt" and serialize it to file "test_1000.dat".

Throws:
InitializationException - if the events file is not found.
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - Nothing waiting.