|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjigcell.xpp.SBMLToXPPTranslator
jigcell.xpp.XPPLauncher
public class XPPLauncher
Runs XPP on an SBML file. This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Constructor Summary | |
|---|---|
XPPLauncher(jigcell.simulation.Simulator simulator,
jigcell.sbml2.Model model)
Runs XPP on an SBML file. |
|
| Method Summary | |
|---|---|
protected jigcell.compare.IDataElement |
readSimulationData(jigcell.simulation.Simulator simulator,
java.lang.Process process,
java.io.File outputFile)
Reads simulation data that a running process will write to disk. |
protected jigcell.compare.IDataElement |
simulate(jigcell.simulation.Simulator simulator,
java.io.File targetFile,
java.io.File outputFile)
Performs a simulation using the current model and settings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XPPLauncher(jigcell.simulation.Simulator simulator,
jigcell.sbml2.Model model)
throws java.lang.Exception
simulator - Simulatormodel - SBML model
java.lang.Exception| Method Detail |
|---|
protected jigcell.compare.IDataElement readSimulationData(jigcell.simulation.Simulator simulator,
java.lang.Process process,
java.io.File outputFile)
throws java.lang.Exception
simulator - Simulatorprocess - Simulation programoutputFile - Location where the output will be written
java.lang.Exception
protected jigcell.compare.IDataElement simulate(jigcell.simulation.Simulator simulator,
java.io.File targetFile,
java.io.File outputFile)
throws java.lang.Exception
simulate in class SBMLToXPPTranslatorsimulator - SimulatortargetFile - ODE fileoutputFile - File that will contain the simulator output
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||