Use the following methods to read and write models in the form of SBML.
| RoadRunner.load(uriOrDocument) | Loads an SBML document. This method will automatically figure out if the given string |
| RoadRunner.getCurrentSBML() | Returns the current state of the model in the form of an SBML string. That is the SBML |
| RoadRunner.getSBML() | Returns the original SBML model that was loaded into roadRunner. |