|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mdanderson.biostat.geneclust.SProcess
SProcess - Abstract data passing between the user interface and Sinterpreter.
Field Summary | |
protected SimulationDialog |
dialog
|
Constructor Summary | |
SProcess(SimulationDialog dialog)
|
Method Summary | |
SimulationDialog |
getDialog()
Returns reference to dialog where simulation progress can be monitored. |
void |
run(String param)
Runs the simulation, managing the S interpreter processing occuring in external process. |
abstract void |
writeSinterpreterInput(org.mdanderson.biostat.geneclust.SBufferedWriter bw)
Writes all S interpreter input to the output stream. |
void |
writeSinterpreterInterrupt(org.mdanderson.biostat.geneclust.SBufferedWriter bw)
Writes the S interpreter input required to interrupt the simulation to the output stream. |
void |
writeSinterpreterTermination(org.mdanderson.biostat.geneclust.SBufferedWriter bw)
Writes the S interpreter input required to close the graphics device and terminate the external process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected SimulationDialog dialog
Constructor Detail |
public SProcess(SimulationDialog dialog)
dialog
- dialog allows monitoring of sim progress
NullPointerException
- if dialog is nullMethod Detail |
public SimulationDialog getDialog()
public void run(String param) throws Exception
Exception
- if anything goes wrongpublic abstract void writeSinterpreterInput(org.mdanderson.biostat.geneclust.SBufferedWriter bw)
bw
- output stream writerpublic void writeSinterpreterInterrupt(org.mdanderson.biostat.geneclust.SBufferedWriter bw)
bw
- output stream writerpublic void writeSinterpreterTermination(org.mdanderson.biostat.geneclust.SBufferedWriter bw)
bw
- output stream writer
|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |