Skip to content

Commit

Permalink
added UML to PAModel documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiralVdB committed Jun 14, 2024
1 parent 2906daf commit 987fb8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/PAModelpy_UML.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ This repository contains not only the source code, but also examples and scripts
- **CatalyticEvent**: A class which serves as an interface between reactions and enzyme. This allows for easy lookup of Protein-Reaction assocations.
- **PAMValidator**: Functions to validate the model predictions with physiology data and giving a graphical overview. The script uses data for E.coli (found in `./Data/Ecoli_physiology`) by default.

For the technical users, the following UML diagram gives an overview of the model structure and the software architecture. Please be aware that the Config object is not shown in this UML diagram,
as this object is merely used to transfer identifiers from one object to another in the software.

![PAModelUML](PAModelpy_UML.svg)

*UML diagram of the PAModelpy software. Not all attributes and functions are shown. Those who are shown are assumes to be most descriptive for the objects function.*

## Dependencies
Dependencies for the scripts in this repository, not included in the PAModelpy package:
- `PAModelpy`
Expand Down

0 comments on commit 987fb8f

Please sign in to comment.