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

I

IndividualCoaltionActivationTrigger - Class in edu.memphis.ccrg.lida.globalworkspace.triggers
If any coalition is above threshold, this trigger will fire.
IndividualCoaltionActivationTrigger() - Constructor for class edu.memphis.ccrg.lida.globalworkspace.triggers.IndividualCoaltionActivationTrigger
 
init(Map<String, ?>) - Method in class edu.memphis.ccrg.lida.actionselection.ActionImpl
 
init() - Method in class edu.memphis.ccrg.lida.actionselection.ActionImpl
 
init() - Method in class edu.memphis.ccrg.lida.actionselection.BasicActionSelection
Will set parameters with the following names:

actionSelection.refractoryperiodTicks
actionSelection.candidateThreshold
actionSelection.removalThreshold
actionSelection.backgroundTaskTicksPerRun
actionSelection.behaviorDecayStrategy
actionSelection.thresholdDecayRate
init() - Method in class edu.memphis.ccrg.lida.attentioncodelets.AttentionCodeletImpl
 
init() - Method in class edu.memphis.ccrg.lida.attentioncodelets.AttentionCodeletModule
Will set parameters with the following names:

attentionModule.defaultCodeletType
attentionModule.codeletActivation
attentionModule.codeletRemovalThreshold
init() - Method in class edu.memphis.ccrg.lida.attentioncodelets.BasicAttentionCodelet
 
init() - Method in class edu.memphis.ccrg.lida.episodicmemory.EpisodicMemoryImpl
Will set parameters with the following names:

tem.numOfHardLoc
tem.addressLength
tem.wordLength
tem.activationRadius
init() - Method in class edu.memphis.ccrg.lida.framework.AgentImpl
 
init(Map<String, ?>) - Method in class edu.memphis.ccrg.lida.framework.FrameworkModuleImpl
 
init() - Method in class edu.memphis.ccrg.lida.framework.FrameworkModuleImpl
Implementations should only perform initialization of variables or objects that depend on parameters in the parameter map specified in FrameworkModuleImpl.init(Map).
init(String) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.AddEditPanel
 
init(Map<String, ?>) - Method in interface edu.memphis.ccrg.lida.framework.initialization.Initializable
This method initializes the module with parameters specified in agent.xml
init() - Method in interface edu.memphis.ccrg.lida.framework.initialization.Initializable
This is a convenience method to initialize this Object.
init(Map<String, ?>) - Method in class edu.memphis.ccrg.lida.framework.shared.LinkImpl
 
init() - Method in class edu.memphis.ccrg.lida.framework.shared.LinkImpl
 
init(Map<String, ?>) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeImpl
 
init() - Method in class edu.memphis.ccrg.lida.framework.shared.NodeImpl
 
init() - Method in class edu.memphis.ccrg.lida.framework.strategies.LinearDecayStrategy
 
init() - Method in class edu.memphis.ccrg.lida.framework.strategies.LinearExciteStrategy
 
init() - Method in class edu.memphis.ccrg.lida.framework.strategies.SigmoidDecayStrategy
 
init() - Method in class edu.memphis.ccrg.lida.framework.strategies.SigmoidExciteStrategy
 
init(Map<String, ?>) - Method in class edu.memphis.ccrg.lida.framework.strategies.StrategyImpl
 
init() - Method in class edu.memphis.ccrg.lida.framework.strategies.StrategyImpl
 
init(Map<String, ?>) - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
 
init() - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
This is a convenience method to initialize Tasks.
init(Map<String, ?>) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskSpawnerImpl
 
init() - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskSpawnerImpl
 
init() - Method in class edu.memphis.ccrg.lida.globalworkspace.GlobalWorkspaceImpl
Will set the parameters with the following names:

globalWorkspace.coalitionRemovalThreshold
globalWorkspace.coalitionDecayStrategy
globalWorkspace.refractoryPeriod
init(Map<String, Object>, GlobalWorkspace) - Method in class edu.memphis.ccrg.lida.globalworkspace.triggers.AggregateCoalitionActivationTrigger
 
init(Map<String, Object>, GlobalWorkspace) - Method in interface edu.memphis.ccrg.lida.globalworkspace.triggers.BroadcastTrigger
This method is a generic way to setup the Trigger.
init(Map<String, Object>, GlobalWorkspace) - Method in class edu.memphis.ccrg.lida.globalworkspace.triggers.NoBroadcastOccurringTrigger
This init expects an Integer with name "delay" standing for trigger delay.
init() - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
This init method sets the following values from the parameters in the Factorydata.xml file: baseLevelDecayStrategy: a String with the factory name of the DecayStrategy baseLevelExciteStrategy: a String with the factory name of the ExciteStrategy baseLevelRemovalThreshold: a double value.
init() - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
This init method sets the following values from the parameters in the Factorydata.xml file: baseLevelDecayStrategy: a String with the factory name of the DecayStrategy baseLevelExciteStrategy: a String with the factory name of the ExciteStrategy baseLevelRemovalThreshold: a double value.
init() - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
Will set parameters with the following names:

pam.Upscale
pam.Downscale
pam.Selectivity
pam.excitationTicksPerRun
pam.propagationTicksPerRun
init() - Method in class edu.memphis.ccrg.lida.pam.tasks.BasicDetectionAlgorithm
 
init() - Method in class edu.memphis.ccrg.lida.pam.tasks.MultipleDetectionAlgorithm
 
init() - Method in class edu.memphis.ccrg.lida.proceduralmemory.BasicSchemeActivationStrategy
 
init() - Method in class edu.memphis.ccrg.lida.proceduralmemory.ProceduralMemoryImpl
This module can accept parameters for the decay and excite strategies for behaviors instantiated in this module.
init() - Method in class edu.memphis.ccrg.lida.sensorymotormemory.BasicSensoryMotorMemory
Will set parameters with the following names:

smm.backgroundTaskTicks
init() - Method in class edu.memphis.ccrg.lida.workspace.CueBackgroundTask
 
init() - Method in class edu.memphis.ccrg.lida.workspace.structurebuildingcodelets.StructureBuildingCodeletModule
Will set parameters with the following names:

sbcModule.defaultCodeletType
sbcModule.codeletActivation
sbcModule.codeletRemovalThreshold
init() - Method in class edu.memphis.ccrg.lida.workspace.UpdateCsmBackgroundTask
 
init() - Method in class edu.memphis.ccrg.lida.workspace.workspacebuffers.BroadcastQueueImpl
Will set parameters with the following names:

workspace.broadcastQueueCapacity
init() - Method in class edu.memphis.ccrg.lida.workspace.workspacebuffers.WorkspaceBufferImpl
Will set parameters with the following names:

workspaceBuffer.nodeType
workspaceBuffer.linkType
initClassnames(List<String>) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.AddEditPanel
 
Initializable - Interface in edu.memphis.ccrg.lida.framework.initialization
An object which can be configured in particular ways.
Initializer - Interface in edu.memphis.ccrg.lida.framework.initialization
An initializer configures the parameters and objects of a particular module.
initModule(FullyInitializable, Agent, Map<String, ?>) - Method in class edu.memphis.ccrg.lida.episodicmemory.BasicEpisodicMemoryInitializer
 
initModule(FullyInitializable, Agent, Map<String, ?>) - Method in interface edu.memphis.ccrg.lida.framework.initialization.Initializer
Receives a particular module to configure.
initModule(FullyInitializable, Agent, Map<String, ?>) - Method in class edu.memphis.ccrg.lida.globalworkspace.GlobalWorkspaceInitalizer
 
initModule(FullyInitializable, Agent, Map<String, ?>) - Method in class edu.memphis.ccrg.lida.pam.BasicPamInitializer
 
initModule(FullyInitializable, Agent, Map<String, ?>) - Method in class edu.memphis.ccrg.lida.proceduralmemory.BasicProceduralMemoryInitializer
 
initModule(FullyInitializable, Agent, Map<String, ?>) - Method in class edu.memphis.ccrg.lida.sensorymotormemory.BasicSensoryMotorMemoryInitializer
 
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.ActionSelectionPanel
 
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.ActivationChartPanel
first optional parameter sets tickDisplayInterval (int)
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.ConfigurationFilesPanel
 
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.ControlToolBarPanel
 
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.FrameworkTaskPanel
 
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.GlobalWorkspaceTablePanel
 
initPanel(String[]) - Method in interface edu.memphis.ccrg.lida.framework.gui.panels.GuiPanel
Initializes panel
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.GuiPanelImpl
Subclasses may override this method.
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.LoggingPanel
 
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.NodeStructurePanel
Definition of this Panel should include a parameter for the ModuleName for the module from which the NodeStructure will be obtained.
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.NodeStructureTable
Definition of this Panel should include a parameter for the ModuleName for the module from which the NodeStructure will be obtained.
initPanel(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.ProceduralMemoryPanel
 
isAllContextConditionsSatisfied() - Method in interface edu.memphis.ccrg.lida.actionselection.Behavior
Returns true if all context conditions are satisfied.
isAllContextConditionsSatisfied() - Method in class edu.memphis.ccrg.lida.actionselection.BehaviorImpl
 
isComplexLink() - Method in class edu.memphis.ccrg.lida.framework.shared.ExtendedId
Returns whether this ExtendedId is for a Link between a node and a Link.
isContextConditionSatisfied(Node) - Method in interface edu.memphis.ccrg.lida.actionselection.Behavior
Returns true if supplied condition is satisfied.
isContextConditionSatisfied(Node) - Method in class edu.memphis.ccrg.lida.actionselection.BehaviorImpl
 
isDest(Linkable, GuiLink) - Method in class edu.memphis.ccrg.lida.framework.gui.utils.NodeStructureGuiAdapter
Returns true if arg0 is a destination of GuiLink arg1
isEmpty() - Method in class edu.memphis.ccrg.lida.framework.shared.ConcurrentHashSet
Returns true if this set contains no elements.
isFlyWeight() - Method in class edu.memphis.ccrg.lida.framework.initialization.StrategyDef
 
isInIntervalMode() - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
 
isInnate() - Method in interface edu.memphis.ccrg.lida.proceduralmemory.Scheme
 
isInnate() - Method in class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
 
isNodeId() - Method in class edu.memphis.ccrg.lida.framework.shared.ExtendedId
Returns whether id is for a node.
isOverPerceptThreshold(PamLinkable) - Method in interface edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory
Returns whether PamLinkable is above percept threshold.
isOverPerceptThreshold(PamLinkable) - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
 
isReliable() - Method in interface edu.memphis.ccrg.lida.proceduralmemory.Scheme
 
isReliable() - Method in class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
 
isRemovable() - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Activatible
Returns true if this Activatible is removable
isRemovable() - Method in class edu.memphis.ccrg.lida.framework.shared.activation.ActivatibleImpl
 
isRemovable() - Method in class edu.memphis.ccrg.lida.framework.shared.activation.LearnableImpl
 
isRemovable() - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
isRemovable() - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
isSimpleLink() - Method in class edu.memphis.ccrg.lida.framework.shared.ExtendedId
Returns whether this ExtendedId is for a Link between 2 nodes.
isSimpleLink() - Method in interface edu.memphis.ccrg.lida.framework.shared.Link
Returns whether Link is Simple (connects two nodes)
isSimpleLink() - Method in class edu.memphis.ccrg.lida.framework.shared.LinkImpl
 
isSource(Linkable, GuiLink) - Method in class edu.memphis.ccrg.lida.framework.gui.utils.NodeStructureGuiAdapter
Returns true if arg0 is a source of GuiLink arg1
isTasksPaused() - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
 
iterator() - Method in class edu.memphis.ccrg.lida.framework.shared.ConcurrentHashSet
Returns an iterator over the elements in this set.

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