|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.ProcessingApplication
public class ProcessingApplication
Processing Application for MAPS. This also functions as a generic MIPAV plug-in. Methods in this class should not be overridden. Instead, all algorithm specific customizations should be made in Processing Algorithm.
| Constructor Summary | |
|---|---|
ProcessingApplication()
Default constructor. |
|
ProcessingApplication(ProcessingAlgorithm algorithm)
Specify the processing algorithm to be executed by this module. |
|
| Method Summary | |
|---|---|
ProcessingAlgorithm |
getAlgorithm()
Get the algorithm used by this processing module. |
ProcessingDialog |
getDialog()
Get the dialog used by this processing module. |
void |
run()
This method is inherited from MIPAV and should not be overridden. |
void |
runInProcess()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessingApplication()
public ProcessingApplication(ProcessingAlgorithm algorithm)
algorithm - processing algorithm| Method Detail |
|---|
public ProcessingAlgorithm getAlgorithm()
public ProcessingDialog getDialog()
public final void run()
public void runInProcess()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||