EmbASP-Theoretic v7.1.0
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.

Constructor & Destructor Documentation

◆ __init__()

def languages.pddl.plan.Plan.__init__ (   self,
  plan,
  error 
)

Member Function Documentation

◆ get_actions()

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

◆ get_actions_objects()

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

◆ store_action()

def languages.pddl.plan.Plan.store_action (   self,
  action 
)

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