| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package agents :: Module basic_agents :: Class AgentStateManager |
|
StateManager --+
|
AgentStateManager
| Method Summary | |
|---|---|
Initialises state manager. | |
| Inherited from StateManager | |
Removes all properties for specified state. | |
Returns a dictionary representing the current state in each of the state layers. | |
Return the name of the current state for specified layer. | |
Return the current state for specified layer. | |
Returns a property value for a state. | |
Set specified layer to new state. | |
Sets initial state for agent. | |
Sends an input event. | |
Stores a property value for a state. | |
| Instance Variable Summary | |
|---|---|
| Inherited from StateManager | |
| object | agent: agent object to whom state manager applies. |
| dict | currentStates: list of current states. |
| Class Variable Summary | |
|---|---|
| Inherited from StateManager | |
| dict | layers: list of layers for parallel state machine. |
| Method Details |
|---|
__init__(self,
agent)
Initialises state manager.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:27 2005 | http://epydoc.sf.net |