OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
python.undocumented.blocksworld Namespace Reference

Functions

def action_template
 
def not_template
 
def parse_params
 
def parse_conditions_list
 
def new_rule
 
def blocksworld_rules
 
def blocksworld_test
 

Variables

 t = types
 
dictionary blocks = {}
 
dictionary actions = {}
 
dictionary predicates = {}
 

Function Documentation

def python.undocumented.blocksworld.action_template (   action,
  arguments 
)

Definition at line 13 of file blocksworld.py.

+ Here is the caller graph for this function:

def python.undocumented.blocksworld.blocksworld_rules (   atomspace)
def python.undocumented.blocksworld.blocksworld_test (   atomspace)
def python.undocumented.blocksworld.new_rule (   atomspace,
  action_str,
  pre_str,
  post_str 
)
def python.undocumented.blocksworld.not_template (   link)

Definition at line 18 of file blocksworld.py.

+ Here is the caller graph for this function:

def python.undocumented.blocksworld.parse_conditions_list (   vars,
  conditions_str 
)

Definition at line 24 of file blocksworld.py.

References python.undocumented.blocksworld.not_template(), and python.undocumented.blocksworld.parse_params().

+ Here is the caller graph for this function:

def python.undocumented.blocksworld.parse_params (   vars,
  relation_l 
)

Definition at line 21 of file blocksworld.py.

+ Here is the caller graph for this function:

Variable Documentation

dictionary python.undocumented.blocksworld.actions = {}

Definition at line 75 of file blocksworld.py.

dictionary python.undocumented.blocksworld.blocks = {}

Definition at line 74 of file blocksworld.py.

dictionary python.undocumented.blocksworld.predicates = {}

Definition at line 76 of file blocksworld.py.

python.undocumented.blocksworld.t = types

Definition at line 11 of file blocksworld.py.