Module biodivine_sketchbook::sketchbook
source · Expand description
State of the BN sketch, and management for most of the editor tab.
Modules§
- _sketch 🔒The main
Sketch
manager object and its utilities. - Utilities regarding conversion of BN components and similar.
- Structs and utility methods that can be used for communication with frontend.
- (internal) Utility functions specifically related to events.
- Definitions and utilities for type-safe identifiers of various components.
- Structs and utility methods regarding the layout of the Regulations editor.
- Structs and utility methods regarding the model of the Regulations editor.
- Structs and utility methods regarding observations and datasets.
- Classes and utility methods regarding properties.
- utils 🔒(internal) General utilities used throughout the module (e.g., serialization helper methods).
Structs§
- Object encompassing all of the individual modules of the Boolean network sketch.
Traits§
- Trait that implements
to_json_str
andfrom_json_str
wrappers to serialize and deserialize objects, utilizing serde_json. - Trait implementing functionality relevant for all manager structs (such as
ModelState
,ObservationManager
, …).