| Author | Topic |
Posts: 273
Registered: June 2006
|
|
Re: int vs. long in 'getX' functions : tracker item #3158428
|
18 Jan '11 14:51

|
 |
|
> On Tue, 18 Jan 2011 09:35:27 +0000, Nicolas Rodriguez wrote:
>> In particular, as we are planning to provide
>> a libsbml-compat module that would define the methods as in libsbml.
>
> Hi,
>
> I saw that mentioned, but wasn't sure how it was planned to work. What are you guys thinking about how to implement this?
>
> Just curious,
Hi Mike, Nico and all,
Some parts of the compatibility module are already implemented.
Actually, there are two different approaches:
1. A kind of wrapper that provides interfaces and classes with the same
package structure as libSBML but everything is linked to JSBML objects.
2. A kind of translator that reads and writes SBML files with libSBML
and copies all of the properties and elements into corresponding JSBML
objects.
For point 1, I would suggest to define mostly interfaces that can have
the identical names and package structure as libSBML elements but that
can at the same time have derived types which also extend JSBML data types.
Mike, please have a look into the JSBML repository. There is, besides
trunk, branches, and tags, also a modules directory, in which you can
find compatibility approach 1 and 2.
Cheers
Andreas
--
Dipl.-Bioinform. Andreas Dräger
University of Tübingen
Center for Bioinformatics (ZBIT)
Sand 1
72076 Tübingen
Germany
Phone: +49-7071-29-78982
Fax: +49-7071-29-5091
____________________________________________________________
To manage your jsbml-development list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/jsbml-development
For a web interface to the jsbml-development mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the jsbml-development list,
contact sbml-team@caltech.edu
|
|
|