jsbml
jsbml copied to clipboard
implementation of the toSBML() methods
LibSBML API contemplated a toSBML() method to all SBase inheritors that provided an SBML String representation of the element. This is not yet available in jsbml
Reported by: *anonymous
This is the javadoc from libsbml :
public String toSBML() Returns a string that consists of the partial SBML describing this object. This is primarily provided for testing and debugging purposes. It may be removed in a future version of libSBML.
So, we will have to check with the SBML guys but this function might be useful anyway for us. It should be possible to start the stax parser from any point in the tree, may be with some adjustment.
Original comment by: niko-rodrigue
- labels: 1240513 -->
- priority: 5 --> 4
- summary: SBML String representation for all SBase inheritors --> implementation of the toSBML() methods
Original comment by: niko-rodrigue