| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package world :: Module processes :: Class ProcessHandler |
|
ProcessHandlerProxy,
StandaloneProcessHandler| Method Summary | |
|---|---|
__init__(self)
| |
Adds new component to process making sure that it is not already present. | |
Called when added to simulation world. | |
Applies encoded data to self. | |
Returns encoded representation of self. | |
Return changes that have occurred during last update. | |
Forwards event messages. | |
Receives change event from component. | |
setup(self,
name)
| |
Forwards start call from world. | |
Forwards stop call from world. | |
Forwards update call from world. | |
| Method Details |
|---|
addComponent(self, component)Adds new component to process making sure that it is not already present. |
addToWorld(self, world)Called when added to simulation world. This should be overridden by extending classes to setup components for processing. |
decode(self, data)Applies encoded data to self. |
encode(self)Returns encoded representation of self. @rtype:dict |
getChanges(self)Return changes that have occurred during last update. |
notifyOfEvents(self, events)Forwards event messages. |
postEvent(self, event)Receives change event from component. |
startWorld(self, simTime)Forwardsstart call from world.
|
stopWorld(self, simTime)Forwardsstop call from world.
|
updateWorld(self, simTime)Forwardsupdate call from world.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:27 2005 | http://epydoc.sf.net |