concepts.dm.pdsketch.strips.atomic_strips_domain.AtomicStripsOperatorApplier#
- class AtomicStripsOperatorApplier[source]#
Bases:
object
Methods
Attributes
The operator that this applier is derived from.
The arguments of the operator, as a tuple of strings.
The bound arguments of the operator.
The preconditions of the operator, as a tuple of
SProposition
.The add effects of the operator, as a tuple of
SProposition
.The delete effects of the operator, as a tuple of
SProposition
.- __init__(operator, bound_arguments)[source]#
- Parameters:
operator (AtomicStripsOperator)
- __new__(**kwargs)#
- operator: AtomicStripsOperator#
The operator that this applier is derived from.