org.lucci.madhoc.util
Class Utilities

java.lang.Object
  extended by org.lucci.madhoc.util.Utilities

public class Utilities
extends java.lang.Object

Author:
luc.hogie

Constructor Summary
Utilities()
           
 
Method Summary
static org.lucci.config.TypedConfiguration getConfiguration(java.lang.String[] args)
           
static MadhocSimulation getSimulation(org.lucci.config.TypedConfiguration config)
          Creates a simulation and initalize it with the given configuration information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities

public Utilities()
Method Detail

getConfiguration

public static org.lucci.config.TypedConfiguration getConfiguration(java.lang.String[] args)
                                                            throws java.lang.Throwable
Throws:
java.lang.Throwable

getSimulation

public static MadhocSimulation getSimulation(org.lucci.config.TypedConfiguration config)
                                      throws java.lang.Throwable
Creates a simulation and initalize it with the given configuration information.

Parameters:
config -
Returns:
Throws:
java.lang.Throwable