Module biodivine_sketchbook::sketchbook::properties::dynamic_props
source · Expand description
Structs and utilities regarding dynamic properties.
Modules§
- (internal) Definition and methods for
DynProperty. - (internal) Definition and methods for
HctlFormula. - (internal) Variants of dynamic properties.
Structs§
- Variant of
DynPropertyrequiring that the number of attractors falls into the range <minimal, maximal>. - A typesafe representation wrapping various kinds of dynamic properties. Each property has a
nameand fieldvariantencompassing inner data. - Variant of
DynPropertyrequiring existence of a fixed point corresponding to a particularobservationof a particulardataset. - Variant of
DynPropertyrequiring existence of a trajectory between observations of a particulardataset(in a given order). - Variant of
DynPropertyrequiring existence of a trap space corresponding to a particularobservationof a particulardataset. Optionally, the required trap space might be required to beminimalornon-percolable. - Variant of
DynPropertyrequiring that a particular HCTL formula is satisfied. The struct carries the user-providedraw_formulastring, as well as its processed internal versionprocessed_formula. - Variant of
DynPropertyrequiring one of the following (depending on whetherobservationis specified or not): - A typesafe representation of a HCTL formula used in dynamic properties.
Enums§
- Enum covering all variants of dynamic properties and their necessary data.
- Enum covering all variants of dynamic properties (only discriminants, no data).
Functions§
- Check if two DynPropertyType instances are of the same variant.