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

S

SafeExecutorService - Class in org.jactr.core.concurrent
An executor that can be wrapped around others and will check to be sure that any execute calls are not made from a thread that is managed by this executor service.
SafeExecutorService(boolean) - Constructor for class org.jactr.core.concurrent.SafeExecutorService
 
SafeExecutorService(ExecutorService, boolean) - Constructor for class org.jactr.core.concurrent.SafeExecutorService
 
SafeExecutorThreadFactory - Class in org.jactr.core.concurrent
 
SafeExecutorThreadFactory(SafeExecutorService, ThreadFactory) - Constructor for class org.jactr.core.concurrent.SafeExecutorThreadFactory
 
SAME_PREPARATION_TIME_PARAM - Static variable in class org.jactr.modules.pm.vocal.six.DefaultVocalModule6
 
scanAuditoryField(ChunkTypeRequest, double, boolean) - Method in class org.jactr.modules.pm.aural.AbstractAuralModule
scan the audicon for an audio-event that matches the provided pattern
scanAuditoryField(ChunkTypeRequest, double, boolean) - Method in interface org.jactr.modules.pm.aural.IAuralModule
scan the audicon for an audio-event that matches the provided pattern
scanVisualField(ChunkTypeRequest, double, boolean) - Method in interface org.jactr.modules.pm.visual.IVisualModule
 
scanVisualField(ChunkTypeRequest, double, boolean) - Method in class org.jactr.modules.pm.visual.six.DefaultVisualModule6
 
ScopeManager - Class in org.jactr.scripting
Maps javascript contexts to a model
SCREEN_POSITION_SLOT - Static variable in interface org.jactr.modules.pm.visual.IVisualModule
Comment for SCREEN_POSITION
SCREEN_X_SLOT - Static variable in interface org.jactr.modules.pm.visual.IVisualModule
Comment for SCREEN_X_SLOT
SCREEN_Y_SLOT - Static variable in interface org.jactr.modules.pm.visual.IVisualModule
Comment for SCREEN_Y
SCREEN_Z_SLOT - Static variable in interface org.jactr.modules.pm.visual.IVisualModule
Comment for SCREEN_Z
ScriptableAction - Class in org.jactr.scripting.action
ScriptableAction allows for custom actions.
ScriptableAction() - Constructor for class org.jactr.scripting.action.ScriptableAction
Constructor for the ScriptableAction object
ScriptableAction(String) - Constructor for class org.jactr.scripting.action.ScriptableAction
Constructor for the ScriptableAction object
ScriptableCondition - Class in org.jactr.scripting.condition
ScriptableCondition allows for custom actions.
ScriptableCondition() - Constructor for class org.jactr.scripting.condition.ScriptableCondition
Constructor for the ScriptableCondition object
ScriptableCondition(String) - Constructor for class org.jactr.scripting.condition.ScriptableCondition
Constructor for the ScriptableCondition object
ScriptSupport - Class in org.jactr.scripting
 
ScriptSupport(IModel, Map<String, Object>) - Constructor for class org.jactr.scripting.ScriptSupport
 
ScriptSupport(IModel, IInstantiation) - Constructor for class org.jactr.scripting.ScriptSupport
 
search(ChunkTypeRequest) - Method in class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
search, merely delegates to searchInternal on the common reality executor
search(ChunkTypeRequest) - Method in interface org.jactr.modules.pm.common.memory.IPerceptualMemory
search perceptual memory for index chunks matching the request and tag the location chunk with IPerceptualMemory.SEARCH_RESULT_IDENTIFIER_KEY
SEARCH_RESULT_IDENTIFIER_KEY - Static variable in interface org.jactr.modules.pm.common.memory.IPerceptualMemory
used for temporary tagging of location chunks
SEARCHING_TIME_EQUATION_PARAM - Static variable in class org.jactr.modules.pm.visual.AbstractVisualModule
 
searchNow(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
executes the visual search on the current thread.
SEED_PARAM - Static variable in interface org.jactr.core.module.random.IRandomModule
 
select(Collection<IInstantiation>) - Method in interface org.jactr.core.module.procedural.IProductionSelector
 
selectInstantiation(Collection<IInstantiation>) - Method in interface org.jactr.core.module.procedural.IProceduralModule
 
selectInstantiation(Collection<IInstantiation>) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
set(InstantiationFactory.IInstantiationFactory) - Static method in class org.jactr.core.production.InstantiationFactory
 
set(IReferences.Factory) - Static method in class org.jactr.core.utils.references.IReferences.Factory
 
set(String, Object) - Method in class org.jactr.scripting.ScriptSupport
 
set(IChunk, String, Object) - Method in class org.jactr.scripting.ScriptSupport
 
SetAction - Class in org.jactr.core.production.action
a zero-time buffer content set operator
SetAction(String, Object) - Constructor for class org.jactr.core.production.action.SetAction
 
SetAction(String, Object, Collection<? extends ISlot>) - Constructor for class org.jactr.core.production.action.SetAction
 
SetAction.SetActionTimedEvent - Class in org.jactr.core.production.action
 
SetAction.SetActionTimedEvent(double, double, IActivationBuffer, IChunk, Collection<? extends ISlot>) - Constructor for class org.jactr.core.production.action.SetAction.SetActionTimedEvent
 
setActivation(double) - Method in class org.jactr.core.buffer.AbstractActivationBuffer
 
setActivation(double) - Method in interface org.jactr.core.buffer.IActivationBuffer
Set the value of the spreading activation.
setActivation(double) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
setActivation(double) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
Set the total activation.
setActivationNoise(double) - Method in interface org.jactr.core.module.declarative.four.IDeclarativeModule4
 
setActivationNoise(double) - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
setAddDelayTime(double) - Method in interface org.jactr.core.module.imaginal.IImaginalModule
set the amount of time it takes to add a new chunk to the imaginal buffer
setAddDelayTime(double) - Method in class org.jactr.core.module.imaginal.six.DefaultImaginalModule6
 
setAge(double) - Method in class org.jactr.core.model.basic.BasicModel
 
setAgent(IAgent) - Method in class org.jactr.modules.pm.aural.memory.impl.map.OffsetFeatureMap
 
setAgent(ACTRAgent) - Method in class org.jactr.modules.pm.common.efferent.EfferentCommandManager
 
setAgent(IAgent) - Method in interface org.jactr.modules.pm.common.memory.impl.INeedsAgent
will be called to set and null
setApplicationData(Object) - Method in class org.jactr.core.runtime.ACTRRuntime
 
setAssociativeLearning(double) - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
setAsynchronous(boolean) - Method in class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
 
setAuralDecayTime(double) - Method in class org.jactr.modules.pm.aural.AbstractAuralModule
 
setAuralDecayTime(double) - Method in interface org.jactr.modules.pm.aural.IAuralModule
 
setAutoDeleteEnabled(boolean) - Method in class org.jactr.modules.pm.common.efferent.EfferentCommandManager
 
setBaseLevelActivation(double) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
setBaseLevelActivation(double) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
Set the base-level activation.
setBaseLevelActivationEquation(IBaseLevelActivationEquation) - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
setBaseLevelConstant(double) - Method in interface org.jactr.core.module.declarative.four.IDeclarativeModule4
 
setBaseLevelConstant(double) - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
setBaseLevelLearning(double) - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
setBlockClearStates(IEfferentCommand.ActualState...) - Method in class org.jactr.modules.pm.motor.managers.AbstractManager
when an active commands state changes to one of these the blocking timed event will be cleared.
setBufferChunk(IChunk) - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
setBufferChunk(IChunk) - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
setBufferName(String) - Method in class org.jactr.core.production.action.AddAction
override the constructor and set the buffer name
setBufferName(String) - Method in interface org.jactr.core.production.action.IBufferAction
set the name of the buffer that this action manipulates
setBufferName(String) - Method in class org.jactr.core.production.action.ModifyAction
 
setBufferName(String) - Method in class org.jactr.core.production.action.SetAction
 
setC(double) - Method in class org.jactr.core.production.four.DefaultSubsymbolicProduction4
 
setC(double) - Method in interface org.jactr.core.production.four.ISubsymbolicProduction4
set the cost
setCharactersPerSyllable(double) - Method in class org.jactr.modules.pm.vocal.six.DefaultVocalModule6
 
setChunk(IChunk) - Method in class org.jactr.core.production.action.AddAction
set the chunk that will be added to the buffer
setChunkName(String) - Method in class org.jactr.core.production.action.AddAction
set the variable name of the chunk to be added.
setChunkType(IChunkType) - Method in class org.jactr.core.production.action.AddAction
set the chunktype of the chunk to be created
setChunkTypeRequest(ChunkTypeRequest) - Method in class org.jactr.core.chunk.ChunkActivationComparator
Sets the pattern attribute of the IChunkActivationComparator object
setClassName(String) - Method in class org.jactr.core.production.action.ExecuteAction
Sets the className attribute of the ExecuteAction object
setCommandIdentifier(IIdentifier) - Method in class org.jactr.modules.pm.motor.command.Movement
 
setCommandTranslator(ICommandTranslator) - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
setComment(String) - Method in class org.jactr.core.chunk.basic.AbstractChunk
note : non-locking
setComment(String) - Method in class org.jactr.core.chunk.basic.ChunkData
 
setComment(String) - Method in class org.jactr.core.chunktype.basic.AbstractChunkType
Sets the comment attribute of the DefaultChunkType5 object
setComment(String) - Method in class org.jactr.core.production.basic.AbstractInstantiation
 
setComment(String) - Method in class org.jactr.core.production.basic.AbstractProduction
 
setComment(String) - Method in interface org.jactr.core.utils.Commentable
Sets the comment attribute of the Commentable object
setCondition(int) - Method in class org.jactr.core.slot.DefaultConditionalSlot
 
setCondition(int) - Method in interface org.jactr.core.slot.IConditionalSlot
 
setConnector(IConnector) - Method in class org.jactr.core.runtime.ACTRRuntime
 
setController(IController) - Method in class org.jactr.core.runtime.ACTRRuntime
will call IController.attach()
setCount(int) - Method in class org.jactr.core.chunk.four.Link
Sets the count attribute of the Link object
setCreationCycle(long) - Method in class org.jactr.core.chunk.four.DefaultSubsymbolicChunk4
 
setCreationCycle(long) - Method in interface org.jactr.core.chunk.four.ISubsymbolicChunk4
 
setCreationCycle(int) - Method in class org.jactr.core.production.four.DefaultSubsymbolicProduction4
 
setCreationCycle(int) - Method in interface org.jactr.core.production.four.ISubsymbolicProduction4
what production cycle was this production created during
setCreationTime(double) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
setCreationTime(double) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
set the creation time and pass on an event.
setCreationTime(double) - Method in class org.jactr.core.production.basic.BasicSubsymbolicProduction
 
setCreationTime(double) - Method in interface org.jactr.core.production.ISubsymbolicProduction
when was this production created
setCycle(long) - Method in class org.jactr.core.model.basic.BasicModel
 
setCycleProcessor(ICycleProcessor) - Method in class org.jactr.core.model.basic.BasicModel
 
setCycleProcessor(ICycleProcessor) - Method in interface org.jactr.core.model.IModel
 
setCycleSkippingEnabled(boolean) - Method in class org.jactr.core.model.basic.BasicModel
 
setDefaultProductionFiringTime(double) - Method in interface org.jactr.core.module.procedural.IProceduralModule
 
setDefaultProductionFiringTime(double) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
setDelayStart(boolean) - Method in class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
 
setDelegate(ExecutorService) - Method in class org.jactr.core.concurrent.SafeExecutorService
 
setDelegateClass(Class<? extends IAction>) - Method in class org.jactr.core.production.action.ProxyAction
 
setDelegateClass(Class<? extends ICondition>) - Method in class org.jactr.core.production.condition.ProxyCondition
 
setDelegateClassName(String) - Method in class org.jactr.core.production.action.ProxyAction
 
setDelegateClassName(String) - Method in class org.jactr.core.production.condition.ProxyCondition
 
setDifferentPreparationTime(double) - Method in class org.jactr.modules.pm.vocal.six.DefaultVocalModule6
 
setDimensions(double, int, double, int) - Method in class org.jactr.modules.pm.visual.memory.impl.VisualLocationManager
 
setDirty(IProduction, boolean) - Method in class org.jactr.core.module.procedural.rete.instance.ProductionTable
 
setDisposalSuspended(IChunk, boolean) - Static method in class org.jactr.core.module.declarative.basic.DefaultDeclarativeModule
there is a grey area between the creation of a chunk and it's use in a buffer or encoding.
setDriftStates(IEfferentCommand.ActualState...) - Method in class org.jactr.modules.pm.common.efferent.AbstractEfferentTimedEvent
 
setDriftStates(IEfferentCommand.ActualState...) - Method in class org.jactr.modules.pm.motor.managers.AbstractManager
 
setEarlyTerminationStates(IEfferentCommand.ActualState...) - Method in class org.jactr.modules.pm.motor.managers.AbstractManager
when a command's state changes to any of these, the timed event will be aborted and a new one inserted that will fire immediately.
setEjectionPolicy(ICapacityBuffer.EjectionPolicy) - Method in interface org.jactr.core.buffer.ICapacityBuffer
 
setEjectionPolicy(ICapacityBuffer.EjectionPolicy) - Method in class org.jactr.core.buffer.six.AbstractCapacityBuffer6
 
setEmptyPreparationTime(double) - Method in class org.jactr.modules.pm.vocal.six.DefaultVocalModule6
 
setEnabled(IProduction, boolean) - Method in class org.jactr.core.runtime.controller.debug.DebugController
 
setEnabled(IProduction, boolean) - Method in interface org.jactr.core.runtime.controller.debug.IDebugController
 
setEncoded(boolean) - Method in class org.jactr.core.chunk.basic.ChunkData
 
setExecutionChunk(IChunk) - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
setExecutionChunk(IChunk) - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
setExecutionChunk(IChunk) - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
setExecutionTimeResolution(IVocalModule.ExecutionTimeResolution) - Method in class org.jactr.modules.pm.vocal.AbstractVocalModule
 
setExpectedGainNoise(double) - Method in interface org.jactr.core.module.procedural.four.IProceduralModule4
 
setExpectedGainThreshold(double) - Method in interface org.jactr.core.module.procedural.four.IProceduralModule4
 
setExpectedUtility(double) - Method in class org.jactr.core.production.six.DefaultSubsymbolicProduction6
 
setExpectedUtility(double) - Method in interface org.jactr.core.production.six.ISubsymbolicProduction6
 
setExpectedUtilityEquation(IExpectedUtilityEquation) - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
setExpectedUtilityNoise(double) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
setExpectedUtilityNoise(double) - Method in interface org.jactr.core.module.procedural.six.IProceduralModule6
 
setFailure(boolean) - Method in class org.jactr.core.production.five.DefaultSymbolicProduction5
 
setFailure(boolean) - Method in interface org.jactr.core.production.four.ISymbolicProduction4
 
setFINSTLimit(int) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
setFINSTLimit(int) - Method in interface org.jactr.modules.pm.visual.memory.IVisualMemory
 
setFINSTSpan(double) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
setFINSTSpan(double) - Method in interface org.jactr.modules.pm.visual.memory.IVisualMemory
 
setFiringTime(double) - Method in class org.jactr.core.production.basic.BasicSubsymbolicProduction
Sets the effortTime attribute of the DefaultSubsymbolicProduction5 object
setFiringTime(double) - Method in interface org.jactr.core.production.ISubsymbolicProduction
how long will it take to execute this production
setG(double) - Method in class org.jactr.core.buffer.AbstractActivationBuffer
 
setG(double) - Method in interface org.jactr.core.buffer.IActivationBuffer
set the goal value of this buffer..
setGlobal(String, Object) - Method in class org.jactr.scripting.ScriptSupport
 
setHorizontalResolution(int) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
setHorizontalResolution(int) - Method in interface org.jactr.modules.pm.visual.memory.IVisualMemory
 
setHorizontalSpan(double) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
setHorizontalSpan(double) - Method in interface org.jactr.modules.pm.visual.memory.IVisualMemory
 
setIncludeNullValues(boolean) - Method in class org.jactr.core.module.retrieval.buffer.RetrievalRequestDelegate
when chunks are expanded into search patterns, this determines whether null slot values will be included in the search pattern, defaults to false
setIndexedRetrievalEnabled(boolean) - Method in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
setLatencyExponent(double) - Method in interface org.jactr.core.module.retrieval.four.IRetrievalModule4
 
setLatencyExponent(double) - Method in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
setLatencyFactor(double) - Method in interface org.jactr.core.module.retrieval.four.IRetrievalModule4
 
setLatencyFactor(double) - Method in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
setLearningEnabled(boolean) - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
setLearningEnabled(boolean) - Method in interface org.jactr.core.module.learning.ILearningModule
 
setLoggerForStream(String, ILogger) - Method in class org.jactr.core.logging.impl.DefaultModelLogger
 
setMaximumDifference(double) - Method in interface org.jactr.core.module.declarative.five.IDeclarativeModule5
 
setMaximumDifference(double) - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
setMaximumFINSTs(int) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
setMaximumFINSTs(int) - Method in interface org.jactr.modules.pm.common.memory.map.IFINSTFeatureMap
 
setMaximumSimilarity(double) - Method in interface org.jactr.core.module.declarative.five.IDeclarativeModule5
 
setMaximumSimilarity(double) - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
setMetaData(String, Object) - Method in class org.jactr.core.chunk.basic.AbstractChunk
 
setMetaData(String, Object) - Method in class org.jactr.core.model.basic.BasicModel
 
setMetaData(String, Object) - Method in interface org.jactr.core.utils.IMetaContainer
Sets the MetaData attribute of the MetaContainer object
setMismatchPenalty(double) - Method in interface org.jactr.core.module.declarative.five.IDeclarativeModule5
 
setMismatchPenalty(double) - Method in interface org.jactr.core.module.declarative.four.IDeclarativeModule4
set the activation penalty for a mismatched slot value
setMismatchPenalty(double) - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
setModalityChunk(IChunk) - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
setModalityChunk(IChunk) - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
setModalityChunk(IChunk) - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
setModelName(String) - Method in class org.jactr.core.reality.ACTRAgent
 
setModifyDelayTime(double) - Method in interface org.jactr.core.module.imaginal.IImaginalModule
set the amount of time it takes for modification requests
setModifyDelayTime(double) - Method in class org.jactr.core.module.imaginal.six.DefaultImaginalModule6
 
setMovementTolerance(double) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
setMovementTolerance(double) - Method in interface org.jactr.modules.pm.visual.memory.IVisualMemory
 
setMuscleIdentifier(IIdentifier) - Method in class org.jactr.modules.pm.motor.command.Movement
 
setMuscleParallelismEnabled(boolean) - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
setMutable(boolean) - Method in class org.jactr.core.chunk.basic.AbstractChunk
note : non-locking
setMutable(boolean) - Method in class org.jactr.core.chunk.basic.ChunkData
 
setMutable(boolean) - Method in interface org.jactr.core.chunk.IChunk
set that this chunk should be considered mutable
setName(String) - Method in class org.jactr.core.chunk.basic.BasicSymbolicChunk
set the chunk name, once encoded this will fail
setName(String) - Method in interface org.jactr.core.chunk.ISymbolicChunk
Set the chunk name.
setName(String) - Method in class org.jactr.core.chunktype.basic.BasicSymbolicChunkType
 
setName(String) - Method in interface org.jactr.core.chunktype.ISymbolicChunkType
Set the chunktype name.
setName(String) - Method in class org.jactr.core.model.basic.BasicModel
 
setName(String) - Method in class org.jactr.core.production.basic.BasicSymbolicProduction
 
setName(String) - Method in interface org.jactr.core.production.ISymbolicProduction
Sets the productionName attribute of the ISymbolicProduction object
setName(String) - Method in class org.jactr.core.slot.DefaultVariableConditionalSlot
 
setName(String) - Method in interface org.jactr.core.slot.IMutableVariableNameSlot
set the name of the slot, fully resolving it.
setNumberOfProductionsFired(long) - Method in interface org.jactr.core.module.procedural.IProceduralModule
 
setNumberOfProductionsFired(long) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
setNumberOfReferences(long) - Method in class org.jactr.core.utils.references.DefaultReferences
 
setNumberOfReferences(long) - Method in class org.jactr.core.utils.references.ImmutableReferences
 
setNumberOfReferences(long) - Method in interface org.jactr.core.utils.references.IReferences
 
setObject(Object) - Method in class org.jactr.core.production.action.BindAction
Sets the object attribute of the BindAction object
setOnsetDuration(double) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
setOnsetDuration(double) - Method in interface org.jactr.modules.pm.visual.memory.IVisualMemory
 
setOnStart(Runnable) - Method in class org.jactr.core.runtime.ACTRRuntime
runnable to be executed after the runtime is started by the controller
setOnStop(Runnable) - Method in class org.jactr.core.runtime.ACTRRuntime
runnable to be executed after the runtime has stopped.
setOptimizationLevel(int) - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
setOptimizationLevel(int) - Method in interface org.jactr.core.module.procedural.IProceduralLearningModule
 
setOptimizationLevel(int) - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
setOptimizationLevel(int) - Method in class org.jactr.core.utils.references.DefaultReferences
 
setOptimizationLevel(int) - Method in interface org.jactr.core.utils.references.IOptimizedReferences
 
setP(double) - Method in class org.jactr.core.production.four.DefaultSubsymbolicProduction4
 
setP(double) - Method in interface org.jactr.core.production.four.ISubsymbolicProduction4
set the probability of success
setParameter(String, String) - Method in class org.jactr.core.buffer.AbstractActivationBuffer
 
setParameter(String, String) - Method in class org.jactr.core.buffer.six.AbstractCapacityBuffer6
 
setParameter(String, String) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
setParameter(String, String) - Method in class org.jactr.core.chunk.five.DefaultSubsymbolicChunk5
Sets the Parameter attribute of the DefaultSubsymbolicChunk5 object
setParameter(String, String) - Method in class org.jactr.core.chunk.four.DefaultSubsymbolicChunk4
 
setParameter(String, String) - Method in class org.jactr.core.chunktype.basic.BasicSubsymbolicChunkType
Sets the parameter attribute of the DefaultSubsymbolicChunkType5 object
setParameter(String, String) - Method in class org.jactr.core.logging.impl.DefaultModelLogger
 
setParameter(String, String) - Method in class org.jactr.core.model.basic.BasicModel
 
setParameter(String, String) - Method in class org.jactr.core.module.asynch.AbstractAsynchronousModule
 
setParameter(String, String) - Method in class org.jactr.core.module.declarative.basic.DefaultDeclarativeModule
 
setParameter(String, String) - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
setParameter(String, String) - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
setParameter(String, String) - Method in class org.jactr.core.module.imaginal.six.DefaultImaginalModule6
 
setParameter(String, String) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
setParameter(String, String) - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
setParameter(String, String) - Method in class org.jactr.core.module.procedural.six.learning.UtilityNoiseLearningExtension
 
setParameter(String, String) - Method in class org.jactr.core.module.random.six.DefaultRandomModule
 
setParameter(String, String) - Method in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
setParameter(String, String) - Method in class org.jactr.core.production.basic.BasicSubsymbolicProduction
Sets the parameter attribute of the DefaultSubsymbolicProduction5 object
setParameter(String, String) - Method in class org.jactr.core.production.four.DefaultSubsymbolicProduction4
 
setParameter(String, String) - Method in class org.jactr.core.production.six.DefaultSubsymbolicProduction6
 
setParameter(String, String) - Method in interface org.jactr.core.utils.parameter.IParameterized
Set the named parameter
setParameter(String, String) - Method in class org.jactr.modules.pm.aural.AbstractAuralModule
 
setParameter(String, String) - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
setParameter(String, String) - Method in class org.jactr.modules.pm.visual.AbstractVisualModule
 
setParameter(String, String) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
setParameter(String, String) - Method in class org.jactr.modules.pm.vocal.six.DefaultVocalModule6
 
setParameterLearning(double) - Method in interface org.jactr.core.module.procedural.four.learning.IProceduralLearningModule4
 
setParameterLearning(double) - Method in interface org.jactr.core.module.procedural.IProceduralLearningModule
 
setParameterLearning(double) - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
setPartialMatchingEnabled(boolean) - Method in interface org.jactr.core.module.declarative.four.IDeclarativeModule4
 
setPartialMatchingEnabled(boolean) - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
setPerceptualDelay(double) - Method in class org.jactr.modules.pm.common.memory.impl.DelayableAfferentObjectListener
 
setPerceptualMemory(IPerceptualMemory) - Method in class org.jactr.modules.pm.aural.audicon.map.KindFeatureMap
 
setPerceptualMemory(IPerceptualMemory) - Method in class org.jactr.modules.pm.aural.audicon.map.LocationFeatureMap
 
setPerceptualMemory(IPerceptualMemory) - Method in class org.jactr.modules.pm.aural.audicon.map.OffsetFeatureMap
 
setPerceptualMemory(IPerceptualMemory) - Method in class org.jactr.modules.pm.aural.audicon.map.OnsetFeatureMap
 
setPerceptualMemory(IPerceptualMemory) - Method in class org.jactr.modules.pm.common.memory.filter.AbstractIndexFilter
 
setPerceptualMemory(IPerceptualMemory) - Method in interface org.jactr.modules.pm.common.memory.filter.IIndexFilter
 
setPerceptualMemory(IPerceptualMemory) - Method in class org.jactr.modules.pm.common.memory.map.AbstractFeatureMap
 
setPerceptualMemory(IPerceptualMemory) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
setPerceptualMemory(IPerceptualMemory) - Method in interface org.jactr.modules.pm.common.memory.map.IFeatureMap
 
setPerceptualMemory(IPerceptualMemory) - Method in class org.jactr.modules.pm.visual.memory.impl.filter.AbstractVisualLocationIndexFilter
 
setPermanentActivationNoise(double) - Method in interface org.jactr.core.module.declarative.four.IDeclarativeModule4
 
setPermanentActivationNoise(double) - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
setPersistentExecutionEnabled(boolean) - Method in class org.jactr.core.model.basic.BasicModel
 
setPreparationChunk(IChunk) - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
setPreparationChunk(IChunk) - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
setPreparationChunk(IChunk) - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
setPreparationTimeEquation(IMotorTimeEquation) - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
setPriorEfforts(double) - Method in class org.jactr.core.production.four.DefaultSubsymbolicProduction4
 
setPriorEfforts(double) - Method in interface org.jactr.core.production.four.ISubsymbolicProduction4
Sets the priorEfforts
setPriorFailures(int) - Method in class org.jactr.core.production.four.DefaultSubsymbolicProduction4
 
setPriorFailures(int) - Method in interface org.jactr.core.production.four.ISubsymbolicProduction4
Sets the priorFailures
setPriorSuccesses(int) - Method in class org.jactr.core.production.four.DefaultSubsymbolicProduction4
 
setPriorSuccesses(int) - Method in interface org.jactr.core.production.four.ISubsymbolicProduction4
Sets the priorSuccesses
setProcessingTime(double) - Method in class org.jactr.modules.pm.vocal.six.DefaultVocalModule6
 
setProcessingTimeEquation(IMotorTimeEquation) - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
setProcessorChunk(IChunk) - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
setProcessorChunk(IChunk) - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
setProcessorChunk(IChunk) - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
setProductionCompilationEnabled(boolean) - Method in interface org.jactr.core.module.procedural.five.learning.IProceduralLearningModule5
 
setProductionCompilationEnabled(boolean) - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
setProductionCompiler(IProductionCompiler) - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
setProductionInstantiator(IProductionInstantiator) - Method in interface org.jactr.core.module.procedural.IProceduralModule
 
setProductionInstantiator(IProductionInstantiator) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
setProductionSelector(IProductionSelector) - Method in interface org.jactr.core.module.procedural.IProceduralModule
 
setProductionSelector(IProductionSelector) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
setRandomizeDelaysEnabled(boolean) - Method in interface org.jactr.core.module.imaginal.IImaginalModule
 
setRandomizeDelaysEnabled(boolean) - Method in class org.jactr.core.module.imaginal.six.DefaultImaginalModule6
 
setRecodeTime(IChunkType, double) - Method in class org.jactr.modules.pm.aural.AbstractAuralModule
 
setReferant(Object) - Method in class org.jactr.core.production.action.AddAction
Sets the referant attribute of the AddAction object
setReferant(Object) - Method in class org.jactr.core.production.action.SetAction
 
setResetFINSTSEnabled(boolean) - Method in class org.jactr.modules.pm.visual.six.DefaultVisualModule6
 
setRetrievalThreshold(double) - Method in interface org.jactr.core.module.retrieval.IRetrievalModule
 
setRetrievalThreshold(double) - Method in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
setReward(double) - Method in class org.jactr.core.production.six.DefaultSubsymbolicProduction6
 
setReward(double) - Method in interface org.jactr.core.production.six.ISubsymbolicProduction6
 
setSamePreparationTime(double) - Method in class org.jactr.modules.pm.vocal.six.DefaultVocalModule6
 
setScriptString(String) - Method in class org.jactr.scripting.action.ScriptableAction
Sets the script attribute of the ScriptableAction object
setScriptString(String) - Method in class org.jactr.scripting.condition.ScriptableCondition
Sets the script attribute of the ScriptableCondition object
setSeed(long) - Method in interface org.jactr.core.module.random.IRandomModule
 
setSeed(long) - Method in class org.jactr.core.module.random.six.DefaultRandomModule
 
setShouldSuspend(boolean) - Method in class org.jactr.core.runtime.controller.impl.ModelListener
 
setSimilarity(IChunk, double) - Method in class org.jactr.core.chunk.five.DefaultSubsymbolicChunk5
Sets the Similarity attribute of the DefaultSubsymbolicChunk5 object
setSimilarity(IChunk, double) - Method in interface org.jactr.core.chunk.five.ISubsymbolicChunk5
The similarity between two chunks can either be computed by the similarity computer or it can be set directly by the modeler.
setSimilarity(Object, Object, double) - Method in interface org.jactr.core.module.declarative.five.IDeclarativeModule5
 
setSimilarity(Object, Object, double) - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
setSimilarity(IChunk, IChunk, double) - Method in class org.jactr.core.utils.similarity.DefaultSimilarityHandler
Sets the similarity attribute of the DefaultSimilarityHandler class
setSimilarityActivation(double) - Method in class org.jactr.core.chunk.five.DefaultSubsymbolicChunk5
Sets the SimilarityActivation attribute of the DefaultSubsymbolicChunk5 object
setSimilarityActivation(double) - Method in interface org.jactr.core.chunk.five.ISubsymbolicChunk5
 
setSourceActivation(double) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
setSourceActivation(double) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
Set the source activation of this chunk.
setSpreadingActivation(double) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
setSpreadingActivation(double) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
Sets the spreadingActivation attribute of the ISubsymbolicChunk object
setStateChunk(IChunk) - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
setStateChunk(IChunk) - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
setStickyAttentionEnabled(boolean) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
setStickyAttentionEnabled(boolean) - Method in interface org.jactr.modules.pm.visual.memory.IVisualMemory
 
setStrength(double) - Method in class org.jactr.core.chunk.four.Link
Set the log transformed strength ? if strength learning is enabled in the model, the strength value will not remain fixed.
setStrengthLearning(double) - Method in interface org.jactr.core.module.procedural.four.learning.IProceduralLearningModule4
Deprecated. 
setStrictHarvestingEnabled(boolean) - Method in class org.jactr.core.buffer.AbstractActivationBuffer
 
setStrictSynchronizationEnabled(boolean) - Method in class org.jactr.core.module.asynch.AbstractAsynchronousModule
 
setStrictSynchronizationEnabled(boolean) - Method in interface org.jactr.core.module.asynch.IAsynchronousModule
 
setSuccessful(boolean) - Method in class org.jactr.core.production.five.DefaultSymbolicProduction5
 
setSuccessful(boolean) - Method in interface org.jactr.core.production.four.ISymbolicProduction4
 
setSuspendImmediately(boolean) - Method in class org.jactr.core.runtime.controller.OldController
if true, after start() is called, the models will immediately suspend
setSyllableRate(double) - Method in class org.jactr.modules.pm.vocal.six.DefaultVocalModule6
 
setText(String) - Method in class org.jactr.core.production.action.OutputAction
Sets the text attribute of the OutputAction object
setTimeRandomizer(double) - Method in interface org.jactr.core.module.random.IRandomModule
sets the seed for the time randomizer which will randomize the requested time across the equal distribution [time*((randomizer-1)/randomizer), time*((randomizer+1)/randomizer))
setTimeRandomizer(double) - Method in class org.jactr.core.module.random.six.DefaultRandomModule
 
setTimes(double, double) - Method in class org.jactr.core.queue.timedevents.AbstractTimedEvent
Sets the times attribute of the AbstractTimedEvent object
setTimesInContext(int) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
setTimesInContext(int) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
Set number of times this chunk has been a slot value of a chunk in the goal buffer.
setTimesNeeded(int) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
setTimesNeeded(int) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
Sets the number of times that this chunk has been needed in a buffer other than the goal buffer.
setTrackedVisualChunk(IChunk) - Method in interface org.jactr.modules.pm.visual.IVisualModule
engage the visual tracking mechanism..
setTrackedVisualChunk(IChunk) - Method in class org.jactr.modules.pm.visual.six.DefaultVisualModule6
enable the tracking of this chunk.
setUseBlockingTimedEvents(boolean) - Method in class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
 
setUtility(double) - Method in class org.jactr.core.production.six.DefaultSubsymbolicProduction6
 
setUtility(double) - Method in interface org.jactr.core.production.six.ISubsymbolicProduction6
 
setValue(Object) - Method in class org.jactr.core.slot.ChunkSlot
 
setValue(Object) - Method in class org.jactr.core.slot.ChunkTypeSlot
 
setValue(Object) - Method in class org.jactr.core.slot.DefaultMutableSlot
 
setValue(Object) - Method in interface org.jactr.core.slot.IMutableSlot
 
setVariableName(String) - Method in class org.jactr.core.production.action.BindAction
Sets the variableName attribute of the BindAction object
setVerticalResolution(int) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
setVerticalResolution(int) - Method in interface org.jactr.modules.pm.visual.memory.IVisualMemory
 
setVerticalSpan(double) - Method in class org.jactr.modules.pm.visual.memory.impl.