concepts.dm.pdsketch.generator.GeneratorApplicationExpression#
- class GeneratorApplicationExpression[source]#
Bases:
object
An abstract operator grounding. For example
(move ?x ?y)
where?x
and?y
are variables in the context.Methods
pddl_str
()Attributes
The name of the operator.
The operator that is applied.
The arguments of the operator.
- __init__(generator, arguments)[source]#
- Parameters:
generator (Generator)
arguments (Sequence[VariableExpression | ValueOutputExpression])
- __new__(**kwargs)#
- arguments: Tuple[VariableExpression | ValueOutputExpression, ...]#
The arguments of the operator.