Package edu.memphis.ccrg.lida.proceduralmemory

Contains classes related to the definition of the Procedural Memory module and its default implementation.

See:
          Description

Interface Summary
ProceduralMemory FrameworkModule containing Schemes activated by each conscious broadcast.
ProceduralMemoryListener A procedural memory listener receives instantiated schemes which are behaviors
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.
 

Class Summary
BasicProceduralMemoryInitializer Basic ProceduralMemory Initializer which reads String parameters beginning with 'scheme.' and creates a scheme based on the parameter.
BasicSchemeActivationStrategy A basic algorithm to activate Schemes given a NodeStructure
ProceduralMemoryImpl Default implementation of ProceduralMemory.
SchemeImpl Default implementation of Scheme
 

Package edu.memphis.ccrg.lida.proceduralmemory Description

Contains classes related to the definition of the Procedural Memory module and its default implementation.