ne_get

const std::string sbne::ne_get(std::unordered_map<std::string, std::string> infoList)

Get the value of a desired feature of an SBML document.

Parameters:

infoList – a list containg the info about the SBML document and the desired feature.

Returns:

a string containing the value of the desired feature of the SBML document, or an empty string if either the value of the desired feature is not set or the desired feature does not exist.