|
|
def | __init__ (self, domain_name, task_name, requirements, types, objects, predicates, init, goal, metric, actions, durative_actions, axioms, function_symbols) |
| |
|
def | add_axiom (self, parameters, condition) |
| |
|
def | parse (domain_pddl, task_pddl) |
| |
|
def | dump (self) |
| |
|
|
| domain_name |
| |
|
| task_name |
| |
|
| requirements |
| |
|
| types |
| |
|
| objects |
| |
|
| predicates |
| |
|
| init |
| |
|
| goal |
| |
|
| metric |
| |
|
| actions |
| |
|
| durative_actions |
| |
|
| axioms |
| |
|
| axiom_counter |
| |
|
| function_symbols |
| |
|
| function_administrator |
| |
|
|
| FUNCTION_SYMBOLS = dict() |
| |
|
| parse = staticmethod(parse) |
| |
The documentation for this class was generated from the following file: