org.micropsi.comp.server
Class ActionGatherer

java.lang.Object
  extended byorg.micropsi.comp.server.ActionGatherer

public class ActionGatherer
extends java.lang.Object


Constructor Summary
ActionGatherer()
           
 
Method Summary
 void addAction(java.lang.Object action)
           
 int getNumberOfActionsInCache()
           
 void nextStep()
           
 java.util.ArrayList retreiveAndClearStorage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionGatherer

public ActionGatherer()
Method Detail

addAction

public void addAction(java.lang.Object action)

nextStep

public void nextStep()

retreiveAndClearStorage

public java.util.ArrayList retreiveAndClearStorage()

getNumberOfActionsInCache

public int getNumberOfActionsInCache()

(c) by Micropsi Project: http://www.cognitive-agents.org

.