Uses of Interface
org.jactr.core.utils.parameter.IParameterized

Packages that use IParameterized
org.jactr.core.buffer   
org.jactr.core.buffer.delegate   
org.jactr.core.buffer.six   
org.jactr.core.chunk   
org.jactr.core.chunk.basic   
org.jactr.core.chunk.five   
org.jactr.core.chunk.four   
org.jactr.core.chunktype   
org.jactr.core.chunktype.basic   
org.jactr.core.chunktype.four   
org.jactr.core.event   
org.jactr.core.extensions   
org.jactr.core.logging.impl   
org.jactr.core.model   
org.jactr.core.model.basic   
org.jactr.core.module.asynch   
org.jactr.core.module.declarative.basic   
org.jactr.core.module.declarative.four.learning   
org.jactr.core.module.declarative.six   
org.jactr.core.module.declarative.six.learning   
org.jactr.core.module.goal.six.buffer   
org.jactr.core.module.imaginal.six   
org.jactr.core.module.imaginal.six.buffer   
org.jactr.core.module.procedural.six   
org.jactr.core.module.procedural.six.learning   
org.jactr.core.module.random.six   
org.jactr.core.module.retrieval.buffer   
org.jactr.core.module.retrieval.six   
org.jactr.core.production   
org.jactr.core.production.basic   
org.jactr.core.production.five   
org.jactr.core.production.four   
org.jactr.core.production.six   
org.jactr.modules.pm   
org.jactr.modules.pm.aural   
org.jactr.modules.pm.aural.buffer.six   
org.jactr.modules.pm.aural.memory   
org.jactr.modules.pm.aural.memory.impl   
org.jactr.modules.pm.aural.six   
org.jactr.modules.pm.common.buffer   
org.jactr.modules.pm.common.memory   
org.jactr.modules.pm.common.memory.impl   
org.jactr.modules.pm.motor   
org.jactr.modules.pm.motor.buffer.six   
org.jactr.modules.pm.motor.six   
org.jactr.modules.pm.visual   
org.jactr.modules.pm.visual.buffer.six   
org.jactr.modules.pm.visual.memory   
org.jactr.modules.pm.visual.memory.impl   
org.jactr.modules.pm.visual.six   
org.jactr.modules.pm.vocal   
org.jactr.modules.pm.vocal.buffer.six   
org.jactr.modules.pm.vocal.six   
 

Uses of IParameterized in org.jactr.core.buffer
 

Classes in org.jactr.core.buffer that implement IParameterized
 class AbstractActivationBuffer
          basic implementation of an activation buffer that handles the spreading of activation to chunks.
 

Uses of IParameterized in org.jactr.core.buffer.delegate
 

Classes in org.jactr.core.buffer.delegate that implement IParameterized
 class DefaultDelegatedRequestableBuffer6
           
 

Uses of IParameterized in org.jactr.core.buffer.six
 

Classes in org.jactr.core.buffer.six that implement IParameterized
 class AbstractActivationBuffer6
          template for an activation buffer that handles it's own status and inserts only copies of chunks
 class AbstractCapacityBuffer6
           
 class AbstractRequestableBuffer6
           
 class BasicBuffer6
           
 

Uses of IParameterized in org.jactr.core.chunk
 

Subinterfaces of IParameterized in org.jactr.core.chunk
 interface ISubsymbolicChunk
          Contains all the methods for manipulating the subsymbolic parameters necessary for learning and activation computation.
 

Uses of IParameterized in org.jactr.core.chunk.basic
 

Classes in org.jactr.core.chunk.basic that implement IParameterized
 class AbstractSubsymbolicChunk
           
 

Methods in org.jactr.core.chunk.basic that return types with arguments of type IParameterized
 ACTREventDispatcher<IParameterized,IParameterListener> ChunkData.getParameterDispatcher()
           
 

Uses of IParameterized in org.jactr.core.chunk.five
 

Subinterfaces of IParameterized in org.jactr.core.chunk.five
 interface ISubsymbolicChunk5
           
 

Classes in org.jactr.core.chunk.five that implement IParameterized
 class DefaultSubsymbolicChunk5
          default implementation of ISubsymbolicChunk
 

Uses of IParameterized in org.jactr.core.chunk.four
 

Subinterfaces of IParameterized in org.jactr.core.chunk.four
 interface ISubsymbolicChunk4
          Subsymbolic requirements for ACT-R 4.0.
 

Classes in org.jactr.core.chunk.four that implement IParameterized
 class DefaultSubsymbolicChunk4
           
 

Uses of IParameterized in org.jactr.core.chunktype
 

Subinterfaces of IParameterized in org.jactr.core.chunktype
 interface ISubsymbolicChunkType
          this is provided just so that everything follows the same pattern - I am not yet aware of any need for a subsymbolic chunktype
 

Uses of IParameterized in org.jactr.core.chunktype.basic
 

Classes in org.jactr.core.chunktype.basic that implement IParameterized
 class BasicSubsymbolicChunkType
          default impl
 

Uses of IParameterized in org.jactr.core.chunktype.four
 

Subinterfaces of IParameterized in org.jactr.core.chunktype.four
 interface ISubsymbolicChunkType4
           
 

Uses of IParameterized in org.jactr.core.event
 

Constructors in org.jactr.core.event with parameters of type IParameterized
ParameterEvent(IParameterized source, double simTime, java.lang.String parameterName, java.lang.Object oldValue, java.lang.Object newValue)
           
 

Uses of IParameterized in org.jactr.core.extensions
 

Subinterfaces of IParameterized in org.jactr.core.extensions
 interface IExtension
          IExtension API.
 

Uses of IParameterized in org.jactr.core.logging.impl
 

Classes in org.jactr.core.logging.impl that implement IParameterized
 class DefaultModelLogger
          demuxing logger
 

Uses of IParameterized in org.jactr.core.model
 

Subinterfaces of IParameterized in org.jactr.core.model
 interface IModel
          core model interface.
 

Uses of IParameterized in org.jactr.core.model.basic
 

Classes in org.jactr.core.model.basic that implement IParameterized
 class BasicModel
           
 

Uses of IParameterized in org.jactr.core.module.asynch
 

Classes in org.jactr.core.module.asynch that implement IParameterized
 class AbstractAsynchronousModule
          abstract asynchronous module.
 

Uses of IParameterized in org.jactr.core.module.declarative.basic
 

Classes in org.jactr.core.module.declarative.basic that implement IParameterized
 class DefaultDeclarativeModule
           
 

Uses of IParameterized in org.jactr.core.module.declarative.four.learning
 

Classes in org.jactr.core.module.declarative.four.learning that implement IParameterized
 class DefaultDeclarativeLearningModule4
          default declarative learning module.
 

Uses of IParameterized in org.jactr.core.module.declarative.six
 

Classes in org.jactr.core.module.declarative.six that implement IParameterized
 class DefaultDeclarativeModule6
           
 

Uses of IParameterized in org.jactr.core.module.declarative.six.learning
 

Classes in org.jactr.core.module.declarative.six.learning that implement IParameterized
 class DefaultDeclarativeLearningModule6
           
 

Uses of IParameterized in org.jactr.core.module.goal.six.buffer
 

Classes in org.jactr.core.module.goal.six.buffer that implement IParameterized
 class DefaultGoalBuffer6
          default goal buffer with a capacity of one
 

Uses of IParameterized in org.jactr.core.module.imaginal.six
 

Classes in org.jactr.core.module.imaginal.six that implement IParameterized
 class DefaultImaginalModule6
           
 

Uses of IParameterized in org.jactr.core.module.imaginal.six.buffer
 

Classes in org.jactr.core.module.imaginal.six.buffer that implement IParameterized
 class DefaultImaginalBuffer
           
 

Uses of IParameterized in org.jactr.core.module.procedural.six
 

Classes in org.jactr.core.module.procedural.six that implement IParameterized
 class DefaultProceduralModule6
          strict harvesting is implemented by DefaultProceduralModule6.addProductionInternal(IProduction).
 

Uses of IParameterized in org.jactr.core.module.procedural.six.learning
 

Classes in org.jactr.core.module.procedural.six.learning that implement IParameterized
 class DefaultProceduralLearningModule6
          production learning is accomplished by listening to the procedural module for firing events..

 class UtilityNoiseLearningExtension
           
 

Uses of IParameterized in org.jactr.core.module.random.six
 

Classes in org.jactr.core.module.random.six that implement IParameterized
 class DefaultRandomModule
           
 

Uses of IParameterized in org.jactr.core.module.retrieval.buffer
 

Classes in org.jactr.core.module.retrieval.buffer that implement IParameterized
 class DefaultRetrievalBuffer6
          default retrieval buffer
 

Uses of IParameterized in org.jactr.core.module.retrieval.six
 

Classes in org.jactr.core.module.retrieval.six that implement IParameterized
 class DefaultRetrievalModule6
           
 

Uses of IParameterized in org.jactr.core.production
 

Subinterfaces of IParameterized in org.jactr.core.production
 interface ISubsymbolicProduction
          Description of the Interface
 

Uses of IParameterized in org.jactr.core.production.basic
 

Classes in org.jactr.core.production.basic that implement IParameterized
 class BasicSubsymbolicProduction
           
 

Uses of IParameterized in org.jactr.core.production.five
 

Classes in org.jactr.core.production.five that implement IParameterized
 class DefaultSubsymbolicProduction5
           
 

Uses of IParameterized in org.jactr.core.production.four
 

Subinterfaces of IParameterized in org.jactr.core.production.four
 interface ISubsymbolicProduction4
           
 

Classes in org.jactr.core.production.four that implement IParameterized
 class DefaultSubsymbolicProduction4
           
 

Uses of IParameterized in org.jactr.core.production.six
 

Subinterfaces of IParameterized in org.jactr.core.production.six
 interface ISubsymbolicProduction6
           
 

Classes in org.jactr.core.production.six that implement IParameterized
 class DefaultSubsymbolicProduction6
           
 

Uses of IParameterized in org.jactr.modules.pm
 

Classes in org.jactr.modules.pm that implement IParameterized
 class AbstractPerceptualModule
           
 

Uses of IParameterized in org.jactr.modules.pm.aural
 

Classes in org.jactr.modules.pm.aural that implement IParameterized
 class AbstractAuralModule
          abstract implementation of the aural module that takes care of most of the details.
 

Uses of IParameterized in org.jactr.modules.pm.aural.buffer.six
 

Classes in org.jactr.modules.pm.aural.buffer.six that implement IParameterized
 class DefaultAuralActivationBuffer
           
 class DefaultAuralLocationBuffer
           
 

Uses of IParameterized in org.jactr.modules.pm.aural.memory
 

Subinterfaces of IParameterized in org.jactr.modules.pm.aural.memory
 interface IAuralMemory
           
 

Uses of IParameterized in org.jactr.modules.pm.aural.memory.impl
 

Classes in org.jactr.modules.pm.aural.memory.impl that implement IParameterized
 class DefaultAuralMemory
           
 

Uses of IParameterized in org.jactr.modules.pm.aural.six
 

Classes in org.jactr.modules.pm.aural.six that implement IParameterized
 class DefaultAuralModule6
           
 

Uses of IParameterized in org.jactr.modules.pm.common.buffer
 

Classes in org.jactr.modules.pm.common.buffer that implement IParameterized
 class AbstractCapacityPMActivationBuffer6
           
 class AbstractPMActivationBuffer6
           
 

Uses of IParameterized in org.jactr.modules.pm.common.memory
 

Subinterfaces of IParameterized in org.jactr.modules.pm.common.memory
 interface IPerceptualMemory
          general interface for a short-term perceptual store that supports searching for "index" chunks that can then be used to direct attending and encoding to actual percepts.
 

Uses of IParameterized in org.jactr.modules.pm.common.memory.impl
 

Classes in org.jactr.modules.pm.common.memory.impl that implement IParameterized
 class AbstractPerceptualMemory
           
 

Uses of IParameterized in org.jactr.modules.pm.motor
 

Subinterfaces of IParameterized in org.jactr.modules.pm.motor
 interface IMotorModule
           
 

Classes in org.jactr.modules.pm.motor that implement IParameterized
 class AbstractMotorModule
          abstract motor module that handles just about everything one needs.
 

Uses of IParameterized in org.jactr.modules.pm.motor.buffer.six
 

Classes in org.jactr.modules.pm.motor.buffer.six that implement IParameterized
 class DefaultMotorActivationBuffer6
           
 

Uses of IParameterized in org.jactr.modules.pm.motor.six
 

Classes in org.jactr.modules.pm.motor.six that implement IParameterized
 class DefaultMotorModule6
           
 

Uses of IParameterized in org.jactr.modules.pm.visual
 

Classes in org.jactr.modules.pm.visual that implement IParameterized
 class AbstractVisualModule
           
 

Uses of IParameterized in org.jactr.modules.pm.visual.buffer.six
 

Classes in org.jactr.modules.pm.visual.buffer.six that implement IParameterized
 class DefaultVisualActivationBuffer6
           
 class DefaultVisualLocationBuffer6
          since visual-location and visual buffers share the same state information (stored in the visual buffer) so care must be taken to use the visual buffers state information and not visual location's
 

Uses of IParameterized in org.jactr.modules.pm.visual.memory
 

Subinterfaces of IParameterized in org.jactr.modules.pm.visual.memory
 interface IVisualMemory
           
 

Uses of IParameterized in org.jactr.modules.pm.visual.memory.impl
 

Classes in org.jactr.modules.pm.visual.memory.impl that implement IParameterized
 class DefaultVisualMemory
           
 

Uses of IParameterized in org.jactr.modules.pm.visual.six
 

Classes in org.jactr.modules.pm.visual.six that implement IParameterized
 class DefaultVisualModule6
           
 

Uses of IParameterized in org.jactr.modules.pm.vocal
 

Classes in org.jactr.modules.pm.vocal that implement IParameterized
 class AbstractVocalModule
          abstract implementation that
 

Uses of IParameterized in org.jactr.modules.pm.vocal.buffer.six
 

Classes in org.jactr.modules.pm.vocal.buffer.six that implement IParameterized
 class DefaultVocalActivationBuffer6
           
 

Uses of IParameterized in org.jactr.modules.pm.vocal.six
 

Classes in org.jactr.modules.pm.vocal.six that implement IParameterized
 class DefaultVocalModule6