concepts.pdsketch.operator.OperatorController#

class OperatorController[source]#

Bases: object

Methods

pddl_str()

Attributes

name

The identifier of the controller.

arguments

The argument expressions to the controller function.

__init__(name, arguments)[source]#
Parameters:
__new__(**kwargs)#
pddl_str()[source]#
Return type:

str

arguments: Tuple[ValueOutputExpression, ...]#

The argument expressions to the controller function.

name: str#

The identifier of the controller.