public class ModelSaver extends Object
Constructor and Description |
---|
ModelSaver(org.sbml.jsbml.SBMLDocument document)
Instantiates a new model saver.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the filename of the SBML file.
|
String |
getPath()
Gets the path to the directory where SBML file is located.
|
void |
save()
Save an SBML document to a file.
|
public ModelSaver(org.sbml.jsbml.SBMLDocument document)
document
- the SBML documentpublic void save()
public String getPath()
public String getName()
Copyright © 2017–2019 Funahashi Lab.. All rights reserved.