planet.test.serialize
Class LoadSerializedFile

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

public class LoadSerializedFile
extends java.lang.Object

Builds a network based with a serialized network specified in the properties file.

Author:
Ruben Mondejar, Jordi Pujol

Constructor Summary
LoadSerializedFile()
           
 
Method Summary
static void main(java.lang.String[] args)
          Loads a serialized network from the specified serialized file at properties file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadSerializedFile

public LoadSerializedFile()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Loads a serialized network from the specified serialized file at properties file.

Parameters:
args - Waiting nothing.
Throws:
java.lang.Exception