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. --- html/SmootLight.behaviors.Circle.Circle-class.html | 338 +++++++++++++++++++++ 1 file changed, 338 insertions(+) create mode 100644 html/SmootLight.behaviors.Circle.Circle-class.html (limited to 'html/SmootLight.behaviors.Circle.Circle-class.html') diff --git a/html/SmootLight.behaviors.Circle.Circle-class.html b/html/SmootLight.behaviors.Circle.Circle-class.html new file mode 100644 index 0000000..f8e2da6 --- /dev/null +++ b/html/SmootLight.behaviors.Circle.Circle-class.html @@ -0,0 +1,338 @@ + + + + + SmootLight.behaviors.Circle.Circle + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package SmootLight :: + Package behaviors :: + Module Circle :: + Class Circle + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class Circle

source code

+
+                                    object --+        
+                                             |        
+operationscore.SmootCoreObject.SmootCoreObject --+    
+                                                 |    
+                  operationscore.Behavior.Behavior --+
+                                                     |
+                                                    Circle
+
+ +
+ + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
processResponse(self, + sensors, + recurs) + source code + +
+ +
+   + + + + + + +
setLastOutput(self, + output)
+ Override to modify state.
+ source code + +
+ +
+

Inherited from operationscore.Behavior.Behavior: + addInput, + addInputs, + addMapper, + addMapperToResponse, + behaviorInit, + getLastOutput, + immediateProcessInput, + init, + 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, + sensors, + recurs) +

+
source code  +
+ + +
+
Overrides: + operationscore.Behavior.Behavior.processResponse +
+
+
+
+ +
+ +
+ + +
+

setLastOutput(self, + output) +

+
source code  +
+ +

Override to modify state. For example: if you are using a behavior + that does uses strings for location specification, you will want to + override this to point to a single location. Make sure you keep + lastState as a [] of {}. (List of dicts). Additonally, ensure that you + call Behavior.deepCopyPacket on the packet before hand to avoid + inadvertent down-stream modifications. Look at Square.py for an example + of this.

+
+
Overrides: + operationscore.Behavior.Behavior.setLastOutput +
(inherited documentation)
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3