libRoadRunner C API
1.0.0
|
Network object model functions. More...
Functions | |
int | getNumberOfRules (RRHandle handle) |
Returns the number of rules in the current model. More... | |
char * | getModelName (RRHandle handle) |
Returns the name of currently loaded SBML model. More... | |
Network object model functions.
char* getModelName | ( | RRHandle | handle | ) |
Returns the name of currently loaded SBML model.
[in] | handle | Handle to a RoadRunner instance |
int getNumberOfRules | ( | RRHandle | handle | ) |
Returns the number of rules in the current model.
[in] | handle | Handle to a RoadRunner instance |