EmbASP-Python
Public Member Functions | List of all members
languages.pddl.plan.Plan Class Reference
Inheritance diagram for languages.pddl.plan.Plan:
base.output.Output specializations.solver_planning_domains.spd_plan.SPDPlan

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)
 

Detailed Description

A simplified solution to a PDDL problem.

Definition at line 7 of file plan.py.

Member Function Documentation

◆ get_actions()

def languages.pddl.plan.Plan.get_actions (   self)
Returns a set of Actions.

Definition at line 16 of file plan.py.

◆ get_actions_objects()

def languages.pddl.plan.Plan.get_actions_objects (   self)
Returns a set of Objects representing Actions.

Definition at line 23 of file plan.py.


The documentation for this class was generated from the following file: