Uses of Package
edu.memphis.ccrg.lida.proceduralmemory

Packages that use edu.memphis.ccrg.lida.proceduralmemory
edu.memphis.ccrg.lida.actionselection Contains classes related to Action Selection, a subsystem which selects Behaviors for execution. 
edu.memphis.ccrg.lida.proceduralmemory Contains classes related to the definition of the Procedural Memory module and its default implementation. 
 

Classes in edu.memphis.ccrg.lida.proceduralmemory used by edu.memphis.ccrg.lida.actionselection
ProceduralMemoryListener
          A procedural memory listener receives instantiated schemes which are behaviors
Scheme
          A Scheme consists of a Context, an Action and a Result.
 

Classes in edu.memphis.ccrg.lida.proceduralmemory used by edu.memphis.ccrg.lida.proceduralmemory
ProceduralMemory
          FrameworkModule containing Schemes activated by each conscious broadcast.
Scheme
          A Scheme consists of a Context, an Action and a Result.
SchemeActivationStrategy
          A Strategy that activates schemes whose context and/or result intersects with the conscious broadcast.