Module biodivine_sketchbook::sketchbook::model::_regulation

source ยท
Expand description

(internal) Definition and utility methods for Regulation.

Structsยง

  • REGULATION_REGEX ๐Ÿ”’
    (internal) A regex which reads one line specifying a regulation.
  • Describes an interaction between two variables, regulator and target. Every regulation can be monotonous and can be set as essential:

Constantsยง

  • ID_REGEX_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 and essential groups.