Implements the Gillespie Direct Method
Gillespie Direct Method
Load the SBML file
Set the random seed for the random number generator
Set a parameter value (kinetic or boundary species)
Get list of kinetic parameter names
Get list of variable names
Get list of boundary species names
Generate the mean response [timeStart, timeStop, gridStep, popluationSize]
Generate the mean response and standard deviation [timeStart, timeStop, gridStep, popluationSize]
Stop Current Run
If you wish to receive feedback from a run, register your call back with this method
If you wish to receive feedback from a run, register your call back with this method
Simulate Time Course and set a seed for the random number generator [timeStart, timeStop, samplePeriod, seed, fileName]
Simulate Time Course, save results to a file [timeStart, timeStop, samplePeriod, fileName]
Simulate Time Course on a set grid, save results to a file [timeStart, timeStop, gridStep, fileName]
Simulate Time Course, return results to caller [timeStart, timeStop, samplePeriod]
Simulate Time Course on a set grid, save results to a file [timeStart, timeStop, gridStep]
none provided