| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package agents :: Module basic_agents :: Class SimAgentProxy |
|
Entity --+
|
BasicSpatialEntity --+
|
SpatialEntity --+
|
SimAgentBaseClass --+
|
SimAgentProxy
| Method Summary | |
|---|---|
__init__(self)
| |
Applies encoded data to self. | |
Applies data to self. | |
| Inherited from SimAgentBaseClass | |
Returns string representation of object. | |
Tests if coordinates are contaiend within structure bounds. | |
Returns maximum x coordinate from bounds. | |
Returns maximum y coordinate from bounds. | |
Returns minimum x coordinate from bounds. | |
Returns minimum y coordinate from bounds. | |
Returns name for structure. | |
Returns the bounds of the structure as mapped to the world coordinates. | |
Handles event from simulation. | |
| |
Forwards start call from world. | |
Forwards stop call from world. | |
Forwards update call from world. | |
| Inherited from SpatialEntity | |
Called when entity enters a new structure. | |
Called when entity is added to world. | |
Called when entity leaves an existing structure. | |
Tests if the given coordinates lie within the world bounds of the entity. | |
| |
| |
| |
| Inherited from BasicSpatialEntity | |
Returns encoded representation of self. | |
| Inherited from Entity | |
Called when entity enters a partition. | |
Called when entity is leaves a structure. | |
Called when structure is removed world. | |
| boolean |
Returns tag state. |
Sets the structure and partition that the entity is within. | |
Forwards data representing change in entity to process handler. | |
| Method Details |
|---|
decode(self, data)Applies encoded data to self. |
decodeChangeData(self, data)Applies data to self. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:30 2005 | http://epydoc.sf.net |