C API Documentation
|
#include <ExecutableModelFactory.h>
Static Public Member Functions | |
static ExecutableModel * | createModel (const std::string &sbml, const Dictionary *dict=0) |
static ExecutableModel * | createModel (std::istream &in, uint modelGeneratorOpt) |
static ExecutableModel * | regenerateModel (ExecutableModel *oldModel, libsbml::SBMLDocument *doc, uint options) |
A factory class to create ExecutableModel objects.
|
static |
creates a NEW object which must be deleted by the caller.
sbml | an sbml string |
dict | a dictionary of options, this is typcally a LoadSBMLOptions object, but it may be any dictionary. |