[x] Check notes/metadata specification (or libSBML way of handling this).
Description
Load basic metadata
Implementation
Parse <model> and flush its contents into a new public Annotation struct. It has to be tested for more models, because it was not very clear for me if that's always the case. An alternative would be to have a HashMap or arbitrary attributes: values in <model>, which may be more straightforward.
Description
Load basic metadata
Implementation
Parse
<model>
and flush its contents into a new publicAnnotation
struct. It has to be tested for more models, because it was not very clear for me if that's always the case. An alternative would be to have aHashMap
or arbitrary attributes: values in<model>
, which may be more straightforward.