Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementation of the toSBML() methods #98

Open
mephenor opened this issue May 21, 2010 · 2 comments
Open

implementation of the toSBML() methods #98

mephenor opened this issue May 21, 2010 · 2 comments

Comments

@mephenor
Copy link
Collaborator

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
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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

Original comment by: niko-rodrigue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants