Module biodivine_lib_param_bn::sbml::import
source · [−]Expand description
Contains code for parsing SBML models using xml-tree library. It is not 100% SBML-qual compliant, but should be good enough for now. Also most code is ready for possible extension to multi-valued models in the future.
Modules
Used for reading SBML layout specifications.
Constants
Functions
(internal) Find all child Nodes
that have a given name.
(internal) Create any explicit parameters used in the given MathML tree.
(internal) Assigns every specie a biodivine-friendly name. Returns a mapping between SBML IDs and valid specie names.
(internal) Add regulations to a RegulatoryGraph
based on the collection
of SBMLTransitions
.
(internal) Find the given tag in a parent Node
. Returns error if the tag does
not exist or is present in multiple instances.