diff --git a/export-formats.md b/export-formats.md index 7741f4c2..f2c80407 100644 --- a/export-formats.md +++ b/export-formats.md @@ -13,6 +13,7 @@ Following [Heta specifications](specifications/) exporting to different formats - [XLSX](#xlsx) - [Julia](#julia) - [Matlab](#matlab) +- [DOT](#dot) See also [Features support table](#features-support) @@ -31,6 +32,7 @@ See also [Regular expressions syntax](https://en.wikipedia.org/wiki/Regular_expr ## JSON Export to [JSON structure](https://www.json.org/) (array) storing the content of whole platform or selected namespaces (see spaceFilter option). +Can work with `abstract` namespaces. ### Properties @@ -41,7 +43,7 @@ Export to [JSON structure](https://www.json.org/) (array) storing the content of ### Output files -**[filepath].json** : all content created for selected space. +**[filepath]/output.json** : all content created for selected space. **Example** @@ -58,6 +60,7 @@ Export to [JSON structure](https://www.json.org/) (array) storing the content of ## YAML Export to [YAML structure](https://yaml.org/) (array) representing the content of namespace. +Can work with `abstract` namespaces. ### Properties @@ -65,7 +68,7 @@ All options is the same as for [JSON format](#json). ### Output files -**[filepath].yml** : all content created for selected space. +**[filepath]/output.yml** : all content created for selected space. **Example** @@ -155,6 +158,7 @@ Export to SLV format which is the model format for [DBSolveOptimum](http://insys ## SBML Export to [SBML format](http://sbml.org/Main_Page). +Can work with `abstract` namespaces. ### Properties @@ -233,6 +237,7 @@ Export to [mrgsolve](http://mrgsolve.github.io/) model format (cpp file). To export platform content in tabular format: CSV, Excel, etc. The format of tables corresponds to the tabular (xlsx) heta module. It can be loaded as a module in another projects. +Can work with `abstract` namespaces. This statement combines a series of formats supported by library. For the list of supported files see the docs . @@ -244,10 +249,13 @@ For the list of supported files see the docs