sbmlteam / jsbml

JSBML is a community-driven project to create a free, open-source, pure Java™ library for reading, writing, and manipulating SBML files (the Systems Biology Markup Language) and data streams. It is an alternative to the mixed Java/native code-based interface provided in libSBML.
https://sbml.org/software/jsbml/
GNU Lesser General Public License v2.1
37 stars 24 forks source link

Pending fixes in various classes. #184

Closed bhavyejain closed 5 years ago

bhavyejain commented 5 years ago

The SpatialPoints element now includes the name and id attributes. Changes have been made to extend the AbstractSpatialNamedSBase instead of AbstractSBase. The readAttribute() method of SpatialSpeciesPlugin has been changed to make the code uniform with other classes and prevent wrong reporting of true or false. The SpatialParser now adds a SpatialReactionPlugin at the end when no isLocal attribute is encountered.