methods
Class ExpScenario

java.lang.Object
  extended by methods.ExpScenario

public class ExpScenario
extends java.lang.Object


Constructor Summary
ExpScenario()
           
 
Method Summary
private static void deleteFile(java.lang.String fname)
          Deletes the file with the specified name, if exists
private static int getOption(java.lang.String option, java.lang.String[] args)
          Gets the specified option
static void main(java.lang.String[] args)
           
static void runExp(Params p, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpScenario

public ExpScenario()
Method Detail

runExp

public static void runExp(Params p,
                          java.lang.String[] args)
                   throws java.lang.Exception
Throws:
java.lang.Exception

deleteFile

private static void deleteFile(java.lang.String fname)
Deletes the file with the specified name, if exists

Parameters:
fname - filanem

getOption

private static int getOption(java.lang.String option,
                             java.lang.String[] args)
Gets the specified option

Parameters:
option - Option value to be searched
args - List of arguments
Returns:
Option as specified, or null if not set

main

public static void main(java.lang.String[] args)