Posts: 307
Location: Cambridge UK
Registered: February 2005
[jsbml-development] LibSBMLReader usage
08 Oct '09 05:40
Haven't entered a tracker item for this one yet but it is not straight
forward to see how to use the LibSBMLReader.
From the constructor from the Abstract class I guessed that you were
using it with the readModel function and reading the code make it clear.
Before, I was searching the setModel or other equivalent functions in
fact :-)
Any special need to have all the readXXX function public or we could put
them as private and let only readModel public ?
And I did not see the utility of passing a String the the readModel
function, probably some code missing on the "if (model instanceof
String) {...}" block
to set this.model and return it ?