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
Condition A requirement for a Behavior to be selected.
ProceduralMemory FrameworkModule containing Schemes activated by each conscious broadcast.
ProceduralMemoryListener A procedural memory listener receives instantiated schemes which are behaviors
ProceduralUnit An abstraction of the commonality between Scheme and Behavior.
Scheme A Scheme consists of a Context, an Action and a Result.
 

Class Summary
BasicProceduralMemoryInitializer Basic ProceduralMemory Initializer which reads String parameters beginning with 'scheme.' and creates a scheme based on the parameter.
ProceduralMemoryImpl Default implementation of ProceduralMemory.
SchemeImpl Default implementation of Scheme.
 

Enum Summary
ProceduralMemoryImpl.ConditionType The possible type of usage for a condition inside a Scheme
 

Package edu.memphis.ccrg.lida.proceduralmemory Description

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