|
EmbASP-Python v7.1.0
|
Public Member Functions | |
| def | __init__ (self, plan, error) |
| def | get_actions (self) |
| def | get_actions_objects (self) |
| def | store_action (self, action) |
Public Member Functions inherited from base.output.Output | |
| def | get_errors (self) |
| def | get_output (self) |
| def | set_errors (self, errors) |
| def | set_output (self, output) |
A simplified solution to a PDDL problem.
| def languages.pddl.plan.Plan.__init__ | ( | self, | |
| plan, | |||
| error | |||
| ) |
Reimplemented from base.output.Output.
Reimplemented in specializations.solver_planning_domains.spd_plan.SPDPlan.
| def languages.pddl.plan.Plan.get_actions | ( | self | ) |
Returns a set of Actions.
| def languages.pddl.plan.Plan.get_actions_objects | ( | self | ) |
Returns a set of Objects representing Actions.
| def languages.pddl.plan.Plan.store_action | ( | self, | |
| action | |||
| ) |