|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Activatible | |
---|---|
edu.memphis.ccrg.lida.actionselection | Contains classes related to Action Selection, a subsystem which selects Behaviors for execution. |
edu.memphis.ccrg.lida.attentioncodelets | Contains classes related to Attention Codelets. |
edu.memphis.ccrg.lida.framework.shared | Contains classes related to common data structures used in the framework. |
edu.memphis.ccrg.lida.framework.shared.activation | Contains classes which define activation attributes and operations related to these activations. |
edu.memphis.ccrg.lida.framework.tasks | Contains classes related to the framework's tasks (small demon-like processes) and their management. |
edu.memphis.ccrg.lida.globalworkspace | Contains classes related to the GlobalWorkspace, the module responsible for selecting the most important part of an Agent's current understanding, at the particular moment, for broadcast to all BroadcastListeners. |
edu.memphis.ccrg.lida.globalworkspace.triggers | Contains classes related to the triggering of the competition for the global conscious broadcast. |
edu.memphis.ccrg.lida.pam | Contains classes related to the definition of the Perceptual Associative Memory module and its default implementation. |
edu.memphis.ccrg.lida.pam.tasks | Contains classes implementing several low-level processes of the default PerceptualAssociativeMemory. |
edu.memphis.ccrg.lida.proceduralmemory | Contains classes related to the definition of the Procedural Memory module and its default implementation. |
edu.memphis.ccrg.lida.sensorymemory | Contains classes related to the definition of the Sensory Memory module. |
edu.memphis.ccrg.lida.workspace | Contains classes related to the definition of the Workspace module and its default implementation. |
edu.memphis.ccrg.lida.workspace.structurebuildingcodelets | Contains classes related to the definition, default implementation, and management of Structure-Building codelets. |
Uses of Activatible in edu.memphis.ccrg.lida.actionselection |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.actionselection | |
---|---|
interface |
Behavior
An instantiated Scheme with a context, adding list, and deleting list. |
Classes in edu.memphis.ccrg.lida.actionselection that implement Activatible | |
---|---|
class |
BehaviorImpl
Basic implementation of Behavior |
Uses of Activatible in edu.memphis.ccrg.lida.attentioncodelets |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.attentioncodelets | |
---|---|
interface |
AttentionCodelet
A kind of Codelet that checks WorkspaceBuffer
for its desired content and possibly adds Coalition to the
GlobalWorkspace |
Classes in edu.memphis.ccrg.lida.attentioncodelets that implement Activatible | |
---|---|
class |
AttentionCodeletImpl
Abstract implementation of AttentionCodelet that checks the CSM for desired
content. |
class |
BasicAttentionCodelet
Basic implementation of AttentionCodelet |
class |
NeighborhoodAttentionCodelet
Creates Coalition s if the nodes specified in the 'nodes' parameter are present. |
Uses of Activatible in edu.memphis.ccrg.lida.framework.shared |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.framework.shared | |
---|---|
interface |
Link
A link connects two Linkable objects. |
interface |
Linkable
A object that can have links attached to it. |
interface |
Node
Node represents a Concept in LIDA. |
Classes in edu.memphis.ccrg.lida.framework.shared that implement Activatible | |
---|---|
class |
LinkImpl
A Link that connects a Node to a Linkable (Node or Link). |
class |
NodeImpl
Default Node Implementation |
Uses of Activatible in edu.memphis.ccrg.lida.framework.shared.activation |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.framework.shared.activation | |
---|---|
interface |
Learnable
An Activatible that additionally has a base-level activation. |
Classes in edu.memphis.ccrg.lida.framework.shared.activation that implement Activatible | |
---|---|
class |
ActivatibleImpl
Generic Activatible Implementation. |
class |
LearnableImpl
Default implementation of Learnable. |
Uses of Activatible in edu.memphis.ccrg.lida.framework.tasks |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.framework.tasks | |
---|---|
interface |
Codelet
A task that represents a demon-like processor. |
interface |
FrameworkTask
This is the base interface for all task process in the LIDA framework. |
Classes in edu.memphis.ccrg.lida.framework.tasks that implement Activatible | |
---|---|
class |
CodeletImpl
Abstract implementation of Codelet |
class |
FrameworkTaskImpl
This class implements the FrameworkTask Interface. |
Uses of Activatible in edu.memphis.ccrg.lida.globalworkspace |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.globalworkspace | |
---|---|
interface |
Coalition
Coaltions are created and added to the GlobalWorkspace by
AttentionCodelet objects. |
Classes in edu.memphis.ccrg.lida.globalworkspace that implement Activatible | |
---|---|
class |
CoalitionImpl
Default implementation of Coalition . |
Uses of Activatible in edu.memphis.ccrg.lida.globalworkspace.triggers |
---|
Classes in edu.memphis.ccrg.lida.globalworkspace.triggers that implement Activatible | |
---|---|
class |
TriggerTask
TriggerTask is executed when the Timer object goes off. |
Uses of Activatible in edu.memphis.ccrg.lida.pam |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.pam | |
---|---|
interface |
PamLink
A Link in PerceptualAssociativeMemory |
interface |
PamLinkable
A Learnable Linkable , a PamNode or
PamLink |
interface |
PamNode
A PamNode is a Node which resides in PerceptualAssociativeMemory and
represents a feature or a concept. |
Classes in edu.memphis.ccrg.lida.pam that implement Activatible | |
---|---|
class |
PamLinkImpl
Default implementation of PamLink . |
class |
PamNodeImpl
Default implementation of PamNode . |
Uses of Activatible in edu.memphis.ccrg.lida.pam.tasks |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.pam.tasks | |
---|---|
interface |
DetectionAlgorithm
A process which detects a pattern (feature) in SensoryMemory content and excites PamNode s
representing that pattern. |
Classes in edu.memphis.ccrg.lida.pam.tasks that implement Activatible | |
---|---|
class |
AddLinkToPerceptTask
A task to add a PamLink and its sink to the percept. |
class |
AddNodeStructureToPerceptTask
A task which adds a NodeStructure to the percept. |
class |
AddNodeToPerceptTask
A task which adds a PamNode to the percept. |
class |
BasicDetectionAlgorithm
This class implements the FeatureDetector interface and provides default methods. |
class |
ExcitationTask
A task which performs the excitation of a single PamNode . |
class |
MultipleDetectionAlgorithm
This class implements the FeatureDetector interface and provides default methods. |
class |
PropagationTask
A task which propagates an amount of activation along a PamLink to its sink. |
Uses of Activatible in edu.memphis.ccrg.lida.proceduralmemory |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.proceduralmemory | |
---|---|
interface |
Scheme
A Scheme consists of a Context, an Action and a Result. |
Classes in edu.memphis.ccrg.lida.proceduralmemory that implement Activatible | |
---|---|
class |
SchemeImpl
Default implementation of Scheme |
Uses of Activatible in edu.memphis.ccrg.lida.sensorymemory |
---|
Classes in edu.memphis.ccrg.lida.sensorymemory that implement Activatible | |
---|---|
class |
SensoryMemoryBackgroundTask
Task which operates a Sensory Memory. |
Uses of Activatible in edu.memphis.ccrg.lida.workspace |
---|
Classes in edu.memphis.ccrg.lida.workspace that implement Activatible | |
---|---|
class |
CueBackgroundTask
Task which operates workspace. |
class |
UpdateCsmBackgroundTask
A background task in the Workspace which transfers percepts from the
Perceptual buffer to the Current Situational Model |
Uses of Activatible in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets |
---|
Subinterfaces of Activatible in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets | |
---|---|
interface |
StructureBuildingCodelet
Demon-like process operating on the workspace searching for particular content which, when found, triggers its action producing its result. |
Classes in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets that implement Activatible | |
---|---|
class |
BasicStructureBuildingCodelet
Default implementation of StructureBuildingCodelet . |
class |
StructureBuildingCodeletImpl
Basic implementation of StructureBuildingCodelet |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |