| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package terrain :: Module special_areas :: Class SimDataArea |
|
Entity --+
|
BasicSpatialEntity --+
|
SpatialEntity --+
|
GenericArea --+
|
SimDataArea
| Method Summary | |
|---|---|
__init__(self)
| |
Responds to agent collecting data from area. | |
Decodes data and applies it to self. | |
Responds to agent placing data in area. | |
| dict |
Returns encoded representation of self. |
Responds to agent requesting data from area. | |
setup(self,
idtag,
name,
simdata)
| |
| Inherited from GenericArea | |
Returns string representation of structure. | |
Tests if coordinates are contaiend within structure bounds. | |
Responds to agent entering area. | |
Called when structure is added to a partition. | |
Responds to agent leaving area. | |
Called when structure is removed from a partition. | |
Returns name for structure. | |
Sets floorplane and adjust bounds to contain it. | |
| 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 Entity | |
Called when structure is removed world. | |
Handles event form simulation. | |
| boolean |
Returns tag state. |
Sets the structure and partition that the entity is within. | |
Forwards data representing change in entity to process handler. | |
Called when the simulation world starts running, or if an entity has been added to a world after it has started. | |
Called when the simulation world stops running, or if an entity has been removed from a world after it has started. | |
Called when the simulation world updates. | |
| Method Details |
|---|
collect(self, request=None, agent=None)Responds to agent collecting data from area. |
decode(self, data)Decodes data and applies it to self. |
deposit(self, data, agent=None)Responds to agent placing data in area. |
encode(self)Returns encoded representation of self.
|
inspect(self, request=None, agent=None)Responds to agent requesting data from area. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:27 2005 | http://epydoc.sf.net |