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

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

public class Serie
extends Tag


Constructor Summary
Serie(org.jdom.Element eSerie)
           
 
Method Summary
 java.lang.String get(java.lang.String name)
           
 Benchmark[] getBenchmarks()
           
 ConfigChart[] getCharts()
           
static Serie[] oldtoArray(java.util.List serieList)
           
static Serie[] toArray(java.util.List serieList)
           
 java.lang.String toString()
          Construct a pretty printed tag.
 
Methods inherited from class org.objectweb.proactive.benchmarks.timit.config.Tag
addAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Serie

public Serie(org.jdom.Element eSerie)
Method Detail

get

public java.lang.String get(java.lang.String name)
Overrides:
get in class Tag
Returns:
the value of the given attribute

getBenchmarks

public Benchmark[] getBenchmarks()

getCharts

public ConfigChart[] getCharts()

toString

public java.lang.String toString()
Description copied from class: Tag
Construct a pretty printed tag. For debug purpose

Overrides:
toString in class Tag

oldtoArray

public static Serie[] oldtoArray(java.util.List serieList)

toArray

public static Serie[] toArray(java.util.List serieList)


Copyright 2001-2007 INRIA All Rights Reserved.