Module biodivine_sketchbook::sketchbook::properties
source · Expand description
Classes and utility methods regarding properties.
Re-exports§
pub use dynamic_props::DynProperty;
pub use dynamic_props::HctlFormula;
pub use static_props::FirstOrderFormula;
pub use static_props::StatProperty;
Modules§
- _macros 🔒
- _manager 🔒(internal) Definition and methods for
PropertyManager
. - Structs and utilities regarding dynamic properties.
- Utilities and shortcuts for simpler property generating, mainly for tests.
- Structs and utilities regarding static properties.
Structs§
- Class to manage all properties of the sketch.
Type Aliases§
- An iterator over all <
DynPropertyId
,DynProperty
> pairs of aPropertyManager
. - An iterator over all <
StatPropertyId
,StatProperty
> pairs of aPropertyManager
.