concepts.dm.crow.action.CrowPrecondition#

class CrowPrecondition[source]#

Bases: object

The precondition of a rule.

Methods

Attributes

bool_expr

The boolean expression of the precondition.

__init__(bool_expr)[source]#
Parameters:

bool_expr (ValueOutputExpression) –

__new__(**kwargs)#
bool_expr: ValueOutputExpression#

The boolean expression of the precondition.