org.scalabench.plugins.dacapo.config
Class Size
java.lang.Object
org.scalabench.plugins.dacapo.config.Size
public class Size
- extends Object
|
Constructor Summary |
Size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Size
public Size()
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.