OMTPlan: Optimal Planning Modulo Theories
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
translate.pddl.conditions.Literal Class Reference
Inheritance diagram for translate.pddl.conditions.Literal:
Inheritance graph
[legend]
Collaboration diagram for translate.pddl.conditions.Literal:
Collaboration graph
[legend]

Public Member Functions

def __eq__ (self, other)
 
def __init__ (self, predicate, args)
 
def __str__ (self)
 
def dump (self, indent=" ")
 
def change_parts (self, parts)
 
def uniquify_variables (self, type_map, renamings={})
 
def rename_variables (self, renamings)
 
def free_variables (self)
 
- Public Member Functions inherited from translate.pddl.conditions.Condition
def __init__ (self, parts)
 
def __hash__ (self)
 
def __ne__ (self, other)
 
def dump (self, indent=" ")
 
def simplified (self)
 
def relaxed (self)
 
def untyped (self)
 
def uniquify_variables (self, type_map, renamings={})
 
def to_untyped_strips (self)
 
def instantiate (self, var_mapping, init_facts, fluent_facts, init_function_vals, fluent_functions, task, new_axiom, result)
 
def free_variables (self)
 
def has_disjunction (self)
 
def has_existential_part (self)
 
def has_universal_part (self)
 

Public Attributes

 hash
 
 predicate
 
 args
 
- Public Attributes inherited from translate.pddl.conditions.Condition
 parts
 
 hash
 

Static Public Attributes

list parts = []
 

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