Package springbots :: Module networkspringbot :: Class NetworkSpringbot
[hide private]

Class NetworkSpringbot

source code


Extends evolvable springbot to add marshal and unmarshal methods to send more easily through network like xmlrpc

Instance Methods [hide private]
 
marshal(self)
Transforms the springbot into a dictionary
source code
 
unmarshal(self, dic)
Reads a dictionary into this springbot
source code

Inherited from springbot.Springbot: __getitem__, __init__, __iter__, __len__, __repr__, __setitem__, add, boundingBox, centerGround, colide, colideWall, draw, getNode, loadXML, massCenter, refresh, remove, removeUnconnected, storeXML, unconnected

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__