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

S

scheduleTask(FrameworkTask, long) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
Schedules the task for execution in currentTick + inXTicks If inXTicks is negative or 0, the task is not scheduled.
Scheme - Interface in edu.memphis.ccrg.lida.proceduralmemory
A Scheme consists of a Context, an Action and a Result.
SchemeActivationStrategy - Interface in edu.memphis.ccrg.lida.proceduralmemory
A Strategy that activates schemes whose context and/or result intersects with the conscious broadcast.
SchemeImpl - Class in edu.memphis.ccrg.lida.proceduralmemory
Default implementation of Scheme
SchemeImpl() - Constructor for class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
Constructs a new scheme with default values
SchemeImpl(String, Action) - Constructor for class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
Constructs a new scheme with specified label and action
selectAction() - Method in interface edu.memphis.ccrg.lida.actionselection.ActionSelection
Choose a single action among those activated and whose context are satisfied to execute
selectAction() - Method in class edu.memphis.ccrg.lida.actionselection.BasicActionSelection
 
sendActuatorCommand(Object) - Method in class edu.memphis.ccrg.lida.sensorymotormemory.BasicSensoryMotorMemory
 
sendActuatorCommand(Object) - Method in interface edu.memphis.ccrg.lida.sensorymotormemory.SensoryMotorMemory
Executes specified action algorithm
sendEventToGui(FrameworkGuiEvent) - Method in interface edu.memphis.ccrg.lida.framework.gui.events.GuiEventProvider
This is a convenience method to send GUI events to listeners.
sendEventToGui(FrameworkGuiEvent) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
 
SensoryMemory - Static variable in class edu.memphis.ccrg.lida.framework.ModuleName
 
sensoryMemory - Variable in class edu.memphis.ccrg.lida.pam.tasks.BasicDetectionAlgorithm
the SensoryMemory
sensoryMemory - Variable in class edu.memphis.ccrg.lida.pam.tasks.MultipleDetectionAlgorithm
PamLinkable this algorithm detects
SensoryMemory - Interface in edu.memphis.ccrg.lida.sensorymemory
This is the interface to be implemented by sensory memory modules.
SensoryMemoryBackgroundTask - Class in edu.memphis.ccrg.lida.sensorymemory
Task which operates a Sensory Memory.
SensoryMemoryBackgroundTask() - Constructor for class edu.memphis.ccrg.lida.sensorymemory.SensoryMemoryBackgroundTask
 
SensoryMemoryImpl - Class in edu.memphis.ccrg.lida.sensorymemory
Default implementation of the SensoryMemory module.
SensoryMemoryImpl() - Constructor for class edu.memphis.ccrg.lida.sensorymemory.SensoryMemoryImpl
Default Constructor.
SensoryMemoryListener - Interface in edu.memphis.ccrg.lida.sensorymemory
This interface should be implemented for receiving and using information coming from sensory memory.
SensoryMotorMemory - Static variable in class edu.memphis.ccrg.lida.framework.ModuleName
 
SensoryMotorMemory - Interface in edu.memphis.ccrg.lida.sensorymotormemory
Sensory Motor Memory is a module which receives selected actions from ActionSelection and content from SensoryMemory.
SensoryMotorMemoryListener - Interface in edu.memphis.ccrg.lida.sensorymotormemory
Listener of SensoryMotorMemory
setAction(Action) - Method in interface edu.memphis.ccrg.lida.actionselection.Behavior
Sets action
setAction(Action) - Method in class edu.memphis.ccrg.lida.actionselection.BehaviorImpl
 
setAction(Action) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.Scheme
Sets scheme Action.
setAction(Action) - Method in class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
 
setActivatibleRemovalThreshold(double) - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Activatible
Sets activatibleRemovalThreshold
setActivatibleRemovalThreshold(double) - Method in class edu.memphis.ccrg.lida.framework.shared.activation.ActivatibleImpl
 
setActivatibleRemovalThreshold(double) - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
setActivatibleRemovalThreshold(double) - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
setActivation(double) - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Activatible
Set the current activation.
setActivation(double) - Method in class edu.memphis.ccrg.lida.framework.shared.activation.ActivatibleImpl
 
setActivation(double) - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
setActivation(double) - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
setAddingResult(NodeStructure) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.Scheme
Sets addingResult.
setAddingResult(NodeStructure) - Method in class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
 
setAddress(BitVector) - Method in interface edu.memphis.ccrg.lida.episodicmemory.sdm.HardLocation
Sets the address of this HardLocation in the vector Space
setAddress(BitVector) - Method in class edu.memphis.ccrg.lida.episodicmemory.sdm.HardLocationImpl
 
setAssistingTaskSpawner(TaskSpawner) - Method in interface edu.memphis.ccrg.lida.framework.FrameworkModule
Specify the TaskSpawner which this FrameworkModule will use to spawn tasks.
setAssistingTaskSpawner(TaskSpawner) - Method in class edu.memphis.ccrg.lida.framework.FrameworkModuleImpl
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.attentioncodelets.AttentionCodeletImpl
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.attentioncodelets.AttentionCodeletModule
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.framework.FrameworkModuleImpl
 
setAssociatedModule(FrameworkModule, String) - Method in interface edu.memphis.ccrg.lida.framework.initialization.FullyInitializable
Sets an associated FrameworkModule.
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
Subclasses may override this method.
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.pam.tasks.BasicDetectionAlgorithm
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.pam.tasks.MultipleDetectionAlgorithm
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.sensorymemory.SensoryMemoryBackgroundTask
This method overrides setAssociatedModule() from class FrameworkTaskImpl It sets a module passing parameter to SensoryMemory sm
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.sensorymemory.SensoryMemoryImpl
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.sensorymotormemory.BasicSensoryMotorMemory
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.workspace.CueBackgroundTask
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.workspace.structurebuildingcodelets.StructureBuildingCodeletImpl
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.workspace.structurebuildingcodelets.StructureBuildingCodeletModule
 
setAssociatedModule(FrameworkModule, String) - Method in class edu.memphis.ccrg.lida.workspace.UpdateCsmBackgroundTask
 
setAssociatedModules(Map<ModuleName, String>) - Method in class edu.memphis.ccrg.lida.framework.initialization.FrameworkTaskDef
 
setAttribute(String, Object) - Method in class edu.memphis.ccrg.lida.framework.initialization.GlobalInitializer
Sets an attribute
setBaseLevelActivation(double) - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Learnable
Set base level activation.
setBaseLevelActivation(double) - Method in class edu.memphis.ccrg.lida.framework.shared.activation.LearnableImpl
 
setBaseLevelActivation(double) - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
setBaseLevelActivation(double) - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
setBaseLevelDecayStrategy(DecayStrategy) - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Learnable
Sets decay strategy for the Base Level activation
setBaseLevelDecayStrategy(DecayStrategy) - Method in class edu.memphis.ccrg.lida.framework.shared.activation.LearnableImpl
 
setBaseLevelDecayStrategy(DecayStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
setBaseLevelDecayStrategy(DecayStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
setBaseLevelExciteStrategy(ExciteStrategy) - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Learnable
Sets BaseLevelExciteStrategy
setBaseLevelExciteStrategy(ExciteStrategy) - Method in class edu.memphis.ccrg.lida.framework.shared.activation.LearnableImpl
 
setBaseLevelExciteStrategy(ExciteStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
setBaseLevelExciteStrategy(ExciteStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
setBaseLevelRemovalThreshold(double) - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Learnable
Sets learnableRemovalThreshold
setBaseLevelRemovalThreshold(double) - Method in class edu.memphis.ccrg.lida.framework.shared.activation.LearnableImpl
 
setBaseLevelRemovalThreshold(double) - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
setBaseLevelRemovalThreshold(double) - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
setCategory(LinkCategory) - Method in interface edu.memphis.ccrg.lida.framework.shared.Link
Set LinkCategory.
setCategory(LinkCategory) - Method in class edu.memphis.ccrg.lida.framework.shared.LinkImpl
 
setClassName(String) - Method in class edu.memphis.ccrg.lida.framework.initialization.FrameworkTaskDef
 
setClassName(String) - Method in class edu.memphis.ccrg.lida.framework.initialization.LinkableDef
 
setClassName(String) - Method in class edu.memphis.ccrg.lida.framework.initialization.StrategyDef
 
setCoalitionDecayStrategy(DecayStrategy) - Method in interface edu.memphis.ccrg.lida.globalworkspace.GlobalWorkspace
Sets coalitionDecayStrategy
setCoalitionDecayStrategy(DecayStrategy) - Method in class edu.memphis.ccrg.lida.globalworkspace.GlobalWorkspaceImpl
 
setCoalitionRemovalThreshold(double) - Method in interface edu.memphis.ccrg.lida.globalworkspace.GlobalWorkspace
Sets coalition removal threshold
setCoalitionRemovalThreshold(double) - Method in class edu.memphis.ccrg.lida.globalworkspace.GlobalWorkspaceImpl
 
setContent(Object) - Method in class edu.memphis.ccrg.lida.framework.gui.events.FrameworkGuiEvent
 
setContext(NodeStructure) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.Scheme
Sets context.
setContext(NodeStructure) - Method in class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
 
setContextNodeType(String) - Method in interface edu.memphis.ccrg.lida.actionselection.Behavior
Sets context node type.
setContextNodeType(String) - Method in class edu.memphis.ccrg.lida.actionselection.BehaviorImpl
 
setControllingTaskSpawner(TaskSpawner) - Method in interface edu.memphis.ccrg.lida.framework.tasks.FrameworkTask
Sets TaskSpawner that controls this FrameworkTask.
setControllingTaskSpawner(TaskSpawner) - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
 
setCounters(byte[]) - Method in interface edu.memphis.ccrg.lida.episodicmemory.sdm.HardLocation
Sets the counters of this HardLocation Each HardLocation has wordSize counters.
setCounters(byte[]) - Method in class edu.memphis.ccrg.lida.episodicmemory.sdm.HardLocationImpl
 
setDecayingModules(Collection<FrameworkModule>) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
Set the Collection of modules for decaying
setDecayStrategy(DecayStrategy) - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Activatible
Sets the decay strategy
setDecayStrategy(DecayStrategy) - Method in class edu.memphis.ccrg.lida.framework.shared.activation.ActivatibleImpl
 
setDecayStrategy(DecayStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
setDecayStrategy(DecayStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
setDefaultCodeletType(String) - Method in class edu.memphis.ccrg.lida.attentioncodelets.AttentionCodeletModule
 
setDefaultCodeletType(String) - Method in interface edu.memphis.ccrg.lida.workspace.structurebuildingcodelets.CodeletManagerModule
Sets default codelet type used by this Manager.
setDefaultCodeletType(String) - Method in class edu.memphis.ccrg.lida.workspace.structurebuildingcodelets.StructureBuildingCodeletModule
 
setDefaultDecayType(String) - Method in class edu.memphis.ccrg.lida.framework.shared.ElementFactory
Sets default decay type.
setDefaultExciteType(String) - Method in class edu.memphis.ccrg.lida.framework.shared.ElementFactory
Sets default excite type.
setDefaultLinkType(String) - Method in class edu.memphis.ccrg.lida.framework.shared.ElementFactory
Set the default Link type used by this factory.
setDefaultNodeType(String) - Method in class edu.memphis.ccrg.lida.framework.shared.ElementFactory
Set the default Node type used by this factory.
setDefaultStrategies(Map<String, String>) - Method in class edu.memphis.ccrg.lida.framework.initialization.FrameworkTaskDef
 
setDefaultStrategies(Map<String, String>) - Method in class edu.memphis.ccrg.lida.framework.initialization.LinkableDef
 
setDeletingResult(NodeStructure) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.Scheme
Sets deletingResult.
setDeletingResult(NodeStructure) - Method in class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
 
setDesirability(double) - Method in interface edu.memphis.ccrg.lida.framework.shared.Node
Set node desirability.
setDesirability(double) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeImpl
 
setDownscaleFactor(double) - Method in interface edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory
Sets downscaleFactor
setDownscaleFactor(double) - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
 
setExciteStrategy(ExciteStrategy) - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Activatible
Sets the excite strategy
setExciteStrategy(ExciteStrategy) - Method in class edu.memphis.ccrg.lida.framework.shared.activation.ActivatibleImpl
 
setExciteStrategy(ExciteStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
setExciteStrategy(ExciteStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
setExtendedId(ExtendedId) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeImpl
Convenience method to set Node's ExtendedId.
setFlyWeight(boolean) - Method in class edu.memphis.ccrg.lida.framework.initialization.StrategyDef
 
setGeneratingScheme(Scheme) - Method in interface edu.memphis.ccrg.lida.actionselection.Behavior
Sets generating scheme.
setGeneratingScheme(Scheme) - Method in class edu.memphis.ccrg.lida.actionselection.BehaviorImpl
 
setGroundingPamLink(PamLink) - Method in interface edu.memphis.ccrg.lida.framework.shared.Link
Set the grounding PamLink for this link.
setGroundingPamLink(PamLink) - Method in class edu.memphis.ccrg.lida.framework.shared.LinkImpl
 
setGroundingPamNode(PamNode) - Method in interface edu.memphis.ccrg.lida.framework.shared.Node
Used by factory to set the underlying PamNode for this node
setGroundingPamNode(PamNode) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeImpl
 
setGuiEventsInterval(int) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
Sets guiEventsInterval
setId(int) - Method in interface edu.memphis.ccrg.lida.framework.shared.Node
Sets Node's id
setId(int) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeImpl
 
setInIntervalMode(boolean) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
Sets inIntervalMode
setInnate(boolean) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.Scheme
Sets innate
setInnate(boolean) - Method in class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
 
setLabel(String) - Method in interface edu.memphis.ccrg.lida.actionselection.Action
 
setLabel(String) - Method in class edu.memphis.ccrg.lida.actionselection.ActionImpl
 
setLabel(String) - Method in interface edu.memphis.ccrg.lida.actionselection.Behavior
Sets label.
setLabel(String) - Method in class edu.memphis.ccrg.lida.actionselection.BehaviorImpl
 
setLabel(String) - Method in interface edu.memphis.ccrg.lida.framework.shared.Node
Sets label
setLabel(String) - Method in class edu.memphis.ccrg.lida.framework.shared.NodeImpl
 
setLabel(String) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.Scheme
Sets label.
setLabel(String) - Method in class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
 
setLink(Link) - Method in class edu.memphis.ccrg.lida.framework.gui.utils.GuiLink
 
setMessage(String) - Method in class edu.memphis.ccrg.lida.framework.gui.events.FrameworkGuiEvent
sets events message
setModule(ModuleName) - Method in class edu.memphis.ccrg.lida.framework.gui.events.FrameworkGuiEvent
sets module
setModuleName(ModuleName) - Method in interface edu.memphis.ccrg.lida.framework.FrameworkModule
Sets ModuleName.
setModuleName(ModuleName) - Method in class edu.memphis.ccrg.lida.framework.FrameworkModuleImpl
 
setName(String) - Method in interface edu.memphis.ccrg.lida.framework.gui.panels.GuiPanel
Sets name of panel
setName(String) - Method in class edu.memphis.ccrg.lida.framework.initialization.FrameworkTaskDef
 
setName(String) - Method in class edu.memphis.ccrg.lida.framework.initialization.LinkableDef
 
setName(String) - Method in class edu.memphis.ccrg.lida.framework.initialization.StrategyDef
 
setNextTicksPerRun(long) - Method in interface edu.memphis.ccrg.lida.framework.tasks.FrameworkTask
Sets nextTicksPerRun
setNextTicksPerRun(long) - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
 
setNodeStructure(NodeStructure) - Method in class edu.memphis.ccrg.lida.framework.gui.utils.NodeStructureGuiAdapter
 
setPam(PerceptualAssociativeMemory) - Method in class edu.memphis.ccrg.lida.episodicmemory.sdm.BasicTranslator
 
setPamLinkable(PamLinkable) - Method in class edu.memphis.ccrg.lida.pam.tasks.BasicDetectionAlgorithm
 
setPamLinkable(PamLinkable) - Method in interface edu.memphis.ccrg.lida.pam.tasks.DetectionAlgorithm
Adds PamLinkable that will be detected by this algorithm.
setPamLinkable(PamLinkable) - Method in class edu.memphis.ccrg.lida.pam.tasks.MultipleDetectionAlgorithm
 
setPanelParams(String[]) - Method in class edu.memphis.ccrg.lida.framework.gui.panels.AddEditPanel
 
setParameter(String, Object) - Method in interface edu.memphis.ccrg.lida.framework.gui.commands.Command
Set single parameter for command.
setParameter(String, Object) - Method in class edu.memphis.ccrg.lida.framework.gui.commands.CommandImpl
 
setParameters(Map<String, Object>) - Method in interface edu.memphis.ccrg.lida.framework.gui.commands.Command
Sets optional parameters for command.
setParameters(Map<String, Object>) - Method in class edu.memphis.ccrg.lida.framework.gui.commands.CommandImpl
 
setParams(Map<String, Object>) - Method in class edu.memphis.ccrg.lida.framework.initialization.FrameworkTaskDef
 
setParams(Map<String, Object>) - Method in class edu.memphis.ccrg.lida.framework.initialization.LinkableDef
 
setParams(Map<String, Object>) - Method in class edu.memphis.ccrg.lida.framework.initialization.StrategyDef
 
setPerceptThreshold(double) - Method in interface edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory
Sets perceptThreshold
setPerceptThreshold(double) - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
 
setProceduralMemory(ProceduralMemory) - Method in class edu.memphis.ccrg.lida.proceduralmemory.BasicSchemeActivationStrategy
 
setProceduralMemory(ProceduralMemory) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.SchemeActivationStrategy
Sets associated module ProceduralMemory
setPropagationStrategy(PropagationStrategy) - Method in interface edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory
Sets PropagationStrategy governing how activation is propagated in this PAM.
setPropagationStrategy(PropagationStrategy) - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
 
setRefractoryPeriod(int) - Method in class edu.memphis.ccrg.lida.attentioncodelets.AttentionCodeletImpl
 
setRefractoryPeriod(int) - Method in interface edu.memphis.ccrg.lida.framework.shared.RefractoryPeriod
Sets refractoryPeriod
setRefractoryPeriod(int) - Method in class edu.memphis.ccrg.lida.globalworkspace.GlobalWorkspaceImpl
Sets refractoryPeriod
setReliabilityThreshold(double) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.Scheme
Sets reliabilityThreshold
setReliabilityThreshold(double) - Method in class edu.memphis.ccrg.lida.proceduralmemory.SchemeImpl
 
setScheduledTick(long) - Method in interface edu.memphis.ccrg.lida.framework.tasks.FrameworkTask
Sets tick when this task will be run next.
setScheduledTick(long) - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
 
setSchemeActivationStrategy(SchemeActivationStrategy) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.ProceduralMemory
Sets the SchemeActivationStrategy
setSchemeActivationStrategy(SchemeActivationStrategy) - Method in class edu.memphis.ccrg.lida.proceduralmemory.ProceduralMemoryImpl
 
setSchemeSelectionThreshold(double) - Method in class edu.memphis.ccrg.lida.proceduralmemory.BasicSchemeActivationStrategy
 
setSchemeSelectionThreshold(double) - Method in interface edu.memphis.ccrg.lida.proceduralmemory.SchemeActivationStrategy
Sets amount of activation a Scheme must have for instantiation
setSink(Linkable) - Method in interface edu.memphis.ccrg.lida.framework.shared.Link
Set sink linkable.
setSink(Linkable) - Method in class edu.memphis.ccrg.lida.framework.shared.LinkImpl
 
setSize(int) - Method in class edu.memphis.ccrg.lida.episodicmemory.sdm.BasicTranslator
 
setSoughtContent(NodeStructure) - Method in interface edu.memphis.ccrg.lida.framework.tasks.Codelet
 
setSoughtContent(NodeStructure) - Method in class edu.memphis.ccrg.lida.framework.tasks.CodeletImpl
 
setSource(Node) - Method in interface edu.memphis.ccrg.lida.framework.shared.Link
Set source linkable.
setSource(Node) - Method in class edu.memphis.ccrg.lida.framework.shared.LinkImpl
 
setTaskManager(TaskManager) - Method in interface edu.memphis.ccrg.lida.framework.tasks.TaskSpawner
Set the TaskManager this TaskSpawner will use to actually run the tasks.
setTaskManager(TaskManager) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskSpawnerImpl
 
setTaskManager(TaskManager) - Method in class edu.memphis.ccrg.lida.globalworkspace.triggers.NoBroadcastOccurringTrigger
 
setTaskStatus(TaskStatus) - Method in interface edu.memphis.ccrg.lida.framework.tasks.FrameworkTask
Sets task status.
setTaskStatus(TaskStatus) - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
 
setTickDuration(int) - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
Sets tickDuration
setTicksPerRun(int) - Method in class edu.memphis.ccrg.lida.framework.initialization.FrameworkTaskDef
 
setTicksPerRun(int) - Method in interface edu.memphis.ccrg.lida.framework.tasks.FrameworkTask
Sets ticksPerRun
setTicksPerRun(int) - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
 
SetTimeScaleCommand - Class in edu.memphis.ccrg.lida.framework.gui.commands
Sets the tickDuration of the system.
SetTimeScaleCommand() - Constructor for class edu.memphis.ccrg.lida.framework.gui.commands.SetTimeScaleCommand
 
setTotalActivationStrategy(TotalActivationStrategy) - Method in interface edu.memphis.ccrg.lida.framework.shared.activation.Learnable
Sets TotalActivationStrategy
setTotalActivationStrategy(TotalActivationStrategy) - Method in class edu.memphis.ccrg.lida.framework.shared.activation.LearnableImpl
 
setTotalActivationStrategy(TotalActivationStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamLinkImpl
 
setTotalActivationStrategy(TotalActivationStrategy) - Method in class edu.memphis.ccrg.lida.pam.PamNodeImpl
 
setTranslator(Translator) - Method in class edu.memphis.ccrg.lida.episodicmemory.EpisodicMemoryImpl
Sets the Translator of this EpisodicMemoryImpl
setType(char) - Method in class edu.memphis.ccrg.lida.framework.gui.utils.GuiLink
 
setType(String) - Method in class edu.memphis.ccrg.lida.framework.initialization.StrategyDef
 
setUpscaleFactor(double) - Method in interface edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory
Sets upscaleFactor
setUpscaleFactor(double) - Method in class edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemoryImpl
 
SigmoidDecayStrategy - Class in edu.memphis.ccrg.lida.framework.strategies
Default implementation of sigmoid decay.
SigmoidDecayStrategy() - Constructor for class edu.memphis.ccrg.lida.framework.strategies.SigmoidDecayStrategy
 
SigmoidExciteStrategy - Class in edu.memphis.ccrg.lida.framework.strategies
Default implementation of sigmoid excite.
SigmoidExciteStrategy() - Constructor for class edu.memphis.ccrg.lida.framework.strategies.SigmoidExciteStrategy
 
size() - Method in class edu.memphis.ccrg.lida.framework.shared.ConcurrentHashSet
Returns the number of elements in this set (its cardinality).
soughtContent - Variable in class edu.memphis.ccrg.lida.framework.tasks.CodeletImpl
Content which this codelet responds to.
SparseDistributedMemory - Interface in edu.memphis.ccrg.lida.episodicmemory.sdm
Implementation of Kanerva's sparse distributed memory.
SparseDistributedMemoryImpl - Class in edu.memphis.ccrg.lida.episodicmemory.sdm
Implementation of Kanerva's sparse distributed memory.
SparseDistributedMemoryImpl(int, int, int) - Constructor for class edu.memphis.ccrg.lida.episodicmemory.sdm.SparseDistributedMemoryImpl
Constructor of the class that receives all the parameters necessary for this sparse distributed memory.
SparseDistributedMemoryImpl(int, int, int, int) - Constructor for class edu.memphis.ccrg.lida.episodicmemory.sdm.SparseDistributedMemoryImpl
Constructor of the class that receives all the parameters necessary for this sparse distributed memory.
start(Agent, Properties) - Static method in class edu.memphis.ccrg.lida.framework.gui.FrameworkGuiFactory
Based on the properties file, first creates a FrameworkGuiController with specified Agent.
start(Properties) - Static method in class edu.memphis.ccrg.lida.framework.initialization.AgentStarter
Load supplied properties
start() - Static method in class edu.memphis.ccrg.lida.framework.initialization.AgentStarter
Load the default properties
start(String) - Static method in class edu.memphis.ccrg.lida.framework.initialization.AgentStarter
 
start() - Method in class edu.memphis.ccrg.lida.globalworkspace.triggers.AggregateCoalitionActivationTrigger
 
start() - Method in interface edu.memphis.ccrg.lida.globalworkspace.triggers.BroadcastTrigger
To start the Trigger
start() - Method in class edu.memphis.ccrg.lida.globalworkspace.triggers.NoBroadcastOccurringTrigger
 
status - Variable in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
TaskStatus of this task
stopRunning() - Method in interface edu.memphis.ccrg.lida.framework.tasks.FrameworkTask
Tells this FrameworkTask to shutdown.
stopRunning() - Method in class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
 
stopRunning() - Method in class edu.memphis.ccrg.lida.framework.tasks.TaskManager
This method stops all tasks executing and prevents further tasks from being executed.
store(BitVector, BitVector) - Method in interface edu.memphis.ccrg.lida.episodicmemory.sdm.SparseDistributedMemory
Stores word in the given address in this sparse distributed memory.
store(BitVector) - Method in interface edu.memphis.ccrg.lida.episodicmemory.sdm.SparseDistributedMemory
Stores word in this sparse distributed memory using the word as address.
store(BitVector, BitVector) - Method in class edu.memphis.ccrg.lida.episodicmemory.sdm.SparseDistributedMemoryImpl
 
store(BitVector) - Method in class edu.memphis.ccrg.lida.episodicmemory.sdm.SparseDistributedMemoryImpl
 
Strategy - Interface in edu.memphis.ccrg.lida.framework.strategies
Generic designation for all types of strategies such as decay, excite, etc.
StrategyDef - Class in edu.memphis.ccrg.lida.framework.initialization
Definition of a Strategy object
StrategyDef(String, String, Map<String, Object>, String, boolean) - Constructor for class edu.memphis.ccrg.lida.framework.initialization.StrategyDef
 
StrategyDef() - Constructor for class edu.memphis.ccrg.lida.framework.initialization.StrategyDef
Default constructor
StrategyImpl - Class in edu.memphis.ccrg.lida.framework.strategies
Abstract implementation of Strategy
StrategyImpl() - Constructor for class edu.memphis.ccrg.lida.framework.strategies.StrategyImpl
 
StructureBuildingCodelet - Interface in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets
Demon-like process operating on the workspace searching for particular content which, when found, triggers its action producing its result.
StructureBuildingCodeletImpl - Class in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets
Basic implementation of StructureBuildingCodelet
StructureBuildingCodeletImpl() - Constructor for class edu.memphis.ccrg.lida.workspace.structurebuildingcodelets.StructureBuildingCodeletImpl
Default Constructor
StructureBuildingCodeletModule - Static variable in class edu.memphis.ccrg.lida.framework.ModuleName
 
StructureBuildingCodeletModule - Class in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets
A module which maintains Codelets of workspace.
StructureBuildingCodeletModule() - Constructor for class edu.memphis.ccrg.lida.workspace.structurebuildingcodelets.StructureBuildingCodeletModule
Default Constructor.
substractVectors(BitVector, BitVector) - Static method in class edu.memphis.ccrg.lida.episodicmemory.sdm.BitVectorUtils
Substract vectors.
subtractVectors(int[], BitVector) - Static method in class edu.memphis.ccrg.lida.episodicmemory.sdm.BitVectorUtils
Subtracts vectors.
sumVectors(int[], BitVector) - Static method in class edu.memphis.ccrg.lida.episodicmemory.sdm.BitVectorUtils
Adds BitVector v to int[] accum, first converting the bits of v with value 0 to -1.
sumVectors(int[], int[]) - Static method in class edu.memphis.ccrg.lida.episodicmemory.sdm.BitVectorUtils
Sum vectors.

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