concepts.dm.crow.behavior.CrowPrecondition#
- class CrowPrecondition[source]#
Bases:
object
The precondition of a rule.
Methods
Attributes
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.