concepts.dm.crow.behavior.CrowFeatureAssignmentExpression#
- class CrowFeatureAssignmentExpression[source]#
Bases:
CrowBehaviorBodyPrimitiveBase
Methods
Attributes
The feature to assign.
The value to assign.
The evaluation mode of the assignment.
- __init__(feature, value, simulation=False, execution=False)[source]#
- Parameters:
feature (FunctionApplicationExpression)
value (ObjectOrValueOutputExpression | NullExpression)
simulation (bool)
execution (bool)
- __new__(**kwargs)#
- evaluation_mode: CrowFunctionEvaluationMode#
The evaluation mode of the assignment.
- feature: FunctionApplicationExpression#
The feature to assign.
- value: ObjectOrValueOutputExpression | NullExpression#
The value to assign.