planet.simulate
Class GenFileEvents

java.lang.Object
  extended byplanet.simulate.GenFileEvents

public class GenFileEvents
extends java.lang.Object

Author:
Ruben Mondejar

Constructor Summary
GenFileEvents()
           
 
Method Summary
static void genDistribEvents(java.lang.String name, int num, int time)
           
static void genRandomEvents(java.lang.String name, int num, int time)
           
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

GenFileEvents

public GenFileEvents()
Method Detail

genRandomEvents

public static void genRandomEvents(java.lang.String name,
                                   int num,
                                   int time)
                            throws java.io.IOException,
                                   java.io.FileNotFoundException,
                                   InitializationException
Throws:
java.io.IOException
java.io.FileNotFoundException
InitializationException

genDistribEvents

public static void genDistribEvents(java.lang.String name,
                                    int num,
                                    int time)
                             throws java.io.IOException,
                                    java.io.FileNotFoundException,
                                    InitializationException
Throws:
java.io.IOException
java.io.FileNotFoundException
InitializationException

main

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