concepts.dm.crow.behavior.CrowBehaviorApplicationExpression#

class CrowBehaviorApplicationExpression[source]#

Bases: CrowBehaviorBodyPrimitiveBase

Methods

Attributes

behavior

The behavior to be applied.

arguments

The arguments of the controller application.

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

The arguments of the controller application.

behavior: CrowBehavior#

The behavior to be applied.