A B C D E F G H I L M N P Q R S T U V W X

C

calculateTotalActivation(double, double) - Method in class edu.memphis.ccrg.lida.framework.strategies.DefaultTotalActivationStrategy
 
calculateTotalActivation(double, double) - Method in interface edu.memphis.ccrg.lida.framework.strategies.TotalActivationStrategy
Calculates and returns total activation.
call() - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
This method should not be called directly nor should it be overridden.
cancelTask(FrameworkTask) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
Cancels the task from the Task Queue.
cancelTask(FrameworkTask) - Method in interface edu.memphis.ccrg.lida.framework.tasks.TaskSpawner
Cancels specified task if it exists in this TaskSpawner Task is removed from TaskSpawner and canceled in the TaskManager.
cancelTask(FrameworkTask) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskSpawnerImpl
 
checkForTriggerCondition(Collection<Coalition>) - Method in class edu.memphis.ccrg.lida.globalworkspace.triggers.AggregateCoalitionActivationTrigger
This method is executed each time a new Coalition enters the GlobalWorkspace and calculates the total activation.
checkForTriggerCondition(Collection<Coalition>) - Method in interface edu.memphis.ccrg.lida.globalworkspace.triggers.BroadcastTrigger
Each time a new Coalition is put in the GW, this method is called for all the registered Triggers.
checkForTriggerCondition(Collection<Coalition>) - Method in class edu.memphis.ccrg.lida.globalworkspace.triggers.IndividualCoaltionActivationTrigger
Triggers a broadcast if any Coalition has activation over threshold.
checkForTriggerCondition(Collection<Coalition>) - Method in class edu.memphis.ccrg.lida.globalworkspace.triggers.NoBroadcastOccurringTrigger
 
checkForTriggerCondition(Collection<Coalition>) - Method in class edu.memphis.ccrg.lida.globalworkspace.triggers.NoCoalitionArrivingTrigger
Called each time a new coalition is added to the GlobalWorkspace each BroadcastTrigger's 'checkForTriggerCondition' method is called.
clear() - Method in class edu.memphis.ccrg.lida.framework.shared.ConcurrentHashSet
Removes all of the elements from this set.
clearAttributes() - Method in class edu.memphis.ccrg.lida.framework.initialization.GlobalInitializer
Deletes all attributes
clearLinks() - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Removes all links from this NodeStructure
clearLinks() - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
clearLinks() - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
clearNodeStructure() - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Removes all nodes and links from this nodestructure
clearNodeStructure() - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
clearNodeStructure() - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
Coalition - Interface in edu.memphis.ccrg.lida.globalworkspace
Coaltions are created and added to the GlobalWorkspace by AttentionCodelet objects.
CoalitionImpl - Class in edu.memphis.ccrg.lida.globalworkspace
Default implementation of Coalition.
CoalitionImpl(NodeStructure, double, AttentionCodelet) - Constructor for class edu.memphis.ccrg.lida.globalworkspace.CoalitionImpl
Constructs a coalition with content and sets activation to be equal to the normalized sum of the activation of the Linkables in the NodeStructure times the activation of the creating AttentionCodelet
Codelet - Interface in edu.memphis.ccrg.lida.framework.tasks
A task that represents a demon-like processor.
CodeletImpl - Class in edu.memphis.ccrg.lida.framework.tasks
Abstract implementation of Codelet
CodeletImpl() - Constructor for class edu.memphis.ccrg.lida.framework.tasks.CodeletImpl
Default constructor
CodeletManagerModule - Interface in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets
A FrameworkModule that manages Codelets
Command - Interface in edu.memphis.ccrg.lida.framework.gui.commands
A command is an encapsulation of an event from the Gui such as a button press or a slider state change.
CommandImpl - Class in edu.memphis.ccrg.lida.framework.gui.commands
Abstract implementation of Command.
CommandImpl() - Constructor for class edu.memphis.ccrg.lida.framework.gui.commands.CommandImpl
 
compareNodeStructures(NodeStructure, NodeStructure) - Static method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
Returns true if two NodeStructures are meaningfully equal, else false.
ConcurrentHashSet<E> - Class in edu.memphis.ccrg.lida.framework.shared
Thread-safe HashSet based on a ConcurrentHashMap
ConcurrentHashSet() - Constructor for class edu.memphis.ccrg.lida.framework.shared.ConcurrentHashSet
Constructs a new, empty set; the backing ConcurrentHashMap has default initial capacity, load factor, and concurrencyLevel.
ConcurrentHashSet(Collection<? extends E>) - Constructor for class edu.memphis.ccrg.lida.framework.shared.ConcurrentHashSet
Constructs a new set containing the elements in the specified collection.
ConcurrentHashSet(int, float) - Constructor for class edu.memphis.ccrg.lida.framework.shared.ConcurrentHashSet
 
ConcurrentHashSet(int) - Constructor for class edu.memphis.ccrg.lida.framework.shared.ConcurrentHashSet
Constructs a new, empty set; the backing ConcurrentHashMap has specified initial capacity, default load factor, and default concurrencyLevel.
configLoggers(String) - Static method in class edu.memphis.ccrg.lida.framework.initialization.ConfigUtils
Configures the Logger manager with specified configFile properties file.
ConfigurationFilesPanel - Class in edu.memphis.ccrg.lida.framework.gui.panels
A GuiPanel displaying the configuration files being used.
ConfigurationFilesPanel() - Constructor for class edu.memphis.ccrg.lida.framework.gui.panels.ConfigurationFilesPanel
Creates new form PropertiesPanel
ConfigUtils - Class in edu.memphis.ccrg.lida.framework.initialization
Utilities for loading Properties
ConfigUtils() - Constructor for class edu.memphis.ccrg.lida.framework.initialization.ConfigUtils
 
contains(Object) - Method in class edu.memphis.ccrg.lida.framework.shared.ConcurrentHashSet
Returns true if this set contains the specified element.
containsAddingItem(Node) - Method in interface edu.memphis.ccrg.lida.actionselection.Behavior
Contains adding item.
containsAddingItem(Node) - Method in class edu.memphis.ccrg.lida.actionselection.BehaviorImpl
 
containsContextCondition(Node) - Method in interface edu.memphis.ccrg.lida.actionselection.Behavior
Contains context condition.
containsContextCondition(Node) - Method in class edu.memphis.ccrg.lida.actionselection.BehaviorImpl
 
containsDeletingItem(Node) - Method in interface edu.memphis.ccrg.lida.actionselection.Behavior
Contains deleting item.
containsDeletingItem(Node) - Method in class edu.memphis.ccrg.lida.actionselection.BehaviorImpl
 
containsEdge(GuiLink) - Method in class edu.memphis.ccrg.lida.framework.gui.utils.NodeStructureGuiAdapter
 
containsLink(Link) - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Returns whether this NodeStructure contains specified Link.
containsLink(ExtendedId) - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Returns whether this NodeStructure contains Link with specified ExtendedId.
containsLink(Link) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
containsLink(ExtendedId) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
containsLink(Link) - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
containsLink(ExtendedId) - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
containsLink(Link) - Method in interface edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory
Returns true if this PAM contains specified PamLink.
containsLink(ExtendedId) - Method in interface edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory
Contains link.
containsLink(Link) - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
 
containsLink(ExtendedId) - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
 
containsLinkable(Linkable) - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Returns whether this NodeStructure contains specified Linkable.
containsLinkable(ExtendedId) - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Returns whether this NodeStructure contains Linkable with specified ExtendedId.
containsLinkable(Linkable) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
containsLinkable(ExtendedId) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
containsLinkable(Linkable) - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
containsLinkable(ExtendedId) - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
containsLinkType(String) - Method in class edu.memphis.ccrg.lida.framework.shared.ElementFactory
Returns whether this factory contains specified Link type.
containsNode(Node) - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Returns whether this NodeStructure contains specified Node.
containsNode(int) - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Returns whether this NodeStructure contains Node with specified id.
containsNode(ExtendedId) - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Returns whether this NodeStructure contains Node with specified ExtendedId.
containsNode(int) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
containsNode(ExtendedId) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
containsNode(Node) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
containsNode(Node) - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
containsNode(int) - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
containsNode(ExtendedId) - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
containsNode(Node) - Method in interface edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory
Returns true if this PAM contains specified PamNode.
containsNode(ExtendedId) - Method in interface edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory
Contains node.
containsNode(Node) - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
 
containsNode(ExtendedId) - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
 
containsNodeType(String) - Method in class edu.memphis.ccrg.lida.framework.shared.ElementFactory
Returns whether this factory contains specified Node type.
containsScheme(Scheme) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.ProceduralMemory
Returns whether this procedural memory contains specified scheme.
containsScheme(Scheme) - Method in class edu.memphis.ccrg.lida.proceduralmemory.ProceduralMemoryImpl
 
containsStrategy(String) - Method in class edu.memphis.ccrg.lida.framework.shared.ElementFactory
Returns whether this factory contains specified Strategy type.
containsSubmodule(ModuleName) - Method in interface edu.memphis.ccrg.lida.framework.FrameworkModule
Returns whether this FrameworkModule contains a submodule with specified ModuleName.
containsSubmodule(String) - Method in interface edu.memphis.ccrg.lida.framework.FrameworkModule
Returns whether this FrameworkModule contains a submodule with specified name.
containsSubmodule(ModuleName) - Method in class edu.memphis.ccrg.lida.framework.FrameworkModuleImpl
 
containsSubmodule(String) - Method in class edu.memphis.ccrg.lida.framework.FrameworkModuleImpl
 
containsTask(FrameworkTask) - Method in interface edu.memphis.ccrg.lida.framework.tasks.TaskSpawner
Returns whether this TaskSpawner manages this task.
containsTask(FrameworkTask) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskSpawnerImpl
 
containsTaskType(String) - Method in class edu.memphis.ccrg.lida.framework.shared.ElementFactory
Returns whether this factory contains specified FrameworkTask type.
containsVertex(Linkable) - Method in class edu.memphis.ccrg.lida.framework.gui.utils.NodeStructureGuiAdapter
 
controller - Variable in class edu.memphis.ccrg.lida.framework.gui.panels.GuiPanelImpl
the FrameworkGuiController
ControlToolBarPanel - Class in edu.memphis.ccrg.lida.framework.gui.panels
Implements the tool bar of the FrameworkGui.
ControlToolBarPanel() - Constructor for class edu.memphis.ccrg.lida.framework.gui.panels.ControlToolBarPanel
Creates new form ControlToolBarPanel
copy() - Method in interface edu.memphis.ccrg.lida.framework.shared.NodeStructure
Returns a deep copy of this NodeStructure
copy() - Method in class edu.memphis.ccrg.lida.framework.shared.NodeStructureImpl
 
copy() - Method in class edu.memphis.ccrg.lida.framework.shared.UnmodifiableNodeStructureImpl
 
createGuiPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.FrameworkGui
Based on the specified parameters (from the configuration file), creates a new GuiPanel and initializes it.
createInstantiation(Scheme) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.ProceduralMemory
Instantiates specified scheme.
createInstantiation(Scheme) - Method in class edu.memphis.ccrg.lida.proceduralmemory.ProceduralMemoryImpl
 
CueBackgroundTask - Class in edu.memphis.ccrg.lida.workspace
Task which operates workspace.
CueBackgroundTask() - Constructor for class edu.memphis.ccrg.lida.workspace.CueBackgroundTask
 
cueEpisodicMemories(NodeStructure) - Method in interface edu.memphis.ccrg.lida.workspace.Workspace
Prompts this Workspace to cue episodic memories with content.
cueEpisodicMemories(NodeStructure) - Method in class edu.memphis.ccrg.lida.workspace.WorkspaceImpl
 
CueListener - Interface in edu.memphis.ccrg.lida.episodicmemory
Listens to cues from the Workspace.
currentSituationalModel - Variable in class edu.memphis.ccrg.lida.attentioncodelets.AttentionCodeletImpl
Where codelet will look for and retrieve sought content from
CurrentSituationalModel - Static variable in class edu.memphis.ccrg.lida.framework.ModuleName
 

A B C D E F G H I L M N P Q R S T U V W X