|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.speckled.specksim.datagen.DataGenerator
public class DataGenerator
Class that performs a series of data generation runs, according to the configuration files passed in on the command line
| Constructor Summary | |
|---|---|
DataGenerator(java.io.File file)
Attempts to perform a datageneration run on the supplied file |
|
| Method Summary | |
|---|---|
void |
pointProgress(float progress)
Called to indicate progress on the next data point |
void |
processFile()
Begins processing of the file. |
void |
processFile(java.io.File outputBase)
Begins processing of the file. |
static void |
processRunFiles(java.util.List<java.io.File> files)
Processes each of the input run files in turn |
void |
repetitionProgress(float progress)
Called to indicate progress on the current repetition of the generation |
void |
runEnded()
Called to indicate that the run has ended |
void |
runProgress(float progress)
Called to indicate progress on the current run. |
void |
runStarted()
Called to indicate that the run has started |
void |
writingFile()
Called to indicate that the output file is being written |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataGenerator(java.io.File file)
file - The input data generatio run file| Method Detail |
|---|
public static void processRunFiles(java.util.List<java.io.File> files)
files - public void processFile()
public void processFile(java.io.File outputBase)
outputBase - The base directory for the output file. Null for the
current directorypublic void pointProgress(float progress)
ProgressListener
pointProgress in interface ProgressListenerprogress - The progress so far. 0 = no progress, 1 = finishedpublic void repetitionProgress(float progress)
ProgressListener
repetitionProgress in interface ProgressListenerprogress - The progress so far. 0 = no points completed, 1 = all
points completedpublic void runEnded()
ProgressListener
runEnded in interface ProgressListenerpublic void runProgress(float progress)
ProgressListener
runProgress in interface ProgressListenerprogress - The progress so far. 0 = no progress, 1 = all
repetitions completedpublic void runStarted()
ProgressListener
runStarted in interface ProgressListenerpublic void writingFile()
ProgressListener
writingFile in interface ProgressListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||