How-to guide¶
If you’re reading this it’s presumed that you’re already familiar with the structure and usage of CellML models, and you want to get started on creating or reading your own as soon as possible. If that doesn’t sound like you and you’d rather begin with a gentler introduction, please start from Tutorial 1 instead.
How to do stuff¶
- Include the libCellML library in your project
- Parse an existing
Modelfrom a file - View the contents of a
Model - Understand collections of items
- Edit items in a model
- Serialise a
Modelinto CellML 2.0 for printing to a file - Resolve the imported items in a model
- Validate a
Model - Retrieve
Issueitems - Useful functions for dealing with issues
- Analyse a model item
- Generate runnable code from a model
- Interact with generated code
- Annotate a model