org.scalabench.plugins.dacapo.config
Class Size

java.lang.Object
  extended by org.scalabench.plugins.dacapo.config.Size

public class Size
extends Object


Constructor Summary
Size()
           
 
Method Summary
 void addOutput(OutputFile output)
           
 List<String> getArgs()
           
 String getDescription()
           
 String getName()
           
 List<OutputFile> getOutputs()
           
 int getThreadLimit()
           
 int getThreads()
           
 void setArgs(List<String> args)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setThreadLimit(int threadLimit)
           
 void setThreads(int threads)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Size

public Size()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getArgs

public List<String> getArgs()

setArgs

public void setArgs(List<String> args)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getThreadLimit

public int getThreadLimit()

setThreadLimit

public void setThreadLimit(int threadLimit)

getThreads

public int getThreads()

setThreads

public void setThreads(int threads)

getOutputs

public List<OutputFile> getOutputs()

addOutput

public void addOutput(OutputFile output)


Copyright © 2010-2012 Technische Universität Darmstadt. All Rights Reserved.