Provides Simulator API
High Performance ODE Simulator using CVODE and NLEQ2
Returns the name of module
Returns the version number of the module
Returns the name of the module author
Returns a description of the module
Returns the display name of the module
Returns the copyright string for the module
Returns the URL string associated with the module (if any)
Returns the current generated source code
Load SBML into simulator
Returns the currently loaded model as SBML
Set the time start for the simulation
Set the time end for the simulation
Set the number of points to generate during the simulation
reset the simulator back to the initial conditions specified in the SBML model
Change the initial conditions to another concentration vector
Carry out a time course simulation
Extension method to simulate (time start, time end, number of points). This routine resets the model to its initial condition before running the simulation (unlike simulate())
Returns the current vector of reactions rates
Returns the current vector of rates of change
Returns a list of floating species names: This method is deprecated, please use getFloatingSpeciesNames()
Returns a list of reaction names
Get Simulator Capabilities
Set Simulator Capabilites
Get the number of compartments
Sets the value of a compartment by its index
Returns the value of a compartment by its index
Returns the value of a compartment by its index
Gets the list of compartment names
Get the number of boundary species
Sets the value of a boundary species by its index
Returns the value of a boundary species by its index
Returns an array of boundary species concentrations
Set the concentrations for all boundary species in the model
Gets the list of boundary species names
Get the number of floating species
Sets the value of a floating species by its index
Returns the value of a floating species by its index
Returns an array of floating species concentrations
Set the concentrations for all floating species in the model
Returns a list of floating species names
Get the number of global parameters
Sets the value of a global parameter by its index
Returns the value of a global parameter by its index
Set the values for all global parameters in the model
Get the values for all global parameters in the model
Gets the list of parameter names
Sets the value of the given species or global parameter to the given value (not of local parameters)
Gets the Value of the given species or global parameter (not of local parameters)
Returns a list of global parameter tuples: { {parameter Name, value},…
Get the number of local parameters for a given reaction
Sets the value of a global parameter by its index
Returns the value of a global parameter by its index
Set the values for all global parameters in the model
Get the values for all global parameters in the model
Gets the list of parameter names
Returns a list of global parameter tuples: { {parameter Name, value},…
Get the number of reactions
Returns the rate of a reaction by its index
Returns the rate of changes of a species by its index
Returns the names given to the rate of change of the floating species
Set the columns to be returned by simulate() or simulateEx(), valid symbol names include time, species names, , volume, reaction rates and rates of change (speciesName')
Returns the rates of changes given an array of new floating species concentrations
Returns the rates of changes given an array of new floating species concentrations
Carry out a single integration step using a stepsize as indicated in the method call
Compute the steady state of the model, returns the sum of squares of the solution
Compute the reduced Jacobian at the current operating point
Compute the full Jacobian at the current operating point
Returns the Link Matrix for the currently loaded model
Returns the reduced stoichiometry matrix (Nr) for the currently loaded model
Returns the L0 matrix for the currently loaded model
Returns the stoichiometry matrix for the currently loaded model
Returns the conservation matrix (gamma) for the currently loaded model
Returns the number of dependent species in the model
Returns the number of independent species in the model
Returns the elasticity of a given reaction to a given parameter. Parameters can be boundary species or global parameters
Compute the unscaled species elasticity matrix at the current operating point
Compute the unscaled elasticity matrix at the current operating point
Compute the unscaled elasticity for a given reaction and given species
Compute the scaled elasticity for a given reaction and given species
Compute the matrix of unscaled concentration control coefficients
Compute the matrix of scaled concentration control coefficients
Compute the matrix of unscaled flux control coefficients
Compute the matrix of scaled flux control coefficients
Compute the value for a particular unscaled concentration control coefficients with respect to a local parameter
Compute the value for a particular scaled concentration control coefficients with respect to a local parameter
Compute the value for a particular concentration control coefficient, permitted parameters include global parameters, boundary conditions and conservation totals
Compute the value for a particular scaled concentration control coefficients with respect to a global or boundary species parameter
Compute the value for a particular unscaled flux control coefficients with respect to a local parameter
Compute the value for a particular flux control coefficient, permitted parameters include global parameters, boundary conditions and conservation totals
Compute the value for a particular scaled flux control coefficients with respect to a local parameter
Compute the value for a particular scaled flux control coefficients with respect to a global or boundary species parameter
Get unscaled control coefficient with respect to a global parameter
Get scaled control coefficient with respect to a global parameter
Get unscaled elasticity coefficient with respect to a global parameter or species
Get scaled elasticity coefficient with respect to a global parameter or species
Compute the frequency response, startW, Number Of Decades, Number of Points, parameterName, variableName
Derpar Continuation, stepSize = stepsize; independentVariable = index to parameter; parameterType = {'globalParameter', 'boundarySpecies'