Thomas Zajac
Thomas Zajac
As I understand this, we don't need it in the core of JSBML because Java already provides the class object of all elments. This would therefore be redundant and not...
We can see if anybody complain about it not being present. As said in the tracker item, it is needed for the libsml-compat module but it might be useful for...
function like hasRequiredAttributes, hasRequiredElements, setUnsetAttributesToL2v4Default would probably be good to add to help. Original comment by: niko-rodrigue
All classes should at least offer convenient constructors where all values can be set in one call. There should be multiple constructors so that users can set many combinations of...
hasRequiredAttributes? This would mean we have to implement such a static function? Original comment by: draeger
Ok, I see, we should probably implement \* initDefaults(int level, int version) to allow users to set the defaults of some class as specified for the given L/V combination. This...
I think, supporting just L2V4 like libSBML would be enough. We should not call it from the constructor by default, I think. The advantages of a method like setUnsetAttributesToL2v4Default() is...
Are there any news with regard to this issue?
While this has been implemented during GSoC19, proper testing of the feature has not taken place yet. As discussed some models containing annotations from BioModels could be used for initial...
Finding a good BioModels subset is a task in itself, so this should likely be done differently. Polishing one model with BiGGIds twice, once with the correct id and once...