Log.py
Go to the documentation of this file.
00001 class Log:
00002     def __init__(self):
00003         pass
00004 
00005     def setOwlData(self, owlData):
00006         self.owlData = owlData
00007 
00008     def getOwlData(self):
00009         return self.owlData


beliefstate
Author(s): Jan Winkler
autogenerated on Sun Oct 5 2014 22:30:15