|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.PipeRunner
public class PipeRunner
Pipe Runner is responsible for executing a particular pipe algorithm given an input parameter file.
| Constructor Summary | |
|---|---|
PipeRunner()
|
|
| Method Summary | |
|---|---|
void |
execute(ProcessingApplication plug,
java.io.File f,
java.io.File saveDir)
Execute a specified ProcessingApplication. |
void |
invoke(java.io.File pipeFile,
java.io.File saveDir)
Invoke parameter file and save output to specified directory. |
ProcessingApplication |
invoke(ProcessingAlgorithm algo)
Invoke processing application. |
void |
invoke(ProcessingApplication module)
Invoke plug-in by calling run algorithm. |
static void |
main(java.lang.String[] args)
Main method to execute algorithm specified by input parameters. |
static void |
run(java.io.File pipeFile,
boolean showOutput)
Run. |
static void |
writeStatus(java.lang.String status)
Write status to true stdout instead of file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PipeRunner()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - The first argument should be the input parameter file
public static void run(java.io.File pipeFile,
boolean showOutput)
pipeFile - the pipe fileshowOutput - the show outputpublic static void writeStatus(java.lang.String status)
status - the status
public void execute(ProcessingApplication plug,
java.io.File f,
java.io.File saveDir)
plug - applicationf - input parameter filesaveDir - output directory
public void invoke(java.io.File pipeFile,
java.io.File saveDir)
pipeFile - parameter filesaveDir - specified directorypublic ProcessingApplication invoke(ProcessingAlgorithm algo)
algo - the algorithm
public void invoke(ProcessingApplication module)
module - algorithm to execute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||