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.

Home Page:https://sbml.org/software/jsbml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arrays Validation Rule 20116

leandrohw opened this issue · comments

Arrays validation needs to be updated. It is not checking validation rules correctly. A major problem is when SBaseRef points to an array and the object doesn't have index objects. The validator is not finding the expected error, which should indicate SBaseRef should deference to a scalar object.