OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sokoban.Level Class Reference

Public Member Functions

def __init__
 
def append_to_atomspace
 
def __iter__
 
def __getitem__
 

Public Attributes

 Height
 
 Width
 
 Rows
 
 PlayerCoordinates
 

Detailed Description

classdocs

Definition at line 128 of file sokoban.py.

Constructor & Destructor Documentation

def sokoban.Level.__init__ (   self,
  xml_tag 
)
Constructor

Definition at line 132 of file sokoban.py.

Member Function Documentation

def sokoban.Level.__getitem__ (   self,
  index 
)

Definition at line 167 of file sokoban.py.

References sokoban.Level.Rows.

def sokoban.Level.__iter__ (   self)

Definition at line 162 of file sokoban.py.

References sokoban.Level.Rows.

def sokoban.Level.append_to_atomspace (   self,
  atomspace 
)

Definition at line 158 of file sokoban.py.

Member Data Documentation

sokoban.Level.Height

Definition at line 137 of file sokoban.py.

sokoban.Level.PlayerCoordinates

Definition at line 152 of file sokoban.py.

sokoban.Level.Rows

Definition at line 139 of file sokoban.py.

sokoban.Level.Width

Definition at line 138 of file sokoban.py.


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