From cb69d2e1c7ced951cbf7a31ee286b0ed92cab8a8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 18 Feb 2011 16:56:43 -0500 Subject: Adding Epydoc generated docs. --- ...SmootLight.behaviors.Timeout.Timeout-class.html | 296 +++++++++++++++++++++ 1 file changed, 296 insertions(+) create mode 100644 html/SmootLight.behaviors.Timeout.Timeout-class.html (limited to 'html/SmootLight.behaviors.Timeout.Timeout-class.html') diff --git a/html/SmootLight.behaviors.Timeout.Timeout-class.html b/html/SmootLight.behaviors.Timeout.Timeout-class.html new file mode 100644 index 0000000..cf4f5a3 --- /dev/null +++ b/html/SmootLight.behaviors.Timeout.Timeout-class.html @@ -0,0 +1,296 @@ + + + + + SmootLight.behaviors.Timeout.Timeout + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package SmootLight :: + Package behaviors :: + Module Timeout :: + Class Timeout + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class Timeout

source code

+
+                                    object --+        
+                                             |        
+operationscore.SmootCoreObject.SmootCoreObject --+    
+                                                 |    
+                  operationscore.Behavior.Behavior --+
+                                                     |
+                                                    Timeout
+
+ +
+

Timeout is a behavior designed to be used in recursive hooks to stop + responses after a certain amount of time. It is the Time-version of + RecursiveDecay. Specify: <TimeOut> -- the time in ms that the + response will run.

+ + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
processResponse(self, + sensorInputs, + recur) + source code + +
+ +
+

Inherited from operationscore.Behavior.Behavior: + addInput, + addInputs, + addMapper, + addMapperToResponse, + behaviorInit, + getLastOutput, + immediateProcessInput, + init, + setLastOutput, + timeStep +

+

Inherited from operationscore.SmootCoreObject.SmootCoreObject: + __contains__, + __getitem__, + __getiter__, + __init__, + __setitem__, + acquireLock, + addDieListener, + className, + die, + releaseLock, + removeDieListener, + validateArgDict, + validateArgs +

+

Inherited from object: + __delattr__, + __format__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__, + __sizeof__, + __str__, + __subclasshook__ +

+
+ + + + + + + + + +
+ + + + + +
Static Methods[hide private]
+
+

Inherited from operationscore.Behavior.Behavior: + deepCopyPacket +

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

processResponse(self, + sensorInputs, + recur) +

+
source code  +
+ + +
+
Overrides: + operationscore.Behavior.Behavior.processResponse +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3