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

Implement rules 221XX, 240XX and 238XX #182

Closed bhavyejain closed 5 years ago

bhavyejain commented 5 years ago

Implement constraints for: ParametricObject SpatialPoints MixedGeometry

Modified test files uploaded.

New test files for SpatialPoints have been created considering 'id' and 'name' as valid attributes, as required by the rule in the specification. This results in 2 files not being tested successfully. Once it is decided whether these 2 attributes are to be included or excluded, the test files can be changed without the need of changing the source code.