concepts.dm.crow.behavior.CrowFeatureAssignmentExpression#

class CrowFeatureAssignmentExpression[source]#

Bases: CrowBehaviorBodyPrimitiveBase

Methods

Attributes

feature

The feature to assign.

value

The value to assign.

evaluation_mode

The evaluation mode of the assignment.

__init__(feature, value, simulation=False, execution=False)[source]#
Parameters:
__new__(**kwargs)#
evaluation_mode: CrowFunctionEvaluationMode#

The evaluation mode of the assignment.

feature: FunctionApplicationExpression | ListFunctionApplicationExpression#

The feature to assign.

value: ValueOutputExpression#

The value to assign.