Expand description

Adds support for SBML-qual import and export to BooleanNetwork.

Modules

A very crude SBML export module. It basically just dumps BooleanNetwork into valid XML, but there are some things that could be better checked.

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.

Type Definitions

A layout type for transferring information about node position from SBML files.