EVolve.util.batchutils
Class BatchInfo

java.lang.Object
  |
  +--EVolve.util.batchutils.BatchInfo

public class BatchInfo
extends java.lang.Object


Constructor Summary
BatchInfo()
           
 
Method Summary
 java.lang.String getConfigureFile()
           
 java.util.HashSet getTraceFileList()
           
 void setConfigureFile(java.lang.String filename)
           
 void setTraceFileList(java.util.HashSet input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchInfo

public BatchInfo()
Method Detail

setTraceFileList

public void setTraceFileList(java.util.HashSet input)

getTraceFileList

public java.util.HashSet getTraceFileList()

setConfigureFile

public void setConfigureFile(java.lang.String filename)

getConfigureFile

public java.lang.String getConfigureFile()