concepts.pdsketch.operator.Implementation#

class Implementation[source]#

Bases: object

Methods

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.