org.objectweb.proactive.benchmarks.timit.config
Class ConfigReader

java.lang.Object
  extended by org.objectweb.proactive.benchmarks.timit.config.ConfigReader

public class ConfigReader
extends java.lang.Object

This class construct a serie of benchmarks thanks to a configuration file.

Author:
Brian Amedro, Vladimir Bodnartchouk

Constructor Summary
ConfigReader(java.lang.String filename)
           
 
Method Summary
 java.util.HashMap<java.lang.String,java.lang.String> getGlobalVariables()
          Retrieve the all variable/value couple which were in tag from configuration file
 Serie[] getSeries()
          Retrieve the serie of benchmarks generated from configuration file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigReader

public ConfigReader(java.lang.String filename)
Method Detail

getSeries

public Serie[] getSeries()
Retrieve the serie of benchmarks generated from configuration file

Returns:
the Serie array

getGlobalVariables

public java.util.HashMap<java.lang.String,java.lang.String> getGlobalVariables()
Retrieve the all variable/value couple which were in tag from configuration file

Returns:
the hashmap of variable/value couples


Copyright 2001-2007 INRIA All Rights Reserved.