roadrunner
2.6.0
Fast simulator for SBML models
rrSBMLReader.h
1
/*
2
* rrRoadRunnerOptions.h
3
*
4
* Created on: Oct 10, 2013
5
* Author: andy
6
*/
7
8
#ifndef RRSBMLREADER_H_
9
#define RRSBMLREADER_H_
10
11
#include "rrExporter.h"
12
#include <string>
13
14
namespace
rr
15
{
16
33
class
RR_DECLSPEC
SBMLReader
34
{
35
public
:
36
47
static
std::string read(
const
std::string& sbml_or_uri);
48
49
static
bool
is_sbml(
const
std::string& str);
50
51
};
52
53
}
54
55
#endif
56
rr::SBMLReader
Read an sbml document from either disk, a remote url, or as a std::string.
Definition:
rrSBMLReader.h:34
Generated by
1.9.1