concepts.dm.crow.behavior.CrowEffect#
- class CrowEffect[source]#
Bases:
object
The effect of a rule.
Methods
Attributes
The assignment expression of the effect.
The evaluation mode of the effect.
- __init__(assign_expr, simulation=False, execution=False)[source]#
- Parameters:
assign_expr (VariableAssignmentExpression)
simulation (bool)
execution (bool)
- __new__(**kwargs)#
- assign_expr: VariableAssignmentExpression#
The assignment expression of the effect.
- evaluation_mode: CrowFunctionEvaluationMode#
The evaluation mode of the effect.