| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package actions :: Module actionlib :: Class SimAction |
|
| Method Summary | |
|---|---|
__init__(self,
target,
methodName,
*args,
**kwargs)
| |
Applies encoded data to self. | |
Returns encoded representation of self. | |
Encodes arguments. | |
Encodes keyword arguments. | |
Checks of target is able to perform action, and if so, executes it. | |
| Method Details |
|---|
decode(self, data)Applies encoded data to self. |
encode(self)Returns encoded representation of self. @rtype:dict |
encodeArgs(self)Encodes arguments. |
encodeKwargs(self)Encodes keyword arguments. |
execute(self, target=None)Checks of target is able to perform action, and if so, executes it. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:30 2005 | http://epydoc.sf.net |