concepts.dm.crow.behavior.CrowBehaviorEffectApplicationExpression#

class CrowBehaviorEffectApplicationExpression[source]#

Bases: CrowBehaviorBodyPrimitiveBase

Methods

Attributes

behavior

The behavior to be applied.

arguments

The arguments of the controller application.

__init__(behavior, arguments=None)[source]#
Parameters:
__new__(**kwargs)#
arguments: Tuple[ObjectOrValueOutputExpression, ...]#

The arguments of the controller application.

behavior: CrowBehavior#

The behavior to be applied.