libRoadRunner C API  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
Network object model (NOM) functions

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...
 

Detailed Description

Network object model functions.

Function Documentation

char* getModelName ( RRHandle  handle)

Returns the name of currently loaded SBML model.

Parameters
[in]handleHandle to a RoadRunner instance
Returns
Returns a char* containing the name if succesful, NULL otherwise
int getNumberOfRules ( RRHandle  handle)

Returns the number of rules in the current model.

Parameters
[in]handleHandle to a RoadRunner instance
Returns
Returns an integer larger or equal to 0 if succesful, or -1 on failure