Module biodivine_sketchbook::sketchbook::model::_regulation
source ยท Expand description
(internal) Definition and utility methods for Regulation
.
Structsยง
- REGULATIO
N_ ๐REGEX (internal) A regex which reads one line specifying a regulation. - Describes an interaction between two variables,
regulator
andtarget
. Every regulation can be monotonous and can be set as essential:
Constantsยง
- ID_
REGE ๐X_ STR (internal) A regex string of an identifier which we currently allow to appear. This regex does not enforce beginning/ending as it is used inside of larger regulation regex. - (internal) Regex which matches the regulation arrow string with
regulation_sign
andessential
groups.