C API Documentation
Static Public Member Functions | List of all members
rr::ExecutableModelFactory Class Reference

#include <ExecutableModelFactory.h>

Static Public Member Functions

static ExecutableModelcreateModel (const std::string &sbml, const Dictionary *dict=0)
 
static ExecutableModelcreateModel (std::istream &in, uint modelGeneratorOpt)
 
static ExecutableModelregenerateModel (ExecutableModel *oldModel, libsbml::SBMLDocument *doc, uint options)
 

Detailed Description

A factory class to create ExecutableModel objects.

Member Function Documentation

◆ createModel()

static ExecutableModel* rr::ExecutableModelFactory::createModel ( const std::string &  sbml,
const Dictionary dict = 0 
)
static

creates a NEW object which must be deleted by the caller.

Parameters
sbmlan sbml string
dicta dictionary of options, this is typcally a LoadSBMLOptions object, but it may be any dictionary.

The documentation for this class was generated from the following file: