aboutsummaryrefslogtreecommitdiff
path: root/behaviors/RecursiveDecay.py
diff options
context:
space:
mode:
Diffstat (limited to 'behaviors/RecursiveDecay.py')
-rw-r--r--behaviors/RecursiveDecay.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/behaviors/RecursiveDecay.py b/behaviors/RecursiveDecay.py
index 218813d..0ae21ea 100644
--- a/behaviors/RecursiveDecay.py
+++ b/behaviors/RecursiveDecay.py
@@ -1,6 +1,11 @@
from operationscore.Behavior import *
import pdb
class RecursiveDecay(Behavior):
+ """RecursiveDecay is an event to allow recursive hooks to stop recursing after a certain number
+ of iterations specified in
+ <InitialResponseCount> -- Int, number of total responses.
+ Designed to be used as part of a recursive hook.
+ """
def processResponse(self, sensorInputs, recursiveInputs):
ret = []
for response in sensorInputs: