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

I

IAcknowledgement - Interface in org.commonreality.message.request
an acknowledgement of a request..
IAction - Interface in org.jactr.core.production.action
The action interface provides three methods that all actions must specify.
IActionScript - Interface in org.jactr.scripting.action
 
IActivationBuffer - Interface in org.jactr.core.buffer
Represents a general case buffer in a model.
IActivationBufferListener - Interface in org.jactr.core.buffer.event
listen to changes in a specific buffer
IActivePerceptListener - Interface in org.jactr.modules.pm.common.memory
listener that will be called when a cached percept chunk that is in any buffer is either reencoded or removed
IACTREvent<S,L> - Interface in org.jactr.core.event
root of all events
IACTRRuntimeListener - Interface in org.jactr.core.runtime.event
 
IActuator - Interface in org.commonreality.sensors.motor
delegate interface to actually perform some motor movement
IActuatorCompletion - Interface in org.commonreality.sensors.motor.interpolator
marker for the completion of acuator behavior
IAdaptable - Interface in org.jactr.core.utils
adaptable interface to be used in preference to checking instanceof, particularly for theory specific code: ISubsymbolicChunk4 ssc4 = chunk.getSubsymbolicChunk().getAdapter(ISubsymbolicChunk4.class);
IAdaptableFactory - Interface in org.jactr.core.utils
an interface for creating an adaptor for a given object
IAddressingInformation - Interface in org.commonreality.participant.addressing
Describes how a participant can get in direct contact with a particular participant
IAfferentListener - Interface in org.commonreality.object.manager.event
 
IAfferentObject - Interface in org.commonreality.object
Any short lived sensory object created by a sensor.
IAfferentObjectListener - Interface in org.jactr.modules.pm.common.afferent
 
IAfferentObjectManager - Interface in org.commonreality.object.manager
 
IAgent - Interface in org.commonreality.agents
 
IAgentListener - Interface in org.commonreality.object.manager.event
 
IAgentObject - Interface in org.commonreality.object
 
IAgentObjectManager - Interface in org.commonreality.object.manager
 
IAnalyzer - Interface in org.jactr.tools.itr.analysis
Deprecated.
IAssociativeLink - Interface in org.jactr.core.chunk.link
an associative link between two chunks, j & i, where i (usually) contains a reference to j and j spreads activation to i.
IAssociativeLinkageSystem - Interface in org.jactr.core.module.declarative.associative
entry point for all associative link handling in the system.
IAssociativeLinkContainer - Interface in org.jactr.core.module.declarative.associative
container for associative links
IAssociativeLinkEquation - Interface in org.jactr.core.chunk.link
equation code for the learning and setting of associative links
IASTInjector - Interface in org.jactr.io.participant
used to initialize a IModel descriptor when a specific module is required
IASTMessage - Interface in org.jactr.tools.async.message.ast
 
IASTParticipant - Interface in org.jactr.io.participant
IModule(s) wanting to provide AST modifications (such as injecting the visual-location chunktype into the AST describing the model).
IASTTrimmer - Interface in org.jactr.io.participant
used to specify whether or not a specific CommonTree element should be output by a code generator.

The name is a bit of a misnomer and should probably be changed.
IAsynchronousModule - Interface in org.jactr.core.module.asynch
 
IAsynchronousModuleDelegate<M extends IAsynchronousModule,R> - Interface in org.jactr.core.module.asynch.delegate
interface for module processing delegates that operate asynchronously
IAuralActivationBuffer - Interface in org.jactr.modules.pm.aural.buffer
 
IAuralEncodingTimeEquation - Interface in org.jactr.modules.pm.aural
 
IAuralLocationBuffer - Interface in org.jactr.modules.pm.aural.buffer
 
IAuralMemory - Interface in org.jactr.modules.pm.aural.memory
 
IAuralModule - Interface in org.jactr.modules.pm.aural
 
IAuralModuleListener - Interface in org.jactr.modules.pm.aural.event
permits listening to the visual module these events are called when the visual module finishes the action.
IAuralPropertyHandler - Interface in org.commonreality.modalities.aural
 
IBaseLevelActivationEquation - Interface in org.jactr.core.module.declarative.four
equation for the computation of base level activation.
IBreakpointCommand - Interface in org.jactr.tools.async.message.command.breakpoint
 
IBreakpointCommand.Action - Enum in org.jactr.tools.async.message.command.breakpoint
 
IBreakpointListener - Interface in org.jactr.core.runtime.controller.debug.event
 
IBufferAction - Interface in org.jactr.core.production.action
 
IBufferBasedTimedEvent - Interface in org.jactr.core.queue.timedevents
this is a timed event that operates upon a specific buffer.
IBufferCondition - Interface in org.jactr.core.production.condition
 
IBufferEndStateComputer - Interface in org.jactr.tools.analysis.production.endstates
 
ICapacityBuffer - Interface in org.jactr.core.buffer
interface for an activation buffer that can contain more than one chunk.
ICapacityBuffer.EjectionPolicy - Enum in org.jactr.core.buffer
 
IChunk - Interface in org.jactr.core.chunk
The basic chunk wrapper to contain the symbolic and subsymbolic portions.
IChunkConfigurator - Interface in org.jactr.core.module.declarative.basic.chunk
interface to configure or tweak newly created chunks.
IChunkFactory - Interface in org.jactr.core.module.declarative.basic.chunk
this is the factory responsible for creating, binding, merginv and destroying IChunk wrappers.
IChunkFilter - Interface in org.jactr.core.module.declarative.search.filter
filter function for search results.
IChunkListener - Interface in org.jactr.core.chunk.event
Description of the Interface
IChunkNamer - Interface in org.jactr.core.module.declarative.basic.chunk
 
IChunkType - Interface in org.jactr.core.chunktype
The class the represents the top-level wrapper for common ChunkTypes.
IChunkTypeConfigurator - Interface in org.jactr.core.module.declarative.basic.type
 
IChunkTypeFactory - Interface in org.jactr.core.module.declarative.basic.type
 
IChunkTypeListener - Interface in org.jactr.core.chunktype.event
Description of the Interface
IChunkTypeNamer - Interface in org.jactr.core.module.declarative.basic.type
 
IClock - Interface in org.commonreality.time
central clock interface for controlling time.
IClockConfigurator - Interface in org.jactr.core.reality.connector
interface accepted by IConnector to tweak how clocks are configured/installed.
ICodeGenerator - Interface in org.jactr.io.generator
interface for code that takes an AST model description and produces valid source code in some language.
ICommand - Interface in org.commonreality.message.command
a message that is a command from reality.
ICommand - Interface in org.jactr.tools.async.message.command
 
ICommandHandlerDelegate - Interface in org.commonreality.sensors.handlers
delegatable command handler that processes specific types of IEfferentCommands.
ICommandTimingEquation - Interface in org.commonreality.sensors.handlers
 
ICommandTranslator - Interface in org.jactr.modules.pm.motor.command
interface that handles the transformation of ChunkPatterns into IEfferentCommands
ICommandTranslatorDelegate - Interface in org.jactr.modules.pm.motor.command
delegate version of ICommandTranslator
ICommentable - Interface in org.jactr.core.utils
The Commentable interface is used to attach comments to arbitrary objects
ICommonRealityEvent<L extends ICommonRealityListener> - Interface in org.commonreality.event
 
ICommonRealityListener - Interface in org.commonreality.event
 
ICommonTypes - Interface in org.commonreality.modalities.aural
 
ICommonTypes - Interface in org.commonreality.modalities.visual
 
ICompilableBuffer - Interface in org.jactr.core.module.procedural.five.learning
a marker interface for IActivationBuffers that provides details regarding how they can and cannot be compiled.
ICompilableContext - Interface in org.jactr.core.module.procedural.five.learning
 
ICompoundCommand - Interface in org.commonreality.efferent
 
ICondition - Interface in org.jactr.core.production.condition
Basic definition of a matching condition for the production.
IConditionalSlot - Interface in org.jactr.core.slot
 
IConditionScript - Interface in org.jactr.scripting.condition
delegate for scripted conditions to extend, allowing the generic ScriptableCondition to handle the majority of the heavy lifting, leaving this to just evaluate the script.
IConflictSetAssembler - Interface in org.jactr.core.module.procedural
code responsible for assembling the list of productions that may be instantiated given the contents of the buffers.
IConnectionAcknowledgement - Interface in org.commonreality.message.request.connect
 
IConnectionRequest - Interface in org.commonreality.message.request.connect
request a connection.
IConnector - Interface in org.jactr.core.reality.connector
 
IControlAcknowledgement - Interface in org.commonreality.message.command.control
 
IControlCommand - Interface in org.commonreality.message.command.control
request that sensors and agents change their run state
IControlCommand.State - Enum in org.commonreality.message.command.control
 
IController - Interface in org.jactr.core.runtime.controller
Controls the behavior of the ACTRRuntime
ICostEquation - Interface in org.jactr.core.module.procedural.four.learning
Description of the Interface
ICredentials - Interface in org.commonreality.message.credentials
 
ICredentials - Interface in org.jactr.tools.async.credentials
 
ICycleProcessor - Interface in org.jactr.core.model
 
ID - Static variable in class org.jactr.tools.marker.impl.DefaultMarker
 
ID_ATTR - Static variable in class org.jactr.tools.grapher.core.parser.Parser
 
IDataSource - Interface in org.jactr.tools.data
 
IDeadLockListener - Interface in org.jactr.tools.deadlock
 
IDebugController - Interface in org.jactr.core.runtime.controller.debug
An extension to a controller that permits breakpoint management
IDeclarativeLearningModule4 - Interface in org.jactr.core.module.declarative.four.learning
 
IDeclarativeLearningModule6 - Interface in org.jactr.core.module.declarative.six.learning
 
IDeclarativeModule - Interface in org.jactr.core.module.declarative
one of two specialized modules, this one handles all declarative memory operations for the model, in particular adding and retrieving of chunks, chunktypes all operation return values are wrapped in Future<> to better support backend concurrencies.
Clients can implement this interface, but should consider extending AbstractDeclarativeModule or DefaultDeclarativeModule.
IDeclarativeModule4 - Interface in org.jactr.core.module.declarative.four
 
IDeclarativeModule5 - Interface in org.jactr.core.module.declarative.five
 
IDeclarativeModuleListener - Interface in org.jactr.core.module.declarative.event
 
IDeclarativeModuleListener2 - Interface in org.jactr.core.module.declarative.event
extension interface for tracking the removal of chunks and types
IDelegatedRequestableBuffer - Interface in org.jactr.core.buffer.delegate
permits delegating of IRequest to IRequestDelegate
IDENTIFIER - Static variable in class org.jactr.io.antlr3.builder.JACTRBuilder
 
IDENTIFIER - Static variable in class org.jactr.io.antlr3.compiler.JACTRCompiler
 
IDENTIFIER - Static variable in class org.jactr.io.antlr3.generator.lisp.LispGenerator
 
IDENTIFIER - Static variable in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
 
identifier(Object) - Method in class org.jactr.io.antlr3.misc.ASTSupport
return an IDENTIFIER wrapping the object
IDENTIFIER - Static variable in class org.jactr.io.antlr3.parser.lisp.LispLexer
 
IDENTIFIER - Static variable in class org.jactr.io.antlr3.parser.lisp.LispParser
 
identifier() - Method in class org.jactr.io.antlr3.parser.lisp.LispParser
 
IDENTIFIER - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRLexer
 
IDENTIFIER - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
identifier_return() - Constructor for class org.jactr.io.antlr3.parser.lisp.LispParser.identifier_return
 
IDENTIFIER_TOKEN - Static variable in class org.jactr.io.antlr3.parser.lisp.LispLexer
 
IDENTIFIER_TOKEN - Static variable in class org.jactr.io.antlr3.parser.lisp.LispParser
 
IDENTIFIER_TOKEN - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRLexer
 
IDENTIFIER_TOKEN - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
IDeviceMap - Interface in org.commonreality.sensors.keyboard.map
provides an abstract device mapping between locations and button codes.
IDisposable - Interface in org.jactr.core.utils
 
IEfferentCommand - Interface in org.commonreality.efferent
a command that can be issued to affect some change on an IEfferentObject.
IEfferentCommand.ActualState - Enum in org.commonreality.efferent
 
IEfferentCommand.RequestedState - Enum in org.commonreality.efferent
 
IEfferentCommandListener - Interface in org.commonreality.efferent.event
 
IEfferentCommandManager - Interface in org.commonreality.efferent
 
IEfferentCommandTemplate<E extends IEfferentCommand> - Interface in org.commonreality.efferent
 
IEfferentListener - Interface in org.commonreality.object.manager.event
 
IEfferentObject - Interface in org.commonreality.object
any object in the simulation that is actually a part of the agent and can be controlled by using IEfferentCommand
IEfferentObjectManager - Interface in org.commonreality.object.manager
 
IErrorReporter - Interface in org.jactr.io.antlr3.misc
 
IEvent - Interface in org.jactr.tools.async.message.event
 
IEventTrackingActivationBuffer - Interface in org.jactr.modules.pm.buffer
a decorator for activation buffers that allows the buffer to track any events that it is posting that it should track.
IEventTransformer - Interface in org.jactr.tools.tracer.transformer
a chunk of code that transforms a IACTREvent into an IMessage (most likely an IASTMessage)
IExpectedUtilityEquation - Interface in org.jactr.core.module.procedural.six.learning
 
IExtension - Interface in org.jactr.core.extensions
IExtension API.
IFeatureMap<T> - Interface in org.jactr.modules.pm.common.memory.map
 
IFeatureMapListener - Interface in org.jactr.modules.pm.common.memory.map
 
IFINSTFeatureMap - Interface in org.jactr.modules.pm.common.memory.map
 
IGNORE_ROOT - Static variable in class org.jactr.tools.itr.ZipDataListener
 
IgnoreSlotRequestDelegate - Class in org.jactr.core.buffer.delegate
silently consumes SlotBasedRequests but does not forward them to the owning module
IgnoreSlotRequestDelegate() - Constructor for class org.jactr.core.buffer.delegate.IgnoreSlotRequestDelegate
 
IGoalConstructor<T> - Interface in org.jactr.tools.goalfeeder.constructor
Deprecated.
IGoalInjector<T> - Interface in org.jactr.tools.goalfeeder.injector
code that is responsible for injecting a new goal into the running model.
IGoalModule - Interface in org.jactr.core.module.goal
 
IGoalResponder - Interface in org.jactr.tools.goalfeeder.responder
takes a goal, most likely created by an IGoalConstructor and produces an action within an experiment
IIdentifiable - Interface in org.commonreality.identifier
anything that has an IIdentifier
IIdentifier - Interface in org.commonreality.identifier
unique identifier for an object.
IIdentifier.Type - Enum in org.commonreality.identifier
 
IImaginalModule - Interface in org.jactr.core.module.imaginal
 
IIndexFilter - Interface in org.jactr.modules.pm.common.memory.filter
interface that is responsible for the second stage of a perceptual index search.
IIndexManager - Interface in org.jactr.modules.pm.common.memory.impl
interface for the handling of index chunks
IInitializable - Interface in org.jactr.core.utils
 
IInstallable - Interface in org.jactr.core.utils
interface for anything that can be attached to a model before running
IInstantiation - Interface in org.jactr.core.production
Description of the Interface
IInstrument - Interface in org.jactr.instrument
Description of the Interface
IIntermediateTimedEvent - Interface in org.jactr.core.queue
A timed event that needs to be notified with intermittant time updates For instance, a long running event (say moving a limb) might need intermediate updates so that its internal model can be updated.
IInterpolator - Interface in org.commonreality.sensors.motor.interpolator
 
IInterpreterManipulator - Interface in org.jactr.tools.shell
 
IInvalidator - Interface in org.jactr.extensions.cached.procedural.invalidators
 
IIterativeRunListener - Interface in org.jactr.entry.iterative
A handler to interact with the IterativeMain entry point.
IKeyboardActuator - Interface in org.commonreality.sensors.keyboard
 
ILearningModule - Interface in org.jactr.core.module.learning
basic interface for any learning module (declarative or procedural)
IListenableFutureListener<C> - Interface in org.jactr.core.concurrent
 
IllegalActionStateException - Exception in org.jactr.core.production.action
thrown when an IAction screws up
IllegalActionStateException(String) - Constructor for exception org.jactr.core.production.action.IllegalActionStateException
Constructor for the IllegalActionStateException object
IllegalActionStateException(String, Exception) - Constructor for exception org.jactr.core.production.action.IllegalActionStateException
 
IllegalActivationBufferStateException - Exception in org.jactr.core.buffer
Description of the Class
IllegalActivationBufferStateException(String) - Constructor for exception org.jactr.core.buffer.IllegalActivationBufferStateException
Constructor for the IllegalActivationBufferStateException object
IllegalActivationBufferStateException(String, Throwable) - Constructor for exception org.jactr.core.buffer.IllegalActivationBufferStateException
 
IllegalChunkStateException - Exception in org.jactr.core.chunk
Description of the Class
IllegalChunkStateException(String) - Constructor for exception org.jactr.core.chunk.IllegalChunkStateException
Constructor for the IllegalChunkStateException object
IllegalChunkStateException(String, Exception) - Constructor for exception org.jactr.core.chunk.IllegalChunkStateException
 
IllegalChunkTypeStateException - Exception in org.jactr.core.chunktype
thrown when something funky is attempted with a chunk - setting/getting a slot value for an impossible slot..
IllegalChunkTypeStateException(String) - Constructor for exception org.jactr.core.chunktype.IllegalChunkTypeStateException
Constructor for the IllegalChunkTypeStateException object
IllegalExtensionStateException - Exception in org.jactr.core.extensions
 
IllegalExtensionStateException(String) - Constructor for exception org.jactr.core.extensions.IllegalExtensionStateException
 
IllegalExtensionStateException(String, Exception) - Constructor for exception org.jactr.core.extensions.IllegalExtensionStateException
 
IllegalModelStateException - Exception in org.jactr.core.model
Denotes an illegal state of the model : ex: attempt to set a retrieval threshold if it is not enabled.
IllegalModelStateException(String) - Constructor for exception org.jactr.core.model.IllegalModelStateException
Constructor for the IllegalModelStateException object
IllegalModelStateException(String, Throwable) - Constructor for exception org.jactr.core.model.IllegalModelStateException
 
IllegalModuleStateException - Exception in org.jactr.core.module
 
IllegalModuleStateException() - Constructor for exception org.jactr.core.module.IllegalModuleStateException
 
IllegalModuleStateException(String) - Constructor for exception org.jactr.core.module.IllegalModuleStateException
 
IllegalModuleStateException(Throwable) - Constructor for exception org.jactr.core.module.IllegalModuleStateException
 
IllegalModuleStateException(String, Throwable) - Constructor for exception org.jactr.core.module.IllegalModuleStateException
 
IllegalProductionStateException - Exception in org.jactr.core.production
Description of the Class
IllegalProductionStateException(String) - Constructor for exception org.jactr.core.production.IllegalProductionStateException
Constructor for the IllegalProductionStateException object
IllegalProductionStateException(String, Throwable) - Constructor for exception org.jactr.core.production.IllegalProductionStateException
 
ILoggedChunkFilter - Interface in org.jactr.core.module.declarative.search.filter
 
ILogger - Interface in org.jactr.core.logging
Something that receives logging messages from the architecture
ILogicalSlot - Interface in org.jactr.core.slot
 
IMAGE_KEY - Static variable in class org.jactr.tools.itr.ortho.exec.ExecAnalyzer
 
IMAGINAL - Static variable in interface org.jactr.core.buffer.IActivationBuffer
 
IMAGINAL_ADD_DELAY_PARAM - Static variable in interface org.jactr.core.module.imaginal.IImaginalModule
 
IMAGINAL_BUFFER - Static variable in interface org.jactr.core.module.imaginal.IImaginalModule
 
IMAGINAL_LOG - Static variable in interface org.jactr.core.module.imaginal.IImaginalModule
 
IMAGINAL_MODIFY_DELAY_PARAM - Static variable in interface org.jactr.core.module.imaginal.IImaginalModule
 
IMAGINAL_RANDOMIZE_DELAY_PARAM - Static variable in interface org.jactr.core.module.imaginal.IImaginalModule
 
ImaginalAddChunkRequestDelegate - Class in org.jactr.core.module.imaginal.six.buffer
extends the AddChunkRequestDelegate to include to handling of IImaginalModule.getAddDelayTime()
ImaginalAddChunkRequestDelegate() - Constructor for class org.jactr.core.module.imaginal.six.buffer.ImaginalAddChunkRequestDelegate
 
ImaginalAddChunkTypeRequestDelegate - Class in org.jactr.core.module.imaginal.six.buffer
extends the AddChunkRequestDelegate to include to handling of IImaginalModule.getAddDelayTime()
ImaginalAddChunkTypeRequestDelegate() - Constructor for class org.jactr.core.module.imaginal.six.buffer.ImaginalAddChunkTypeRequestDelegate
 
ImaginalModuleParticipant - Class in org.jactr.io.participant.modules
 
ImaginalModuleParticipant() - Constructor for class org.jactr.io.participant.modules.ImaginalModuleParticipant
 
ImaginalSlotRequestDelegate - Class in org.jactr.core.module.imaginal.six.buffer
 
ImaginalSlotRequestDelegate() - Constructor for class org.jactr.core.module.imaginal.six.buffer.ImaginalSlotRequestDelegate
 
IMarker - Interface in org.jactr.tools.marker
a marker to demark a section of time within a model's execution
IMarkerListener - Interface in org.jactr.tools.marker
 
IMarkerOf<T> - Interface in org.jactr.tools.marker.markerof
 
IMatchFailure - Interface in org.jactr.core.production.condition.match
container for specific details as to why a match has failed
IMessage - Interface in org.commonreality.message
Base message class
IMessage - Interface in org.jactr.tools.async.message
 
IMetaContainer - Interface in org.jactr.core.utils
interface for an object that can carry arbitrary transient (not persisted to file) data - Chunks permit this for internal bookkeeping
IMetric - Interface in org.jactr.tools.data
 
immediateFuture(Callable<T>) - Static method in class org.jactr.core.module.AbstractModule
create a future task and execute it immediately using the INLINE_EXECUTOR
immediateReturn(T) - Static method in class org.jactr.core.module.AbstractModule
 
ImmutableReferences - Class in org.jactr.core.utils.references
 
ImmutableReferences(IReferences) - Constructor for class org.jactr.core.utils.references.ImmutableReferences
 
ImmutableSlotWrapper - Class in org.jactr.core.slot
 
ImmutableSlotWrapper(ISlot) - Constructor for class org.jactr.core.slot.ImmutableSlotWrapper
 
IModalityPropertyHandler - Interface in org.commonreality.modalities
 
IModel - Interface in org.jactr.core.model
core model interface.
IModelListener - Interface in org.jactr.core.model.event
Description of the Interface
IModelParser - Interface in org.jactr.io.parser
 
IModelReader - Interface in org.jactr.io.reader
 
IModelStateCommand - Interface in org.jactr.tools.async.message.command.state
 
IModelStateEvent - Interface in org.jactr.tools.async.message.event.state
 
IModelWriter - Interface in org.jactr.io.writer
Output a modelDescriptor to a file.
IModule - Interface in org.jactr.core.module
module definition.
IMotorActivationBuffer - Interface in org.jactr.modules.pm.motor.buffer
 
IMotorModule - Interface in org.jactr.modules.pm.motor
 
IMotorModuleListener - Interface in org.jactr.modules.pm.motor.event
 
IMotorTimeEquation - Interface in org.jactr.modules.pm.motor.command
general equation for all time calculations
IMovement - Interface in org.jactr.modules.pm.motor.command
A description of a movement to be prepared, initiated and executed
IMovement.State - Enum in org.jactr.modules.pm.motor.command
 
IMPORT_ATTR_TOKEN - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRLexer
 
IMPORT_ATTR_TOKEN - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
importAll(CommonTree, CommonTree, boolean) - Method in class org.jactr.io.participant.impl.BasicASTInjector
 
importBuffers(CommonTree, CommonTree) - Method in class org.jactr.io.participant.impl.BasicASTInjector
 
importChunkTypes(CommonTree, CommonTree) - Static method in class org.jactr.io.participant.impl.BasicASTInjector
import chunktypes from source to dest.
importDirective() - Method in class org.jactr.io.antlr3.parser.lisp.LispParser
 
importDirective() - Method in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
importDirective_return() - Constructor for class org.jactr.io.antlr3.parser.lisp.LispParser.importDirective_return
 
importDirective_return() - Constructor for class org.jactr.io.antlr3.parser.xml.JACTRParser.importDirective_return
 
importExtensionInto(CommonTree, String, boolean) - Method in class org.jactr.io.parser.DefaultParserImportDelegate
 
importExtensionInto(CommonTree, String, boolean) - Method in interface org.jactr.io.parser.IParserImportDelegate
 
importInto(CommonTree, URL, boolean) - Method in class org.jactr.io.parser.DefaultParserImportDelegate
 
importInto(CommonTree, URL, boolean) - Method in interface org.jactr.io.parser.IParserImportDelegate
 
importModuleInto(CommonTree, String, boolean) - Method in class org.jactr.io.parser.DefaultParserImportDelegate
 
importModuleInto(CommonTree, String, boolean) - Method in interface org.jactr.io.parser.IParserImportDelegate
 
importProductions(CommonTree, CommonTree) - Method in class org.jactr.io.participant.impl.BasicASTInjector
 
IMutableDataSource - Interface in org.jactr.tools.data
 
IMutableObject - Interface in org.commonreality.object
 
IMutableObjectManager<O extends ISimulationObject,L extends IObjectListener<O>> - Interface in org.commonreality.object.manager
The mutable object manager extends the IObjectManager to support the adding, removing, and updating of simulation objects.
IMutableSlot - Interface in org.jactr.core.slot
 
IMutableVariableNameSlot - Interface in org.jactr.core.slot
interface for a variable named slot that can have the name resolved.
INamedDataSource - Interface in org.jactr.tools.data
 
INamedMutableDataSource - Interface in org.jactr.tools.data
 
INCLUDE_BUFFERS_PARAM - Static variable in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
INCLUDE_TOKEN - Static variable in class org.jactr.io.antlr3.parser.lisp.LispLexer
 
INCLUDE_TOKEN - Static variable in class org.jactr.io.antlr3.parser.lisp.LispParser
 
increment() - Method in class org.jactr.core.chunk.four.Link4
increment the count number of links this Link represents
incrementFNICJ() - Method in class org.jactr.core.chunk.four.Link4
Description of the Method
incrementTicks(double, double, double) - Method in class org.jactr.modules.temporal.six.DefaultTemporalModule6
internal method to increment the number of ticks of the current source chunk in the buffer.
incrementTimesInContext(double) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
incrementTimesInContext(double) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
Description of the Method
incrementTimesNeeded(double) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
incrementTimesNeeded(double) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
Description of the Method
indent(Collection<StringBuilder>, int) - Method in class org.jactr.io.antlr3.generator.lisp.LispGenerator
indent the set of string buffers
indent(StringBuilder, int) - Method in class org.jactr.io.antlr3.generator.lisp.LispGenerator
 
indent(Collection<StringBuilder>, int) - Method in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
indent the set of string buffers
indent(StringBuilder, int) - Method in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
 
index(IEfferentCommand) - Method in class org.commonreality.efferent.impl.EfferentCommandManager
 
index(IChunk) - Method in interface org.jactr.core.module.declarative.search.ISearchSystem
index this object
index(IChunk) - Method in class org.jactr.core.module.declarative.search.local.DefaultSearchSystem
 
index(IProduction) - Method in class org.jactr.core.module.procedural.six.DefaultConflictSetAssembler
 
index - Variable in class org.jactr.core.module.procedural.six.learning.DefaultProductionCompiler6.BufferStruct
 
INDEXED_RETRIEVAL_SLOT - Static variable in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
INDEXED_RETRIEVALS_ENABLED_PARAM - Static variable in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
indexInternal(IProduction) - Method in class org.jactr.core.module.procedural.six.DefaultConflictSetAssembler
 
IndividualCommandManager<C extends IEfferentCommand> - Class in org.jactr.modules.pm.common.efferent
 
IndividualCommandManager(EfferentCommandManager<C>, IIdentifier) - Constructor for class org.jactr.modules.pm.common.efferent.IndividualCommandManager
 
INeedsAgent - Interface in org.jactr.modules.pm.common.memory.impl
marker interface of filters, maps or encoders that need to be notified of the IAgent.
INetworkedClock - Interface in org.commonreality.time.impl.net
 
INewIdentifierAcknowledgement - Interface in org.commonreality.message.request.object
response from CR
INewIdentifierRequest - Interface in org.commonreality.message.request.object
sent to CR by a sensor when it wants to create some objects.
initialize() - Method in class org.commonreality.participant.impl.AbstractParticipant
called in response to a command from Reality to get everything ready to run.
initialize() - Method in interface org.commonreality.participant.IParticipant
initialize this participant.
initialize() - Method in class org.commonreality.reality.impl.DefaultReality
initialize common reality.
initialize() - Method in class org.commonreality.sensors.aural.DefaultAuralSensor
 
initialize() - Method in class org.commonreality.sensors.base.BaseSensor
 
initialize(DefaultObjectKey, IMutableObject) - Method in class org.commonreality.sensors.base.impl.AbstractObjectCreator
set up default properties..
initialize() - Method in class org.commonreality.sensors.keyboard.DefaultKeyboardSensor
 
initialize() - Method in class org.commonreality.sensors.keyboard.map.ACTRDeviceMap
 
initialize() - Method in class org.commonreality.sensors.speech.DefaultSpeechSensor
let's initialize.
initialize() - Method in class org.commonreality.sensors.xml.XMLSensor
 
initialize() - Method in class org.jactr.core.buffer.AbstractActivationBuffer
 
initialize() - Method in class org.jactr.core.buffer.six.AbstractCapacityBuffer6
 
initialize() - Static method in class org.jactr.core.concurrent.ExecutorServices
 
initialize() - Method in class org.jactr.core.logging.impl.DefaultModelLogger
 
initialize() - Method in class org.jactr.core.model.basic.BasicModel
initialize the model, calling initialize on buffers, and extensions in that order.
initialize() - Method in interface org.jactr.core.model.IModel
initialize the model.
initialize() - Method in class org.jactr.core.module.AbstractModule
 
initialize() - Method in class org.jactr.core.module.declarative.basic.AbstractDeclarativeModule
 
initialize() - Method in class org.jactr.core.module.declarative.basic.DefaultDeclarativeModule
here we attach a buffer listener to all the buffers and catch the removal notifications to see if we should encode the chunk..
initialize() - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
called after all the chunks are in place.
initialize() - Method in class org.jactr.core.module.goal.six.DefaultGoalModule6
 
initialize() - Method in class org.jactr.core.module.imaginal.six.DefaultImaginalModule6
 
initialize() - Method in interface org.jactr.core.module.IModule
this will be called after all the modules have been installed permitting the module to attach listeners to other modules.
initialize() - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
initialize() - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
initialize() - Method in class org.jactr.core.module.procedural.six.learning.UtilityNoiseLearningExtension
 
initialize() - Method in class org.jactr.core.module.random.six.DefaultRandomModule
 
initialize() - Method in class org.jactr.core.module.retrieval.buffer.DefaultRetrievalBuffer6
 
initialize() - Method in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
initialize() - Method in class org.jactr.core.reality.ACTRAgent
 
initialize() - Method in interface org.jactr.core.utils.IInitializable
intialize this component
initialize() - Method in class org.jactr.extensions.cached.procedural.CachedProductionSystem
 
initialize() - Method in interface org.jactr.instrument.IInstrument
perform any dependent initialization.
initialize() - Method in class org.jactr.io.logging.XMLLogger
 
initialize() - Method in class org.jactr.modules.declarative.DelegatedDeclarativeModule
 
initialize() - Method in class org.jactr.modules.general.GeneralBufferModule
 
initialize() - Method in class org.jactr.modules.pm.AbstractPerceptualModule
 
initialize() - Method in class org.jactr.modules.pm.aural.AbstractAuralModule
 
initialize() - Method in class org.jactr.modules.pm.aural.buffer.six.DefaultAuralActivationBuffer
 
initialize() - Method in class org.jactr.modules.pm.aural.buffer.six.DefaultAuralLocationBuffer
 
initialize() - Method in class org.jactr.modules.pm.aural.six.DefaultAuralModule6
 
initialize() - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
initialize() - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
initialize() - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
initialize() - Method in class org.jactr.modules.pm.motor.buffer.six.DefaultMotorActivationBuffer6
 
initialize() - Method in class org.jactr.modules.pm.motor.six.DefaultMotorModule6
initialize by installing the IEfferentObjectTranslator, IEfferentCommandTranslator, the preparation and processing IMotorTimeEquations
initialize() - Method in class org.jactr.modules.pm.visual.AbstractVisualModule
 
initialize() - Method in class org.jactr.modules.pm.visual.buffer.six.DefaultVisualLocationBuffer6
 
initialize() - Method in class org.jactr.modules.pm.visual.memory.impl.map.ColorChunkCache
 
initialize() - Method in class org.jactr.modules.pm.visual.scene.SceneChangeExtension
 
initialize() - Method in class org.jactr.modules.pm.vocal.AbstractVocalModule
 
initialize() - Method in class org.jactr.modules.pm.vocal.buffer.six.DefaultVocalActivationBuffer6
 
initialize() - Method in class org.jactr.modules.temporal.buffer.DefaultTemporalActivationBuffer
 
initialize() - Method in class org.jactr.modules.temporal.six.DefaultTemporalModule6
initialize the module and make sure we've got the time IChunkType as well as a reference to an IRandomModule.
initialize() - Method in class org.jactr.tools.async.controller.RemoteInterface
 
initialize() - Method in class org.jactr.tools.async.sync.SynchronizationManager
 
initialize() - Method in class org.jactr.tools.bridge.BridgeOnStart
Deprecated.
perform any initializations.
initialize() - Method in class org.jactr.tools.change.ChangeTracker
 
initialize() - Method in class org.jactr.tools.deadlock.DeadLockDetector
 
initialize() - Method in class org.jactr.tools.instantiation.InstantiationTracker
 
initialize() - Method in class org.jactr.tools.io.ModelRecorder
 
initialize() - Method in class org.jactr.tools.masterslave.master.MasterExtension
 
initialize() - Method in class org.jactr.tools.masterslave.slave.SlaveExtension
 
initialize() - Method in class org.jactr.tools.misc.ModelsLock
 
initialize() - Method in class org.jactr.tools.shell.BeanShellInterface
 
initialize() - Method in class org.jactr.tools.stat.StatTracker
 
initialize() - Method in class org.jactr.tools.throttle.RuntimeThrottler
 
initialize() - Method in class org.jactr.tools.tracer.RuntimeTracer
we attach two listeners.
initialize() - Method in class org.jactr.tools.track.chunktype.ChunkTypeProductionTracker
 
initialize() - Method in class org.jactr.tools.utility.UtilityTracker
 
initializeModules() - Method in class org.jactr.core.model.basic.BasicModel
 
inject(CommonTree, boolean) - Method in interface org.jactr.io.participant.IASTInjector
install module specific information into this model descriptor.
inject(CommonTree, boolean) - Method in class org.jactr.io.participant.impl.BasicASTInjector
 
injectGoal(T, IModel, GoalFeeder<T>) - Method in interface org.jactr.tools.goalfeeder.injector.IGoalInjector
if IGoalInjector.handles(Object) returns true, this will be called.
injectParameters(CommonTree) - Method in class org.jactr.io.participant.impl.BasicASTInjector
 
InjectPerceptsAction - Class in org.commonreality.sensors.xml.actions
 
InjectPerceptsAction() - Constructor for class org.commonreality.sensors.xml.actions.InjectPerceptsAction
 
InjectPerceptsAction(VariableBindings, Collection<? extends ISlot>, URL, XMLSensor) - Constructor for class org.commonreality.sensors.xml.actions.InjectPerceptsAction
 
INLINE - Static variable in class org.jactr.core.concurrent.ExecutorServices
 
INLINE_EXECUTOR - Static variable in class org.jactr.core.concurrent.ExecutorServices
 
InlineExecutor - Class in org.commonreality.executor
 
InlineExecutor() - Constructor for class org.commonreality.executor.InlineExecutor
 
INotification - Interface in org.commonreality.notification
a general notification of some sort that can be routed amoung participants
INotificationListener - Interface in org.commonreality.notification.event
 
INotificationManager - Interface in org.commonreality.notification
centralized authority within a participant for the management and dispatch of notifications.
INotificationMessage - Interface in org.commonreality.message.notification
 
INotifyingSlotContainer - Interface in org.jactr.core.slot
 
inResponseTo() - Method in class org.jactr.tools.async.sync.SynchronizationMessage
 
insertAndRelease(double) - Method in class org.jactr.tools.goalfeeder.GoalFeeder
 
insertAndRelease(GatingTimedEvent) - Method in class org.jactr.tools.goalfeeder.GoalFeeder
 
install(IoSession) - Method in class org.commonreality.participant.impl.ack.SessionAcknowledgements
 
install(IObjectCreator) - Method in class org.commonreality.sensors.base.PerceptManager
 
install(IObjectProcessor) - Method in class org.commonreality.sensors.base.PerceptManager
 
install(IModel) - Method in interface org.jactr.core.extensions.IExtension
Install this extension into this model.
install(IModel) - Method in class org.jactr.core.logging.impl.DefaultModelLogger
 
install(IModule) - Method in class org.jactr.core.model.basic.BasicModel
 
install(IExtension) - Method in class org.jactr.core.model.basic.BasicModel
 
install(IInstrument) - Method in class org.jactr.core.model.basic.BasicModel
 
install(IModule) - Method in interface org.jactr.core.model.IModel
install an IModule into the model.
install(IExtension) - Method in interface org.jactr.core.model.IModel
install this extension
install(IInstrument) - Method in interface org.jactr.core.model.IModel
install some other installable element, attempting to install a module or an extention here will reroute it to the more specific methods.
install(IModel) - Method in class org.jactr.core.module.AbstractModule
 
install(IModel) - Method in class org.jactr.core.module.declarative.basic.AbstractDeclarativeModule
 
install(IModel) - Method in class org.jactr.core.module.declarative.basic.DefaultAssociativeLinkageSystem
 
install(IModel) - Method in class org.jactr.core.module.declarative.four.associative.DefaultAssociativeLinkageSystem4
 
install(IModel) - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
install(IModel) - Method in interface org.jactr.core.module.IModule
called from the model during IModel.install(IModule).
install(IModel) - Method in class org.jactr.core.module.procedural.six.learning.UtilityNoiseLearningExtension
 
install(IModel) - Method in interface org.jactr.core.utils.IInstallable
called by the model during the install(IInstallable) call.
install(IModel) - Method in class org.jactr.extensions.cached.procedural.CachedProductionSystem
 
install(IModel) - Method in interface org.jactr.instrument.IInstrument
Description of the Method
install(IModel) - Method in class org.jactr.io.logging.XMLLogger
 
install(IModel) - Method in class org.jactr.modules.declarative.DelegatedDeclarativeModule
 
install(IAgent) - Method in class org.jactr.modules.pm.common.efferent.EfferentCommandManager
 
install(IAgent) - Method in class org.jactr.modules.pm.motor.managers.MuscleStateManager
 
install(IModel) - Method in class org.jactr.modules.pm.visual.scene.SceneChangeExtension
 
install(IModel) - Method in class org.jactr.modules.versioned.declarative.DefaultVersionedDeclarativeModule
 
install(IScriptableFactory) - Static method in class org.jactr.scripting.ScriptingManager
 
install(IModel) - Method in class org.jactr.tools.async.controller.RemoteInterface
 
install(IModel) - Method in class org.jactr.tools.async.sync.SynchronizationManager
 
install(IModel) - Method in class org.jactr.tools.change.ChangeTracker
 
install(IModel) - Method in class org.jactr.tools.deadlock.DeadLockDetector
 
install(IModel, Executor) - Method in class org.jactr.tools.grapher.core.GeneralProbe
 
install(T, Executor) - Method in class org.jactr.tools.grapher.core.probe.AbstractParameterizedProbe
 
install(IChunk, Executor) - Method in class org.jactr.tools.grapher.core.probe.ChunkProbe
 
install(T, Executor) - Method in interface org.jactr.tools.grapher.core.probe.IProbe
 
install(IAssociativeLink, Executor) - Method in class org.jactr.tools.grapher.core.probe.LinkParameterProbe
 
install(IModel, Executor) - Method in class org.jactr.tools.grapher.core.probe.ModelProbe
 
install(IParameterized, Executor) - Method in class org.jactr.tools.grapher.core.probe.ParameterizedProbe
 
install(IProduction, Executor) - Method in class org.jactr.tools.grapher.core.probe.ProductionProbe
 
install(T, IProbeContainer) - Method in class org.jactr.tools.grapher.core.selector.AbstractNameSelector
 
install(IChunk, IProbeContainer) - Method in class org.jactr.tools.grapher.core.selector.ChunkSelector
 
install(IChunkType, IProbeContainer) - Method in class org.jactr.tools.grapher.core.selector.ChunkTypeSelector
 
install(T, IProbeContainer) - Method in interface org.jactr.tools.grapher.core.selector.ISelector
 
install(IModel, IProbeContainer) - Method in class org.jactr.tools.grapher.core.selector.ModelSelector
 
install(IModel) - Method in class org.jactr.tools.instantiation.InstantiationTracker
 
install(IModel) - Method in class org.jactr.tools.io.ModelRecorder
 
install(T) - Method in interface org.jactr.tools.marker.markerof.IMarkerOf
 
install(IActivationBuffer) - Method in class org.jactr.tools.marker.markerof.MarkerOfBuffers
 
install(IChunk) - Method in class org.jactr.tools.marker.markerof.MarkerOfChunks
 
install(IModel, Executor) - Method in class org.jactr.tools.marker.tracer.MarkerTraceListener
 
install(IModel) - Method in class org.jactr.tools.masterslave.master.MasterExtension
 
install(IModel) - Method in class org.jactr.tools.masterslave.slave.SlaveExtension
 
install(IModel) - Method in class org.jactr.tools.misc.ModelsLock
 
install(IModel) - Method in class org.jactr.tools.shell.BeanShellInterface
 
install(IModel) - Method in class org.jactr.tools.stat.StatTracker
 
install(IModel) - Method in class org.jactr.tools.throttle.RuntimeThrottler
 
install(IModel, Executor) - Method in class org.jactr.tools.tracer.listeners.BufferTracer
 
install(IModel, Executor) - Method in interface org.jactr.tools.tracer.listeners.ITraceListener
 
install(IModel, Executor) - Method in class org.jactr.tools.tracer.listeners.LogTracer
 
install(IModel, Executor) - Method in class org.jactr.tools.tracer.listeners.ProceduralModuleTracer
 
install(IModel, Executor) - Method in class org.jactr.tools.tracer.listeners.VisualModuleTracer
 
install(IModel) - Method in class org.jactr.tools.tracer.RuntimeTracer
 
install(IModel) - Method in class org.jactr.tools.track.chunktype.ChunkTypeProductionTracker
 
install(IModel) - Method in class org.jactr.tools.utility.UtilityTracker
 
installASTParticipants() - Method in class org.jactr.io.activator.Activator
 
installDefaultChunkPatternProcessors() - Method in class org.jactr.modules.pm.visual.buffer.six.DefaultVisualActivationBuffer6
 
installDefaultChunkPatternProcessors() - Method in class org.jactr.modules.pm.visual.buffer.six.DefaultVisualLocationBuffer6
 
installDefaultCompilers() - Method in class org.jactr.io.compiler.DefaultCompiler
 
installed(PerceptManager) - Method in class org.commonreality.sensors.base.impl.AbstractObjectCreator
 
installed(PerceptManager) - Method in class org.commonreality.sensors.base.impl.AbstractObjectProcessor
 
installed(PerceptManager) - Method in interface org.commonreality.sensors.base.IObjectCreator
 
installed(PerceptManager) - Method in interface org.commonreality.sensors.base.IObjectProcessor
 
installMarkersOf(T) - Method in class org.jactr.tools.grapher.core.selector.AbstractNameSelector
 
installMarkersOf(T) - Method in interface org.jactr.tools.grapher.core.selector.ISelector
 
installScriptProviders() - Method in class org.jactr.io.activator.Activator
 
installSyntaxProviders() - Method in class org.jactr.io.activator.Activator
 
instance(Class) - Static method in class org.jactr.core.utils.parameter.ParameterHandler
 
instance(String) - Method in class org.jactr.tools.async.common.MINAEndpoint
utility for the instantiation of mina parameters
instantanious(double) - Method in interface org.jactr.tools.marker.IMarker
flags this marker as starting and ending at the same time.
instantanious(double) - Method in class org.jactr.tools.marker.impl.DefaultMarker
 
instantiate(IAgent, IEfferentObject) - Method in interface org.commonreality.efferent.IEfferentCommandTemplate
instantiate this template using the supplied object
instantiate(IAgent, IEfferentObject) - Method in class org.commonreality.efferent.impl.AbstractEfferentCommandTemplate
 
instantiate(IAgent, IEfferentObject) - Method in class org.commonreality.modalities.motor.MovementCommandTemplate
 
instantiate(IAgent, IEfferentObject) - Method in class org.commonreality.modalities.vocal.VocalizationCommandTemplate
 
instantiate(Element, String) - Method in class org.commonreality.parser.RealityParser
 
instantiate(Element, String, String) - Method in class org.commonreality.parser.RealityParser
 
instantiate(IProduction, Collection<VariableBindings>) - Method in interface org.jactr.core.module.procedural.IProductionInstantiator
 
instantiate(IProduction, Collection<VariableBindings>) - Method in class org.jactr.core.module.procedural.six.DefaultProductionInstantiator
 
instantiate(Object...) - Method in class org.jactr.core.utils.recyclable.AbstractThreadLocalRecyclableFactory
instantiate a new T
instantiate(IProduction, Collection<VariableBindings>) - Method in class org.jactr.extensions.cached.procedural.internal.CachedProductionInstantiator
 
instantiate(Element, String) - Static method in class org.jactr.io.environment.EnvironmentParser
 
instantiate(ChunkTypeRequest) - Method in class org.jactr.modules.pm.aural.memory.impl.filter.AttendedAudioEventFilter
 
instantiate(ChunkTypeRequest) - Method in class org.jactr.modules.pm.aural.memory.impl.filter.NearestAuralFilter
 
instantiate(ChunkTypeRequest) - Method in interface org.jactr.modules.pm.common.memory.filter.IIndexFilter
these are self-templating.
instantiate(ChunkTypeRequest) - Method in class org.jactr.modules.pm.common.memory.filter.NumericIndexFilter
 
instantiate(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.filter.AttendedVisualLocationFilter
 
instantiate(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.filter.NearestVisualLocationFilter
 
instantiate(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.filter.ValueVisualLocationFilter
 
instantiate(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.filter.VectorVisualLocationFilter
 
instantiate(IProduction, Collection<VariableBindings>) - Method in class org.jactr.modules.threaded.procedural.CullingProductionInstantiator
 
instantiate(T) - Method in class org.jactr.tools.grapher.core.probe.AbstractParameterizedProbe
 
instantiate(T) - Method in interface org.jactr.tools.grapher.core.probe.IProbe
 
instantiate(Element, String) - Static method in class org.jactr.tools.itr.ortho.Parser
 
instantiate(Document, String) - Static method in class org.jactr.tools.itr.pspace.PSpaceParser
 
instantiateAll(Collection<VariableBindings>) - Method in class org.jactr.core.production.basic.AbstractProduction
 
instantiateAll(Collection<VariableBindings>) - Method in interface org.jactr.core.production.IProduction
attempts to instantiate this production given the current state of the model as defined by the collection of buffers.
instantiateAttachments(Document, Collection<IModel>) - Method in class org.jactr.io.environment.EnvironmentParser
 
instantiateConnector(Document, ACTRRuntime) - Method in class org.jactr.io.environment.EnvironmentParser
 
instantiateController(Document, ACTRRuntime) - Method in class org.jactr.io.environment.EnvironmentParser
handle the controller
instantiateCoreCollection(V) - Method in class org.jactr.core.module.declarative.search.map.DefaultValueMap
override to change the underlying collection currently HashSet
instantiateCoreCollection(V) - Method in class org.jactr.core.module.declarative.search.map.SortedValueMap
 
instantiateCoreMap() - Method in class org.jactr.core.module.declarative.search.map.DefaultValueMap
override to provide a sorted map
instantiateCoreMap() - Method in class org.jactr.core.module.declarative.search.map.SortedValueMap
overridden to create a sortable set to track the sorted keys, but we still use the same core map
instantiateDrift(IMovement, IMotorModule, double, Collection<IEfferentCommand.ActualState>) - Method in class org.jactr.modules.pm.motor.buffer.event.MotorTimedEvent
 
instantiateOnStartStop(Document, ACTRRuntime) - Method in class org.jactr.io.environment.EnvironmentParser
snag the onStart onStop classes and instantiate them
instantiateParser(String) - Static method in class org.jactr.io.parser.ModelParserFactory
instantiate a new parser for this extension
instantiateReturnSet() - Method in class org.jactr.core.module.declarative.search.map.DefaultValueMap
 
instantiateTypeValueMap(Object) - Method in class org.jactr.core.module.declarative.search.local.DefaultSearchSystem
 
instantiateTypeValueMapCollection() - Method in class org.jactr.core.module.declarative.search.local.DefaultSearchSystem
 
InstantiationCache - Class in org.jactr.extensions.cached.procedural.internal
stores productions that cannot be instantiated given the current state, the CannotInstantiateException, and a set of Invalidators
InstantiationCache(IModel) - Constructor for class org.jactr.extensions.cached.procedural.internal.InstantiationCache
 
InstantiationTask - Class in org.jactr.core.module.procedural.six
delegate task to actually do the instantiation and evaluation of the instantiations.
InstantiationTask(Collection<IProduction>, IProductionInstantiator, IModel, IRandomModule, double) - Constructor for class org.jactr.core.module.procedural.six.InstantiationTask
 
InstantiationTracker - Class in org.jactr.tools.instantiation
 
InstantiationTracker() - Constructor for class org.jactr.tools.instantiation.InstantiationTracker
 
instrumentInstalled(ModelEvent) - Method in class org.jactr.core.model.event.DecoratedModelListener
 
instrumentInstalled(ModelEvent) - Method in interface org.jactr.core.model.event.IModelListener
called after an instrument has been installed
instrumentInstalled(ModelEvent) - Method in class org.jactr.core.model.event.ModelListenerAdaptor
 
InstrumentSelector - Class in org.jactr.tools.grapher.core.selector
 
InstrumentSelector(String) - Constructor for class org.jactr.tools.grapher.core.selector.InstrumentSelector
 
integrate(Collection<ISliceAnalysis>) - Method in interface org.jactr.tools.itr.ortho.ISliceIntegrator
called when all the slices are complete
INTERNAL_CHUNK - Static variable in interface org.jactr.modules.pm.aural.IAuralModule
 
InterpolatorActuator - Class in org.commonreality.sensors.motor.interpolator
routes commands from the MotorCommandHandler to the proper actuator, which in this case just queues up the appropriate events
InterpolatorActuator(IInterpolator) - Constructor for class org.commonreality.sensors.motor.interpolator.InterpolatorActuator
 
InterpolatorEvent - Class in org.commonreality.sensors.motor.interpolator
 
InterpolatorEvent(MovementCommand, double, double) - Constructor for class org.commonreality.sensors.motor.interpolator.InterpolatorEvent
 
interrupt() - Method in class org.commonreality.sensors.xml.tasks.NoOp
 
interrupt() - Method in class org.commonreality.sensors.xml.tasks.ProcessTimeFrame
 
INTERVAL - Static variable in class org.jactr.tools.async.sync.SynchronizationManager
 
invalidate() - Method in class org.jactr.extensions.cached.procedural.invalidators.AbstractInvalidator
 
invalidate() - Method in interface org.jactr.extensions.cached.procedural.invalidators.IInvalidator
 
invalidate(String) - Method in class org.jactr.extensions.cached.procedural.listeners.SlotListener
 
invalidate() - Method in class org.jactr.modules.pm.common.memory.PerceptualSearchResult
 
involvedVariableValue() - Method in class org.jactr.core.production.condition.match.SlotMatchFailure
 
IObjectCommand - Interface in org.commonreality.message.command.object
 
IObjectCommand.Type - Enum in org.commonreality.message.command.object
 
IObjectCommandRequest - Interface in org.commonreality.message.request.object
This request mirrors IObjectCommand, allowing the sensor to add,remove,update objects - CR will respect the request then issue an IObjectCommand sent to the sensor (in acknowledgement) and to the agent
IObjectCreator<K extends IObjectKey> - Interface in org.commonreality.sensors.base
Coordinates with PerceptManager to create IObjectKeys and their associated ISensoryObjects (typically a IAfferentObject).
IObjectData - Interface in org.commonreality.message.command.object
 
IObjectDataRequest - Interface in org.commonreality.message.request.object
Request that CR update its data for these objects - this will also result in a IObjectData event coming from CR to the respective agent and a general acknowledgement to the sensor
IObjectDelta - Interface in org.commonreality.object.delta
 
IObjectEvent<O extends ISimulationObject,L extends IObjectListener<O>> - Interface in org.commonreality.object.manager.event
 
IObjectEvent.Type - Enum in org.commonreality.object.manager.event
 
IObjectKey - Interface in org.commonreality.sensors.base
basic key used for linking and tracking arbitrary objects and their percepts
IObjectListener<O extends ISimulationObject> - Interface in org.commonreality.object.manager.event
 
IObjectManager<O extends ISimulationObject,L extends IObjectListener<O>> - Interface in org.commonreality.object.manager
An object manager allows a set of simulation objects to be tracked and events fired when they are changed.
IObjectProcessor<K extends IObjectKey> - Interface in org.commonreality.sensors.base
processes an existing object.
IOptimizedReferences - Interface in org.jactr.core.utils.references
 
IOUtilities - Class in org.jactr.io
convenience utilities for the lazy
IOUtilities() - Constructor for class org.jactr.io.IOUtilities
 
IOwnableClock<T> - Interface in org.commonreality.time
 
IPair - Interface in org.jactr.tools.analysis.production.relationships
 
IParameterEvent<S,L> - Interface in org.jactr.core.event
general event for notification that a parameter has changed
IParameterHandler<T> - Interface in org.jactr.core.utils.parameter
 
IParameterized - Interface in org.jactr.core.utils.parameter
IParameterized interface allows objects to set/get arbitrary parameter values.
IParameterListener - Interface in org.jactr.core.event
a listener for changes to object parameters (typically subsymbolic elements)
IParameterModifier - Interface in org.jactr.tools.itr
general interface for modifying parameters
IParameterSetModifier - Interface in org.jactr.tools.itr
 
IParserImportDelegate - Interface in org.jactr.io.parser
handles the importing of content based on either a url or a module classname
IParticipant - Interface in org.commonreality.participant
Someone who is participating in the simulation.

execution sequence:

configure()
initialize()
start()
suspend() & resume()
stop()
reset()
start()
suspend() & resume()
stop()
shutdown()
IParticipant.State - Enum in org.commonreality.participant
 
IPerceptualBuffer - Interface in org.jactr.modules.pm.buffer
 
IPerceptualEncoder - Interface in org.jactr.modules.pm.common.memory
interface that is responsible for encoding a percept
IPerceptualMemory - Interface in org.jactr.modules.pm.common.memory
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.
IPerceptualMemoryModule - Interface in org.jactr.modules.pm
a perceptual module that has a perceptual memory permitting the searching and attending of perceptual information within it.
IPerceptualMemoryModuleEvent<S extends IPerceptualModule,L extends IPerceptualMemoryModuleListener> - Interface in org.jactr.modules.pm.common.event
 
IPerceptualMemoryModuleListener - Interface in org.jactr.modules.pm.common.event
permits listening to a perceptual module.
IPerceptualModule - Interface in org.jactr.modules.pm
 
IPollingProbe<T> - Interface in org.jactr.tools.grapher.core.probe
 
IPrioritizer<T> - Interface in org.jactr.core.queue.collection
 
IProbabilityEquation - Interface in org.jactr.core.module.procedural.four.learning
Description of the Interface
IProbe<T> - Interface in org.jactr.tools.grapher.core.probe
 
IProbeContainer - Interface in org.jactr.tools.grapher.core.container
 
IProceduralLearningModule - Interface in org.jactr.core.module.procedural
 
IProceduralLearningModule4 - Interface in org.jactr.core.module.procedural.four.learning
 
IProceduralLearningModule5 - Interface in org.jactr.core.module.procedural.five.learning
 
IProceduralLearningModule6 - Interface in org.jactr.core.module.procedural.six.learning
 
IProceduralLearningModule6Listener - Interface in org.jactr.core.module.procedural.six.learning.event
 
IProceduralModule - Interface in org.jactr.core.module.procedural
specialized module for accessing procedural memory
IProceduralModule4 - Interface in org.jactr.core.module.procedural.four
 
IProceduralModule6 - Interface in org.jactr.core.module.procedural.six
 
IProceduralModuleListener - Interface in org.jactr.core.module.procedural.event
 
IProduction - Interface in org.jactr.core.production
Description of the Interface
IProductionCommand - Interface in org.jactr.tools.async.message.command.breakpoint
 
IProductionCommand.Action - Enum in org.jactr.tools.async.message.command.breakpoint
 
IProductionCompiler - Interface in org.jactr.core.module.procedural.five.learning
 
IProductionInstantiator - Interface in org.jactr.core.module.procedural
code responsible for instantiating a production (possibly multiple times) given the provisional bindings (which are defined by the buffer contents)
IProductionListener - Interface in org.jactr.core.production.event
Description of the Interface
IProductionSelector - Interface in org.jactr.core.module.procedural
code that is responsible for selecting the winning (to be fired) instantiation from the conflict set
IPropertyHandler - Interface in org.commonreality.object
 
IRandomActivationEquation - Interface in org.jactr.core.module.declarative.four
equation for the computation of spreading activation
IRandomModule - Interface in org.jactr.core.module.random
 
IReality - Interface in org.commonreality.reality
 
IRealObject - Interface in org.commonreality.object
Any object in the simulation that has a shared reality.
IRealObjectListener - Interface in org.commonreality.object.manager.event
 
IRealObjectManager - Interface in org.commonreality.object.manager
 
IReferences - Interface in org.jactr.core.utils.references
interface used to track the number and times of references of objects in a model
IReferences.Factory - Class in org.jactr.core.utils.references
factory for instantiating new references
IRelationship - Interface in org.jactr.tools.analysis.production.relationships
describes how two productions are related to each other.
IRelationshipComputer - Interface in org.jactr.tools.analysis.production.relationships
 
IRemovableDeclarativeModule - Interface in org.jactr.core.module.declarative
 
IRemovableSymbolicChunkType - Interface in org.jactr.core.chunktype
an optional symbolic chunk type that permits the modification of its encoded state.
IReportableUnitCompiler - Interface in org.jactr.io.compiler
 
IReportableUnitCompiler.Level - Enum in org.jactr.io.compiler
 
IRequest - Interface in org.commonreality.message.request
A request that something happen.
IRequest - Interface in org.jactr.core.production.request
basic foundation of a module request.
IRequestableAfferentObjectManager - Interface in org.commonreality.object.manager
 
IRequestableBuffer - Interface in org.jactr.core.buffer
Marker interface for buffers that can accept IRequests that will then be forwarded to the owning module for processing.
IRequestableEfferentObjectManager - Interface in org.commonreality.object.manager
 
IRequestableObjectManager<O extends ISimulationObject,L extends IObjectListener<O>> - Interface in org.commonreality.object.manager
The requestable object manager is the only object manager that is able to create new objects.
IRequestableRealObjectManager - Interface in org.commonreality.object.manager
 
IRequestDelegate - Interface in org.jactr.core.buffer.delegate
Delegate for request processing.
IRequestTime - Interface in org.commonreality.message.request.time
A request for the time to be set.
IRetrievalModule - Interface in org.jactr.core.module.retrieval
 
IRetrievalModule4 - Interface in org.jactr.core.module.retrieval.four
 
IRetrievalModuleListener - Interface in org.jactr.core.module.retrieval.event
 
IRetrievalTimeEquation - Interface in org.jactr.core.module.retrieval.time
compute the retrieval time of a chunk.
IRuntimeStateCommand - Interface in org.jactr.tools.async.message.command.state
 
IRuntimeStateEvent - Interface in org.jactr.tools.async.message.event.state
 
IS_ADJUSTABLE - Static variable in interface org.commonreality.efferent.IEfferentCommand
 
IS_AUDIBLE - Static variable in interface org.commonreality.modalities.aural.IAuralPropertyHandler
 
IS_BUFFER_STUFF_REQUEST - Static variable in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
IS_COMPOUND - Static variable in interface org.commonreality.efferent.ICompoundCommand
 
IS_LOADED_SLOT - Static variable in class org.jactr.tools.masterslave.slave.SlaveStateCondition
 
IS_MOTOR - Static variable in class org.commonreality.modalities.motor.MotorConstants
general marker for all motor systems (ie.
IS_RUNNING_SLOT - Static variable in class org.jactr.tools.masterslave.slave.SlaveStateCondition
 
IS_VISUAL - Static variable in interface org.commonreality.modalities.visual.IVisualPropertyHandler
 
isA(IChunkType) - Method in class org.jactr.core.chunk.basic.BasicSymbolicChunk
 
isA(IChunkType) - Method in class org.jactr.core.chunk.basic.DefaultChunk
note : non-locking
isA(IChunkType) - Method in interface org.jactr.core.chunk.IChunk
is this chunk this type (checks all ancestors)
isA(IChunkType) - Method in interface org.jactr.core.chunk.ISymbolicChunk
Returns true if the chunk has any parent chunktype of ct.
isA(IChunkType) - Method in class org.jactr.core.chunktype.basic.BasicSymbolicChunkType
 
isA(IChunkType) - Method in class org.jactr.core.chunktype.basic.DefaultChunkType
 
isA(IChunkType) - Method in interface org.jactr.core.chunktype.IChunkType
Gets the a attribute of the IChunkType object
isA(IChunkType) - Method in interface org.jactr.core.chunktype.ISymbolicChunkType
 
ISA - Static variable in interface org.jactr.core.slot.ISlot
 
isa() - Method in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
isa_return() - Constructor for class org.jactr.io.antlr3.parser.xml.JACTRParser.isa_return
 
ISA_TOKEN - Static variable in class org.jactr.io.antlr3.parser.lisp.LispLexer
 
ISA_TOKEN - Static variable in class org.jactr.io.antlr3.parser.lisp.LispParser
 
isAcceptable(IChunk, ChunkTypeRequest) - Method in class org.jactr.modules.pm.aural.memory.impl.DefaultAuralMemory
 
isAcceptable(IChunk, ChunkTypeRequest) - Method in class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
hook to verify that an encoded chunk should be returned.
isAcceptable(IChunk, ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
return true if the chunk is a visual-object of some sort
isAdaptiveUtilityNoiseEnabled() - Method in class org.jactr.core.module.procedural.six.learning.UtilityNoiseLearningExtension
 
isAddressingInfoValid(IoSession, IAddressingInformation) - Method in class org.commonreality.reality.impl.StateAndConnectionManager
this should, ultimately, check to be sure that the location they report for connecting too is consistent with where they actually are (cheap spoofing measure)
isAdjustable() - Method in interface org.commonreality.efferent.IEfferentCommand
adjustable commands can be modified by the issuer after it has already started.
isAdjustable() - Method in class org.commonreality.efferent.impl.AbstractEfferentCommand
 
isAssociativeLearningEnabled() - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
isAssociativeLearningEnabled() - Method in interface org.jactr.core.module.declarative.four.learning.IDeclarativeLearningModule4
 
isAStrict(IChunkType) - Method in class org.jactr.core.chunk.basic.BasicSymbolicChunk
 
isAStrict(IChunkType) - Method in class org.jactr.core.chunk.basic.DefaultChunk
note : non-locking
isAStrict(IChunkType) - Method in interface org.jactr.core.chunk.IChunk
is this chunk's immediate type this
isAStrict(IChunkType) - Method in interface org.jactr.core.chunk.ISymbolicChunk
Returns true if and only if the immediate chunktype parent is ct.SymbolicChunk.getChunkType()==ct.
isAsynchronous() - Method in class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
override to return true if the request should be split in time.
isAtConflictResolution() - Method in class org.jactr.tools.tracer.transformer.buffer.TransformedBufferEvent
if type is null, this is the signal that conflict resolution has occured
isAttached() - Method in class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
 
isAttached() - Method in interface org.jactr.modules.pm.common.memory.IPerceptualMemory
have we been attached to CR?
isAttended(IIdentifier) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
isAttended(IIdentifier) - Method in interface org.jactr.modules.pm.common.memory.map.IFINSTFeatureMap
 
isAttendedSticky(IIdentifier, IChunk, IVisualMemory) - Method in class org.jactr.modules.pm.visual.memory.impl.encoder.AbstractVisualEncoder
if IVisualMemory.isStickyAttentionEnabled() and the chunk is in the visual buffer.
isaType() - Method in class org.jactr.io.antlr3.parser.lisp.LispParser
 
isaType_return() - Constructor for class org.jactr.io.antlr3.parser.lisp.LispParser.isaType_return
 
isAudible(ISimulationObject) - Method in class org.commonreality.modalities.aural.DefaultAuralPropertyHandler
 
isAudible(ISimulationObject) - Method in interface org.commonreality.modalities.aural.IAuralPropertyHandler
 
isAuthoritative(ISlot) - Method in class org.jactr.core.chunktype.basic.BasicSymbolicChunkType
Gets the authoritative attribute of the DefaultSymbolicChunkType5 object
isAutoDeleteEnabled() - Method in class org.jactr.modules.pm.common.efferent.EfferentCommandManager
 
isBaseLevelLearningEnabled() - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
isBaseLevelLearningEnabled() - Method in interface org.jactr.core.module.declarative.four.learning.IDeclarativeLearningModule4
 
isBlocked() - Method in class org.jactr.tools.goalfeeder.timedevents.GatingTimedEvent
is there currently a model blocked?
isBound(String) - Method in class org.jactr.core.production.VariableBindings
 
isBreakpoint(IModel, BreakpointType, Object) - Method in class org.jactr.core.runtime.controller.debug.DebugController
 
isBreakpoint(IModel, BreakpointType, Object) - Method in interface org.jactr.core.runtime.controller.debug.IDebugController
is this object a breakpoint
isBufferEmpty() - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
this actually checks the contents of the buffer slot which might not be the best test in the case of buffers that share a common set of state slots (i.e.
isBufferEmpty() - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
isBufferFull() - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
isBufferFull() - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
isBufferRequested() - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
isBufferRequested() - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
isBufferStuffEnabled() - Method in class org.jactr.modules.pm.aural.AbstractAuralModule
 
isBufferStuffPending() - Method in interface org.jactr.modules.pm.aural.buffer.IAuralLocationBuffer
 
isBufferStuffPending() - Method in class org.jactr.modules.pm.aural.buffer.processor.AuralSearchRequestDelegate
 
isBufferStuffPending() - Method in class org.jactr.modules.pm.aural.buffer.six.DefaultAuralLocationBuffer
 
isBufferStuffPending() - Method in interface org.jactr.modules.pm.visual.buffer.IVisualLocationBuffer
 
isBufferStuffPending() - Method in class org.jactr.modules.pm.visual.buffer.processor.VisualSearchRequestDelegate
 
isBufferStuffPending() - Method in class org.jactr.modules.pm.visual.buffer.six.DefaultVisualLocationBuffer6
 
isBufferUnrequested() - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
isBufferUnrequested() - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
isBusy(IActivationBuffer) - Method in class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
utility method to test the state, only works if this buffer extends IStatusBuffer
isCapacityReached() - Method in class org.jactr.core.buffer.six.AbstractCapacityBuffer6
return true if the capacity has been reached and someone needs to be removed
isCapacityReached() - Method in class org.jactr.modules.threaded.goal.buffer.DefaultCapacityGoalBuffer6
has capacity been reached?
isClassName(String) - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
isClockOwner(ICredentials) - Method in class org.commonreality.reality.impl.StateAndConnectionManager
 
isClosed() - Method in class org.jactr.tools.marker.tracer.MarkerTransformedEvent
 
isClosed() - Method in class org.jactr.tools.misc.ModelsLock
returns true if the gate is closed, but not necessarily if everyone is.
isCompound() - Method in interface org.commonreality.efferent.ICompoundCommand
 
isCompound() - Method in class org.commonreality.modalities.motor.MovementCommand
 
isConnected() - Method in class org.jactr.tools.async.common.BaseIOHandler
 
isConnected() - Method in class org.jactr.tools.async.shadow.ShadowController
 
isConsistent(IEfferentCommand) - Method in interface org.commonreality.efferent.IEfferentCommandTemplate
returns true if this IEfferentCommand is consistent with those created by this template.
isConsistent(IEfferentCommand) - Method in class org.commonreality.modalities.motor.MovementCommandTemplate
 
isConsistent(IEfferentCommand) - Method in class org.commonreality.modalities.motor.RotateCommandTemplate
 
isConsistent(IEfferentCommand) - Method in class org.commonreality.modalities.motor.TranslateCommandTemplate
 
isConsistent(IEfferentCommand) - Method in class org.commonreality.modalities.vocal.VocalizationCommandTemplate
 
isConsistent(IEfferentCommand) - Method in class org.commonreality.sensors.keyboard.PressCommandTemplate
 
isConsistent(IEfferentCommand) - Method in class org.commonreality.sensors.keyboard.ReleaseCommandTemplate
 
isConsistentWith(CommonTree, CommonTree) - Static method in class org.jactr.tools.analysis.production.endstates.impl.BufferStateUtilities
return true if the endstate slot is consistent with the conditional slot.
IScriptableFactory - Interface in org.jactr.scripting
 
isCurrentlySticky(IIdentifier, IVisualMemory) - Static method in class org.jactr.modules.pm.visual.memory.VisualUtilities
isCurrentlySticky(IChunk, IVisualMemory, IActivationBuffer) - Static method in class org.jactr.modules.pm.visual.memory.VisualUtilities
isCycleSkippingEnabled() - Method in class org.jactr.core.model.basic.BasicModel
 
isDelayingStart() - Method in class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
 
isDeterministic(IRequest) - Method in interface org.jactr.core.module.procedural.five.learning.ICompilableContext
returns true if this request to the buffer is deterministic.
isDeterministic(IRequest) - Method in class org.jactr.core.module.procedural.six.learning.DefaultCompilableContext
 
isDeterministic(IRequest) - Method in class org.jactr.modules.pm.visual.buffer.six.VisualCompilableContext
 
isDirty() - Method in class org.jactr.core.chunk.four.Link4
Gets the dirty attribute of the Link object current will recalculate only once per cycle.
isDirty(IAfferentObject, IChunk, IPerceptualMemory) - Method in class org.jactr.modules.pm.aural.memory.impl.encoder.AbstractAuralEncoder
 
isDirty(IAfferentObject, IChunk, IPerceptualMemory) - Method in interface org.jactr.modules.pm.common.memory.IPerceptualEncoder
return true if the prior encoding of the percept needs to be amended
isDirty(IAfferentObject, IChunk, IPerceptualMemory) - Method in class org.jactr.modules.pm.visual.memory.impl.encoder.AbstractVisualEncoder
checks the expected visual location against the previously encoded visual location.
isDirty(IAfferentObject, IChunk, IPerceptualMemory) - Method in class org.jactr.modules.pm.visual.memory.impl.encoder.BasicTextEncoder
 
isDirty(IAfferentObject, IChunk, IPerceptualMemory) - Method in class org.jactr.modules.pm.visual.memory.impl.encoder.LineEncoder
 
isDisposalSuspended(IChunk) - Static method in class org.jactr.core.module.declarative.basic.AbstractDeclarativeModule
 
isDisposed() - Method in class org.jactr.core.chunk.basic.ChunkData
 
isDone() - Method in class org.commonreality.participant.impl.ack.AckFuture
 
isDone() - Method in class org.jactr.modules.pm.common.efferent.IndividualCommandManager
 
ISearchSystem - Interface in org.jactr.core.module.declarative.search
A search system that indexes and retrieves I(ndexable) based on P(attern)
ISelector<T> - Interface in org.jactr.tools.grapher.core.selector
 
isEmpty() - Method in class org.jactr.core.queue.collection.PrioritizedQueue
 
isEmpty() - Method in class org.jactr.core.queue.TimedEventQueue
is the queue empty?
isEmpty() - Method in class org.jactr.core.utils.collections.CachedCollection
 
isEmpty() - Method in class org.jactr.core.utils.collections.CachedMap
 
isEmpty() - Method in class org.jactr.extensions.cached.procedural.listeners.SlotListener
return true if there are no registered invalidators.
isEmpty(CommonTree) - Method in class org.jactr.io.antlr3.generator.lisp.LispGenerator
 
isEmpty(CommonTree) - Method in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
 
isEmpty() - Method in class org.jactr.tools.analysis.production.endstates.BufferEndState
 
isEnabled() - Static method in class org.jactr.tools.shell.RuntimeListener
 
isEncoded() - Method in class org.jactr.core.chunk.basic.ChunkData
 
isEncoded() - Method in class org.jactr.core.chunk.basic.DefaultChunk
note : non-locking
isEncoded() - Method in interface org.jactr.core.chunk.IChunk
has this chunk been encoded?
isEncoded() - Method in class org.jactr.core.chunktype.basic.BasicSubsymbolicChunkType
Gets the encoded attribute of the DefaultSubsymbolicChunkType5 object
isEncoded() - Method in class org.jactr.core.chunktype.basic.DefaultChunkType
 
isEncoded() - Method in interface org.jactr.core.chunktype.IChunkType
has this chunktype been encoded
isEncoded() - Method in class org.jactr.core.production.basic.AbstractProduction
 
isEncoded() - Method in interface org.jactr.core.production.IProduction
 
isEndOfCycle() - Method in class org.jactr.tools.tracer.transformer.logging.BulkLogEvent
 
ISensor - Interface in org.commonreality.sensors
The sensor provides afferent and efferent objects to all the IAgent instances that it wants to communicate with.
ISensorListener - Interface in org.commonreality.object.manager.event
 
ISensorObject - Interface in org.commonreality.object
 
ISensorObjectManager - Interface in org.commonreality.object.manager
 
ISensoryIdentifier - Interface in org.commonreality.object.identifier
 
ISensoryObject - Interface in org.commonreality.object
 
isErrorSet() - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
isErrorSet() - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
ISetableClock - Interface in org.commonreality.time
 
isExecuting() - Method in interface org.jactr.core.model.ICycleProcessor
is the cycle currently executing? True between cycle start and stop events.
isExecuting() - Method in class org.jactr.core.model.six.DefaultCycleProcessor6
 
isExecuting() - Method in class org.jactr.modules.pm.common.efferent.EfferentCommandManager
 
isExecutionBusy() - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
isExecutionBusy() - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
isExecutionBusy() - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
isExecutionFree() - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
isExecutionFree() - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
isExecutionFree() - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
isExternalWaiting() - Method in class org.jactr.tools.goalfeeder.timedevents.GatingTimedEvent
 
isFailure() - Method in class org.jactr.core.production.five.DefaultSymbolicProduction5
 
isFailure() - Method in interface org.jactr.core.production.four.ISymbolicProduction4
 
isFirstSlice(String) - Method in class org.jactr.tools.itr.LongitudinalParameterSetModifier
is this the first slice in a longitudinal run?
isFlagged() - Method in class org.jactr.tools.itr.ortho.impl.SliceAnalysis
 
isFlagged() - Method in interface org.jactr.tools.itr.ortho.ISliceAnalysis
 
isIgnoringDiscrepencies() - Method in class org.commonreality.time.impl.BasicClock
are we temporarily ignoring time discrepencies - useful for the clock owners when a simulation is reset
isImmediate(IRequest) - Method in interface org.jactr.core.module.procedural.five.learning.ICompilableContext
return true if the request on the buffer is immediate, in that they will complete by the time the production has finished firing (not long duration requests like the visual buffer)
isImmediate(IRequest) - Method in class org.jactr.core.module.procedural.six.learning.DefaultCompilableContext
 
isImmediate(IRequest) - Method in class org.jactr.modules.pm.visual.buffer.six.VisualCompilableContext
 
isImmediateModeEnabled() - Method in class org.commonreality.sensors.base.BaseSensor
 
ISimulationObject - Interface in org.commonreality.object
Any object in the simulation
isIndexedRetrievalEnabled() - Method in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
isIndexRetrievalEnabled(DefaultRetrievalModule6, Collection<? extends ISlot>) - Static method in class org.jactr.core.module.retrieval.buffer.RetrievalRequestDelegate
 
isInterestedIn(IEfferentCommand) - Method in interface org.commonreality.sensors.handlers.ICommandHandlerDelegate
return true if this delegate should process this type of command
isInterestedIn(IEfferentCommand) - Method in class org.commonreality.sensors.motor.MotorCommandHandler
 
isInterestedIn(IEfferentCommand) - Method in class org.commonreality.sensors.speech.VocalizationCommandHandler
 
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.aural.memory.impl.encoder.AbstractAuralEncoder
 
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.aural.memory.impl.map.AbstractAuralFeatureMap
 
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.aural.memory.impl.map.AbstractSortedAuralFeatureMap
 
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.aural.memory.impl.map.FINSTAuralFeatureMap
 
isInterestedIn(IAfferentObject) - Method in interface org.jactr.modules.pm.common.afferent.IAfferentObjectListener
 
isInterestedIn(IEfferentCommand) - Method in class org.jactr.modules.pm.common.efferent.EfferentCommandManager
 
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.common.memory.impl.PerceptualEncoderBridge
 
isInterestedIn(IAfferentObject) - Method in interface org.jactr.modules.pm.common.memory.IPerceptualEncoder
 
isInterestedIn(ChunkTypeRequest) - Method in class org.jactr.modules.pm.common.memory.map.AbstractFeatureMap
is AbstractFeatureMap.getRelevantSlotName() is not null, this will check to see if the request contains that slot name.
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
isInterestedIn(ChunkTypeRequest) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.common.memory.map.DefaultNumericFeatureMap
 
isInterestedIn(ChunkTypeRequest) - Method in interface org.jactr.modules.pm.common.memory.map.IFeatureMap
 
isInterestedIn(IEfferentCommand) - Method in class org.jactr.modules.pm.motor.managers.MotorCommandManager
 
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.visual.memory.impl.encoder.AbstractVisualEncoder
returns true if the percept has the IVisualPropertyHandler.IS_VISUAL property.
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.visual.memory.impl.map.AbstractSortedVisualFeatureMap
 
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.visual.memory.impl.map.AbstractVisualFeatureMap
 
isInterestedIn(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.map.DimensionFeatureMap
this feature map isn't used in visual searches
isInterestedIn(IAfferentObject) - Method in class org.jactr.modules.pm.visual.memory.impl.map.FINSTVisualFeatureMap
 
isInterestedIn(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.map.VisibilityFeatureMap
this feature map isn't used in visual searches
isInterfacedAgent(IIdentifier) - Method in class org.commonreality.sensors.AbstractSensor
are we currently interfaced with this agent
isJammable(IRequest) - Method in interface org.jactr.core.module.procedural.five.learning.ICompilableContext
subsequent requests may result in a buffer jam (and abort/error)
isJammable(IRequest) - Method in class org.jactr.core.module.procedural.six.learning.DefaultCompilableContext
 
isJammable(IRequest) - Method in class org.jactr.modules.pm.visual.buffer.six.VisualCompilableContext
 
isLastSlice(String) - Method in class org.jactr.tools.itr.LongitudinalParameterSetModifier
 
isLearningEnabled() - Method in class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
 
isLearningEnabled() - Method in interface org.jactr.core.module.learning.ILearningModule
 
isLearningEnabled() - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
ISlice - Interface in org.jactr.tools.itr.ortho
describes a slice of the orthogonal parameter space search.
ISliceAnalysis - Interface in org.jactr.tools.itr.ortho
container for the analysis of a particular ISlice.
ISliceAnalyzer - Interface in org.jactr.tools.itr.ortho
code that is responsible for analyzing a particular slice
ISliceIntegrator - Interface in org.jactr.tools.itr.ortho
called when all the slices have been collected gives a chance to perform cross-cutting analyses
ISliceListener - Interface in org.jactr.tools.itr.ortho
 
ISlot - Interface in org.jactr.core.slot
basic slot definition.
ISlotContainer - Interface in org.jactr.core.slot
Description of the Interface
ISlotContainerListener - Interface in org.jactr.core.slot.event
 
isManagedThread(Thread) - Method in class org.jactr.core.concurrent.SafeExecutorService
 
isMember(Thread) - Method in class org.commonreality.executor.GeneralThreadFactory
 
isMember() - Method in class org.commonreality.executor.GeneralThreadFactory
 
isModalityBusy() - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
isModalityBusy() - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
isModalityBusy() - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
isModalityFree() - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
isModalityFree() - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
isModalityFree() - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
isMotor(IEfferentObject) - Static method in class org.commonreality.modalities.motor.MotorUtilities
 
isMuscleParallelismEnabled() - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
isMutable() - Method in class org.jactr.core.chunk.basic.ChunkData
 
isMutable() - Method in class org.jactr.core.chunk.basic.DefaultChunk
note : non-locking
isMutable() - Method in interface org.jactr.core.chunk.IChunk
will return true if this chunks slots can be changed after encoding (like visual-location chunks).
isNew(IIdentifier) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
isNew(IIdentifier) - Method in interface org.jactr.modules.pm.common.memory.map.IFINSTFeatureMap
 
isObjectImmutable() - Method in class org.commonreality.sensors.base.impl.DefaultObjectKey
 
isObjectImmutable() - Method in interface org.commonreality.sensors.base.IObjectKey
 
isOld(IIdentifier) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
isOld(IIdentifier) - Method in interface org.jactr.modules.pm.common.memory.map.IFINSTFeatureMap
 
isOpen() - Method in interface org.jactr.tools.marker.IMarker
 
isOpen() - Method in class org.jactr.tools.marker.impl.DefaultMarker
 
isOpen() - Method in class org.jactr.tools.marker.tracer.MarkerTransformedEvent
 
isOpen() - Method in interface org.jactr.tools.tracer.ITraceSink
 
isOpen() - Method in class org.jactr.tools.tracer.sinks.ChainedSink
 
isOpen() - Method in class org.jactr.tools.tracer.sinks.FileSink
 
isOpen() - Method in class org.jactr.tools.tracer.sinks.NetworkedSink
 
isOpen() - Method in class org.jactr.tools.tracer.sinks.trace.ArchivalSink
 
ISourceActivationSpreader - Interface in org.jactr.core.buffer
logic that is responsible for the setting, updating and tracking of source activation for a given buffer.
isOwner(T) - Method in class org.commonreality.time.impl.OwnedClock
 
isOwner(T) - Method in interface org.commonreality.time.IOwnableClock
 
isOwner(IoSession) - Method in class org.jactr.tools.async.controller.RemoteIOHandler
 
isParallelInstantiationsEnabled() - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
isParameterLearningEnabled() - Method in interface org.jactr.core.module.procedural.four.learning.IProceduralLearningModule4
 
isParameterLearningEnabled() - Method in interface org.jactr.core.module.procedural.IProceduralLearningModule
 
isParameterLearningEnabled() - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
isPartialMatchEnabled(IDeclarativeModule4, Collection<? extends ISlot>) - Static method in class org.jactr.core.module.retrieval.buffer.RetrievalRequestDelegate
 
isPartialMatchingEnabled() - Method in interface org.jactr.core.module.declarative.four.IDeclarativeModule4
 
isPartialMatchingEnabled() - Method in class org.jactr.core.module.declarative.six.DefaultDeclarativeModule6
 
ISpeaker - Interface in org.commonreality.sensors.speech
delegate interface to actually perform some vocalization
isPersistentExecutionEnabled() - Method in class org.jactr.core.model.basic.BasicModel
 
isPolling() - Method in class org.jactr.tools.grapher.core.probe.AbstractParameterizedProbe
 
isPostConflictResolution() - Method in class org.jactr.tools.tracer.transformer.buffer.BulkBufferEvent
 
ISpreadingActivationEquation - Interface in org.jactr.core.module.declarative.four
equation for the computation of spreading activation
isPreparationBusy() - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
isPreparationBusy() - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
isPreparationBusy() - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
isPreparationFree() - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
isPreparationFree() - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
isPreparationFree() - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
isPreparing() - Method in class org.jactr.modules.pm.vocal.delegate.VocalCommandManager
 
isProcessorBusy() - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
isProcessorBusy() - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
isProcessorBusy() - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
isProcessorFree() - Method in interface org.jactr.modules.pm.buffer.IPerceptualBuffer
 
isProcessorFree() - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
isProcessorFree() - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
isProductionCompilationEnabled() - Method in interface org.jactr.core.module.procedural.five.learning.IProceduralLearningModule5
 
isProductionCompilationEnabled() - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
isPromiscuous() - Method in class org.commonreality.reality.impl.StateAndConnectionManager
 
isQuery() - Method in class org.jactr.tools.analysis.production.endstates.BufferEndState
 
isRandomizeDelaysEnabled() - Method in interface org.jactr.core.module.imaginal.IImaginalModule
 
isRandomizeDelaysEnabled() - Method in class org.jactr.core.module.imaginal.six.DefaultImaginalModule6
 
isRealtimeClockEnabled() - Method in class org.commonreality.sensors.base.BaseSensor
 
isRunning() - Method in class org.jactr.core.reality.connector.CommonRealityConnector
 
isRunning() - Method in interface org.jactr.core.reality.connector.IConnector
 
isRunning() - Method in class org.jactr.core.reality.connector.LocalConnector
 
isRunning() - Method in class org.jactr.core.runtime.controller.DefaultController
 
isRunning() - Method in interface org.jactr.core.runtime.controller.IController
 
isRunning() - Method in class org.jactr.core.runtime.controller.impl.RuntimeState
true if any models are currently running
isRunning() - Method in class org.jactr.core.runtime.controller.OldController
 
isRunning(IModel) - Method in class org.jactr.core.runtime.controller.OldController
is this model running?
isRunning() - Method in class org.jactr.modules.pm.common.efferent.IndividualCommandManager
 
isRunning() - Method in class org.jactr.tools.async.shadow.ShadowController
 
isRunning(String) - Method in class org.jactr.tools.async.shadow.ShadowController
 
isSetable() - Method in class org.jactr.core.utils.parameter.ParameterProcessor
 
isShutdown() - Method in class org.jactr.core.concurrent.SafeExecutorService
 
isStart() - Method in class org.jactr.tools.async.iterative.message.StatusMessage
 
isStateBusy() - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
isStateBusy() - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
isStateError() - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
isStateError() - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
isStateFree() - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
isStateFree() - Method in interface org.jactr.core.buffer.six.IStatusBuffer
 
isStickyAttentionEnabled() - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
isStickyAttentionEnabled() - Method in interface org.jactr.modules.pm.visual.memory.IVisualMemory
 
isStop() - Method in class org.jactr.tools.async.iterative.message.StatusMessage
 
isStrengthLearningEnabled() - Method in interface org.jactr.core.module.procedural.four.learning.IProceduralLearningModule4
Deprecated.
isStrictHarvestingEnabled() - Method in class org.jactr.core.buffer.AbstractActivationBuffer
 
isStrictHarvestingEnabled() - Method in interface org.jactr.core.buffer.IActivationBuffer
strict harvesting forces the removal of buffer content that is matched against in the LHS, but not acted upon in the RHS.
isStrictSynchronizationEnabled() - Method in class org.jactr.core.module.asynch.AbstractAsynchronousModule
 
isStrictSynchronizationEnabled() - Method in interface org.jactr.core.module.asynch.IAsynchronousModule
 
isSuccessful() - Method in class org.jactr.core.production.five.DefaultSymbolicProduction5
 
isSuccessful() - Method in interface org.jactr.core.production.four.ISymbolicProduction4
 
isSuspended() - Method in class org.jactr.core.runtime.controller.DefaultController
 
isSuspended() - Method in interface org.jactr.core.runtime.controller.IController
 
isSuspended() - Method in class org.jactr.core.runtime.controller.impl.RuntimeState
true if all the models are suspended
isSuspended() - Method in class org.jactr.core.runtime.controller.OldController
 
isSuspended(IModel) - Method in class org.jactr.core.runtime.controller.OldController
is this model suspended
isSuspended() - Method in class org.jactr.tools.async.shadow.ShadowController
 
isSuspended(String) - Method in class org.jactr.tools.async.shadow.ShadowController
 
IStateCommand - Interface in org.jactr.tools.async.message.command.state
 
IStateCommand.State - Enum in org.jactr.tools.async.message.command.state
 
IStateEvent - Interface in org.jactr.tools.async.message.event.state
 
IStateEvent.State - Enum in org.jactr.tools.async.message.event.state
 
IStatusBuffer - Interface in org.jactr.core.buffer.six
 
isTerminated() - Method in class org.jactr.core.concurrent.SafeExecutorService
 
isTooDirty(IAfferentObject, IChunk, IVisualMemory) - Method in class org.jactr.modules.pm.visual.memory.impl.encoder.AbstractVisualEncoder
used to trigger a reencoding if the old chunk is too dirty.
isTooDirty(IAfferentObject, IChunk, IVisualMemory) - Method in class org.jactr.modules.pm.visual.memory.impl.encoder.BasicTextEncoder
 
isTooDirty(IAfferentObject, IChunk, IVisualMemory) - Method in class org.jactr.modules.pm.visual.memory.impl.encoder.LineEncoder
 
ISubsymbolicChunk - Interface in org.jactr.core.chunk
Contains all the methods for manipulating the subsymbolic parameters necessary for learning and activation computation.
ISubsymbolicChunk4 - Interface in org.jactr.core.chunk.four
Subsymbolic requirements for ACT-R 4.0.
ISubsymbolicChunk5 - Interface in org.jactr.core.chunk.five
 
ISubsymbolicChunkFactory - Interface in org.jactr.core.module.declarative.basic.chunk
factory for the creation, binding, and destruction of theoretically motivated subsymbolic chunk components
ISubsymbolicChunkType - Interface in org.jactr.core.chunktype
this is provided just so that everything follows the same pattern - I am not yet aware of any need for a subsymbolic chunktype
ISubsymbolicChunkType4 - Interface in org.jactr.core.chunktype.four
 
ISubsymbolicChunkTypeFactory - Interface in org.jactr.core.module.declarative.basic.type
 
ISubsymbolicProduction - Interface in org.jactr.core.production
Description of the Interface
ISubsymbolicProduction4 - Interface in org.jactr.core.production.four
 
ISubsymbolicProduction6 - Interface in org.jactr.core.production.six
 
isUsingBlockingTimedEvents() - Method in class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.core.buffer.delegate.AddChunkRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.core.buffer.delegate.AddChunkTypeRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
called the be sure the request is valid.
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.core.module.imaginal.six.buffer.ImaginalAddChunkRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.core.module.imaginal.six.buffer.ImaginalAddChunkTypeRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.core.module.imaginal.six.buffer.ImaginalSlotRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.core.module.retrieval.buffer.ClearRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.core.module.retrieval.buffer.RetrievalRequestDelegate
test to make sure all the slots are contained in the chunktype
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.pm.aural.buffer.processor.AttendToRequestDelegate
make sure the requst is properly formatted and that the visual system is free
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.pm.aural.buffer.processor.AuralSearchRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.pm.aural.buffer.processor.ClearRequestDelegate
 
isValid() - Method in class org.jactr.modules.pm.common.memory.PerceptualSearchResult
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.pm.visual.buffer.processor.AssignFINSTRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.pm.visual.buffer.processor.AttendToRequestDelegate
make sure the requst is properly formatted and that the visual system is free
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.pm.visual.buffer.processor.ClearRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.pm.visual.buffer.processor.StartTrackingRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.pm.visual.buffer.processor.VisualSearchRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.pm.vocal.buffer.processor.SpeechRequestDelegate
 
isValid(IRequest, IActivationBuffer) - Method in class org.jactr.modules.temporal.buffer.processor.TimeRequestDelegate
 
isValidChunkType(IChunkType) - Method in class org.jactr.core.buffer.six.AbstractCapacityBuffer6
return true if a chunk of this type can be added to the buffer
isValidChunkType(IChunkType) - Method in class org.jactr.modules.pm.aural.buffer.six.DefaultAuralActivationBuffer
 
isValidChunkType(IChunkType) - Method in class org.jactr.modules.pm.aural.buffer.six.DefaultAuralLocationBuffer
 
isValidChunkType(IChunkType) - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
check to see if a chunk of this chunktype can be added as a source chunk
isValidChunkType(IChunkType) - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
check to see if a chunk of this chunktype can be added as a source chunk
isValidChunkType(IChunkType) - Method in class org.jactr.modules.pm.motor.buffer.six.DefaultMotorActivationBuffer6
we dont permit any chunks in the motor buffer, so always return false
isValidChunkType(IChunkType) - Method in class org.jactr.modules.pm.visual.buffer.six.DefaultVisualActivationBuffer6
 
isValidChunkType(IChunkType) - Method in class org.jactr.modules.pm.visual.buffer.six.DefaultVisualLocationBuffer6
 
isValidChunkType(IChunkType) - Method in class org.jactr.modules.pm.vocal.buffer.six.DefaultVocalActivationBuffer6
 
isValidChunkType(IChunkType) - Method in class org.jactr.modules.threaded.goal.buffer.DefaultCapacityGoalBuffer6
goal buffers always accept any chunk
isValidClassName(String) - Method in class org.jactr.io.parser.DefaultParserImportDelegate
 
isValidParameterName(String) - Method in class org.jactr.tools.grapher.core.probe.AbstractParameterizedProbe
 
isValidValue(ISlot) - Method in class org.jactr.modules.pm.aural.memory.impl.map.AudibleFeatureMap
 
isValidValue(ISlot) - Method in class org.jactr.modules.pm.aural.memory.impl.map.OnsetFeatureMap
 
isValidValue(ISlot) - Method in class org.jactr.modules.pm.common.memory.map.AbstractSortedFeatureMap
tests to be sure the value of the slot is a valid type
isValidValue(ISlot) - Method in class org.jactr.modules.pm.common.memory.map.DefaultNumericFeatureMap
 
isValidValue(ISlot) - Method in class org.jactr.modules.pm.visual.memory.impl.map.DistanceFeatureMap
 
isValidValue(ISlot) - Method in class org.jactr.modules.pm.visual.memory.impl.map.HeadingFeatureMap
 
isValidValue(ISlot) - Method in class org.jactr.modules.pm.visual.memory.impl.map.PitchFeatureMap
 
isValidValue(ISlot) - Method in class org.jactr.modules.pm.visual.memory.impl.map.SizeFeatureMap
 
isValidValue(ISlot) - Method in class org.jactr.modules.pm.visual.memory.impl.map.VisibilityFeatureMap
 
isValueRelevant(Object) - Method in class org.jactr.core.module.declarative.search.local.ActivationBufferTypeValueMap
 
isValueRelevant(Object) - Method in class org.jactr.core.module.declarative.search.local.ChunkTypeTypeValueMap
 
isValueRelevant(Object) - Method in class org.jactr.core.module.declarative.search.local.ChunkTypeValueMap
 
isValueRelevant(Object) - Method in class org.jactr.core.module.declarative.search.local.ProductionTypeValueMap
 
isValueRelevant(Object) - Method in class org.jactr.core.module.declarative.search.map.BooleanTypeValueMap
 
isValueRelevant(Object) - Method in interface org.jactr.core.module.declarative.search.map.ITypeValueMap
 
isValueRelevant(Object) - Method in class org.jactr.core.module.declarative.search.map.NullTypeValueMap
 
isValueRelevant(Object) - Method in class org.jactr.core.module.declarative.search.map.NumericTypeValueMap
 
isValueRelevant(Object) - Method in class org.jactr.core.module.declarative.search.map.StringTypeValueMap
 
isVariable() - Method in class org.jactr.core.slot.BasicSlot
Deprecated.
isVariable() - Method in class org.jactr.core.slot.DefaultLogicalSlot
 
isVariable() - Method in class org.jactr.core.slot.ImmutableSlotWrapper
 
isVariable() - Method in interface org.jactr.core.slot.ISlot
Deprecated.
isVariableName() - Method in class org.jactr.core.slot.DefaultVariableConditionalSlot
 
isVariableName() - Method in interface org.jactr.core.slot.IVariableNameSlot
does this slot's name correspond to an unresolved variable
isVariableValue() - Method in class org.jactr.core.slot.BasicSlot
checks to see if the slot value is a variable.
isVariableValue() - Method in class org.jactr.core.slot.DefaultLogicalSlot
 
isVariableValue() - Method in class org.jactr.core.slot.ImmutableSlotWrapper
 
isVariableValue() - Method in interface org.jactr.core.slot.ISlot
does the value of the slot represent an unresolved variable?
isVisible(ISimulationObject) - Method in class org.commonreality.modalities.visual.DefaultVisualPropertyHandler
 
isVisible(ISimulationObject) - Method in interface org.commonreality.modalities.visual.IVisualPropertyHandler
 
ISymbolGrounder - Interface in org.jactr.modules.pm.common.symbol
generic mechanism to provide symbol grounding based on perceptual information.
ISymbolicChunk - Interface in org.jactr.core.chunk
Contains all the methods for manipulating slot/value pairs within a chunk.
ISymbolicChunkFactory - Interface in org.jactr.core.module.declarative.basic.chunk
factory for the creation, binding, and destruction of theoretically motivated symbolic chunk components
ISymbolicChunkType - Interface in org.jactr.core.chunktype
This is the basic interface for the symbolic component of chunktypes.
ISymbolicChunkTypeFactory - Interface in org.jactr.core.module.declarative.basic.type
 
ISymbolicProduction - Interface in org.jactr.core.production
Description of the Interface
ISymbolicProduction4 - Interface in org.jactr.core.production.four
 
ITemporalModule - Interface in org.jactr.modules.temporal
stub interface for Taatgen & van Rijn's temporal module
iteration(int, int, Document, URL, Collection<IIterativeRunListener>, PrintWriter) - Method in class org.jactr.entry.iterative.IterativeMain
 
IterativeMain - Class in org.jactr.entry.iterative
 
IterativeMain() - Constructor for class org.jactr.entry.iterative.IterativeMain
 
IterativeRunTracker - Class in org.jactr.tools.async.iterative.tracker
 
IterativeRunTracker() - Constructor for class org.jactr.tools.async.iterative.tracker.IterativeRunTracker
 
iterator() - Method in class org.jactr.core.utils.collections.CachedCollection
 
ITimeCommand - Interface in org.commonreality.message.command.time
The command to set everyone's clock to a specific time.
ITimedEvent - Interface in org.jactr.core.queue
TimedEvent is any event that will occur after X amount of model time.
ITimedEventListener - Interface in org.jactr.core.queue.event
Description of the Interface
ITraceListener - Interface in org.jactr.tools.tracer.listeners
 
ITraceSink - Interface in org.jactr.tools.tracer
 
ITransformedEvent - Interface in org.jactr.tools.tracer.transformer
 
ITreeTracker - Interface in org.jactr.io.parser
 
ITypeValueMap<V,I> - Interface in org.jactr.core.module.declarative.search.map
 
IUniqueSlotContainer - Interface in org.jactr.core.slot
Specifies that this ISlotContainer has one and only one slot of any given name To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
IUnitCompiler - Interface in org.jactr.io.compiler
Basic unit compiler interface.
IValueMap<V,I> - Interface in org.jactr.core.module.declarative.search.map
 
IVariableNameSlot - Interface in org.jactr.core.slot
interface defining a slot who's name is a variable itself.
IVersionedDeclarativeModule - Interface in org.jactr.modules.versioned.declarative
 
IVisualActivationBuffer - Interface in org.jactr.modules.pm.visual.buffer
visual buffer
IVisualEncodingTimeEquation - Interface in org.jactr.modules.pm.visual
return the amount of time that it will take to encode a visual chunk
IVisualLocationBuffer - Interface in org.jactr.modules.pm.visual.buffer
visual location buffer
IVisualMemory - Interface in org.jactr.modules.pm.visual.memory
 
IVisualModule - Interface in org.jactr.modules.pm.visual
 
IVisualModuleListener - Interface in org.jactr.modules.pm.visual.event
permits listening to the visual module these events are called when the visual module finishes the action.
IVisualPropertyHandler - Interface in org.commonreality.modalities.visual
 
IVisualSearchTimeEquation - Interface in org.jactr.modules.pm.visual
 
IVocalActivationBuffer - Interface in org.jactr.modules.pm.vocal.buffer
 
IVocalExecutionTimeEquation - Interface in org.jactr.modules.pm.vocal
 
IVocalModule - Interface in org.jactr.modules.pm.vocal
 
IVocalModule.ExecutionTimeResolution - Enum in org.jactr.modules.pm.vocal
defines how execution time conflicts are resolved between actr and common reality
IVocalModuleListener - Interface in org.jactr.modules.pm.vocal.event
 
IVocalPreparationTimeEquation - Interface in org.jactr.modules.pm.vocal
 
IVocalProcessingTimeEquation - Interface in org.jactr.modules.pm.vocal
 
IXMLProcessor - Interface in org.commonreality.sensors.xml.processor
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links