concepts.dm.crow.action.CrowEffect#

class CrowEffect[source]#

Bases: object

The effect of a rule.

Methods

Attributes

assign_expr

The assignment expression of the effect.

evaluation_mode

The evaluation mode of the effect.

__init__(assign_expr, simulation=False, execution=False)[source]#
Parameters:
__new__(**kwargs)#
assign_expr: VariableAssignmentExpression#

The assignment expression of the effect.

evaluation_mode: CrowFunctionEvaluationMode#

The evaluation mode of the effect.