Horizon
|
Public Member Functions | |
Rule (const UUID &uu) | |
Rule (const json &j) | |
Rule (const UUID &uu, const json &j) | |
int | get_order () const |
virtual json | serialize () const |
virtual std::string | get_brief (const class Block *block=nullptr) const =0 |
virtual bool | is_match_all () const |
Public Attributes | |
UUID | uuid |
RuleID | id = RuleID::NONE |
bool | enabled = true |
Friends | |
class | Rules |