jsbml icon indicating copy to clipboard operation
jsbml copied to clipboard

implementation of the toSBML() methods

Open mephenor opened this issue 15 years ago • 2 comments

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

mephenor avatar May 21 '10 12:05 mephenor

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

mephenor avatar May 21 '10 14:05 mephenor

  • labels: 1240513 -->
  • priority: 5 --> 4
  • summary: SBML String representation for all SBase inheritors --> implementation of the toSBML() methods

Original comment by: niko-rodrigue

mephenor avatar May 21 '10 14:05 mephenor