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 _ 

A

abort(DeltaTracker<IMutableObject>) - Method in class org.commonreality.sensors.handlers.EfferentCommandHandler
when a command is abort, this is called.
abort(IEfferentCommand, IAgentObject, EfferentCommandHandler) - Method in interface org.commonreality.sensors.handlers.ICommandHandlerDelegate
called to abort the command
abort(IAgentObject, MovementCommand, EfferentCommandHandler) - Method in class org.commonreality.sensors.keyboard.DefaultActuator
 
abort(IAgentObject, MovementCommand, EfferentCommandHandler) - Method in interface org.commonreality.sensors.motor.IActuator
 
abort(IAgentObject, MovementCommand) - Method in class org.commonreality.sensors.motor.interpolator.BasicInterpolator
 
abort(IAgentObject, MovementCommand) - Method in interface org.commonreality.sensors.motor.interpolator.IInterpolator
 
abort(IAgentObject, MovementCommand, EfferentCommandHandler) - Method in class org.commonreality.sensors.motor.interpolator.InterpolatorActuator
 
abort() - Method in class org.commonreality.sensors.motor.interpolator.InterpolatorEvent
flag this as needing to be aborted
abort(double) - Method in class org.commonreality.sensors.motor.interpolator.InterpolatorEvent
 
abort(IEfferentCommand, IAgentObject, EfferentCommandHandler) - Method in class org.commonreality.sensors.motor.MotorCommandHandler
 
abort(IEfferentCommand, IAgentObject, EfferentCommandHandler) - Method in class org.commonreality.sensors.speech.VocalizationCommandHandler
 
abort() - Method in interface org.jactr.core.queue.ITimedEvent
called when the event is to be aborted.
abort() - Method in class org.jactr.core.queue.timedevents.AbstractTimedEvent
called when the event is to be aborted
abort() - Method in class org.jactr.core.queue.timedevents.BlockingTimedEvent
Description of the Method
abort() - Method in class org.jactr.core.queue.timedevents.RunnableTimedEvent
 
abort() - Method in class org.jactr.modules.pm.common.efferent.AbstractEfferentTimedEvent
 
abort(DeltaTracker<? extends IMutableObject>) - Method in class org.jactr.modules.pm.common.efferent.EfferentCommandManager
request that the command be aborted
abort(IMovement, double) - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
abort(IMovement, double) - Method in interface org.jactr.modules.pm.motor.IMotorModule
 
abort(IMovement, double) - Method in class org.jactr.modules.pm.motor.managers.MotorCommandManager
 
abort() - Method in class org.jactr.tools.goalfeeder.timedevents.GatingTimedEvent
 
ABORT_CHUNK_TYPE - Static variable in interface org.jactr.modules.pm.motor.IMotorModule
 
aborted(IEfferentCommand, Object) - Method in class org.commonreality.sensors.handlers.EfferentCommandHandler
called when a command is aborted on the sensor side (not at the request of the agent).
aborted(IEfferentCommand, IAgentObject, EfferentCommandHandler) - Method in interface org.commonreality.sensors.handlers.ICommandHandlerDelegate
called when the command abort is completed
aborted(IAgentObject, MovementCommand, Object) - Method in class org.commonreality.sensors.keyboard.DefaultActuator
 
aborted(IAgentObject, MovementCommand, Object) - Method in class org.commonreality.sensors.motor.interpolator.BasicActuatorCompletion
 
aborted(IAgentObject, MovementCommand, Object) - Method in interface org.commonreality.sensors.motor.interpolator.IActuatorCompletion
 
aborted(IEfferentCommand, IAgentObject, EfferentCommandHandler) - Method in class org.commonreality.sensors.motor.MotorCommandHandler
 
aborted(IEfferentCommand, IAgentObject, EfferentCommandHandler) - Method in class org.commonreality.sensors.speech.VocalizationCommandHandler
 
aborted(Future<E>) - Method in class org.jactr.modules.pm.common.efferent.AbstractEfferentTimedEvent
 
ABORTING_CHUNK - Static variable in interface org.jactr.modules.pm.motor.IMotorModule
 
abortInternal(double) - Method in class org.commonreality.sensors.motor.interpolator.InterpolatorEvent
 
abortRequest(IRequest, IActivationBuffer, Object) - Method in class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
called if the timedevent is aborted
abortRequest(IRequest, IActivationBuffer, Object) - Method in class org.jactr.core.buffer.delegate.OldAsynchronousRequestDelegate
Deprecated.
make sure we release the blocking timed event
abortRequest(IRequest, IActivationBuffer, Object) - Method in class org.jactr.core.module.retrieval.buffer.RetrievalRequestDelegate
 
abortRequest(IRequest, IActivationBuffer, Object) - Method in class org.jactr.modules.pm.aural.buffer.processor.AttendToRequestDelegate
abort the request and reset to free
abortRequest(IRequest, IActivationBuffer, Object) - Method in class org.jactr.modules.pm.aural.buffer.processor.AuralSearchRequestDelegate
 
abortRequest(IRequest, IActivationBuffer, Object) - Method in class org.jactr.modules.pm.visual.buffer.processor.AttendToRequestDelegate
abort the request and reset to free
abortRequest(IRequest, IActivationBuffer, Object) - Method in class org.jactr.modules.pm.visual.buffer.processor.VisualSearchRequestDelegate
 
AbortRequestDelegate - Class in org.jactr.modules.pm.motor.buffer.processor
 
AbortRequestDelegate(IChunkType) - Constructor for class org.jactr.modules.pm.motor.buffer.processor.AbortRequestDelegate
 
AbstractActivationBuffer - Class in org.jactr.core.buffer
basic implementation of an activation buffer that handles the spreading of activation to chunks.
AbstractActivationBuffer(String, IModel, IModule) - Constructor for class org.jactr.core.buffer.AbstractActivationBuffer
 
AbstractActivationBuffer6 - Class in org.jactr.core.buffer.six
template for an activation buffer that handles it's own status and inserts only copies of chunks
AbstractActivationBuffer6(String, IModule) - Constructor for class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
AbstractACTREvent<S,L> - Class in org.jactr.core.event
describes an event from a source (S) that can be caught by a listener (L)
AbstractACTREvent() - Constructor for class org.jactr.core.event.AbstractACTREvent
 
AbstractACTREvent(S) - Constructor for class org.jactr.core.event.AbstractACTREvent
 
AbstractACTREvent(S, double) - Constructor for class org.jactr.core.event.AbstractACTREvent
 
AbstractAgent - Class in org.commonreality.agents
 
AbstractAgent() - Constructor for class org.commonreality.agents.AbstractAgent
 
AbstractAssociativeLink - Class in org.jactr.core.chunk.link
 
AbstractAssociativeLink(IChunk, IChunk, double) - Constructor for class org.jactr.core.chunk.link.AbstractAssociativeLink
 
AbstractAsynchronousModule - Class in org.jactr.core.module.asynch
abstract asynchronous module.
AbstractAsynchronousModule(String) - Constructor for class org.jactr.core.module.asynch.AbstractAsynchronousModule
 
AbstractAsynchronousModuleDelegate<M extends IAsynchronousModule,R> - Class in org.jactr.core.module.asynch.delegate
abstract asynch delegate.
AbstractAsynchronousModuleDelegate(M, double, R) - Constructor for class org.jactr.core.module.asynch.delegate.AbstractAsynchronousModuleDelegate
 
AbstractAuralEncoder - Class in org.jactr.modules.pm.aural.memory.impl.encoder
 
AbstractAuralEncoder(String) - Constructor for class org.jactr.modules.pm.aural.memory.impl.encoder.AbstractAuralEncoder
 
AbstractAuralFeatureMap<T> - Class in org.jactr.modules.pm.aural.memory.impl.map
 
AbstractAuralFeatureMap(String, String) - Constructor for class org.jactr.modules.pm.aural.memory.impl.map.AbstractAuralFeatureMap
 
AbstractAuralModule - Class in org.jactr.modules.pm.aural
abstract implementation of the aural module that takes care of most of the details.
AbstractAuralModule() - Constructor for class org.jactr.modules.pm.aural.AbstractAuralModule
 
AbstractBufferCondition - Class in org.jactr.core.production.condition
 
AbstractBufferCondition(String) - Constructor for class org.jactr.core.production.condition.AbstractBufferCondition
 
AbstractCapacityBuffer6 - Class in org.jactr.core.buffer.six
 
AbstractCapacityBuffer6(String, IModule) - Constructor for class org.jactr.core.buffer.six.AbstractCapacityBuffer6
 
AbstractCapacityPMActivationBuffer6 - Class in org.jactr.modules.pm.common.buffer
 
AbstractCapacityPMActivationBuffer6(String, IModule) - Constructor for class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
AbstractCommandHandlerDelegate - Class in org.commonreality.sensors.handlers
 
AbstractCommandHandlerDelegate() - Constructor for class org.commonreality.sensors.handlers.AbstractCommandHandlerDelegate
 
AbstractDeclarativeModule - Class in org.jactr.core.module.declarative.basic
Abstract declarative module that provides most of the functionality required of the IDeclarativeModule including creation, merging and disposal of chunks and types.
AbstractDeclarativeModule(String) - Constructor for class org.jactr.core.module.declarative.basic.AbstractDeclarativeModule
 
AbstractDeviceMap - Class in org.commonreality.sensors.keyboard.map
abstract device impl that caps the doubles to ints in 2 dimensions
AbstractDeviceMap() - Constructor for class org.commonreality.sensors.keyboard.map.AbstractDeviceMap
 
AbstractEfferentCommand - Class in org.commonreality.efferent.impl
 
AbstractEfferentCommand(IIdentifier) - Constructor for class org.commonreality.efferent.impl.AbstractEfferentCommand
 
AbstractEfferentCommandTemplate<E extends IEfferentCommand> - Class in org.commonreality.efferent.impl
 
AbstractEfferentCommandTemplate(String, String) - Constructor for class org.commonreality.efferent.impl.AbstractEfferentCommandTemplate
 
AbstractEfferentTimedEvent<E extends IEfferentCommand> - Class in org.jactr.modules.pm.common.efferent
timed event meant to deal with efferent commands.
AbstractEfferentTimedEvent(double, double, Future<E>, IActivationBuffer) - Constructor for class org.jactr.modules.pm.common.efferent.AbstractEfferentTimedEvent
 
AbstractFeatureMap<T> - Class in org.jactr.modules.pm.common.memory.map
 
AbstractFeatureMap(String, String) - Constructor for class org.jactr.modules.pm.common.memory.map.AbstractFeatureMap
 
AbstractIndexFilter<T> - Class in org.jactr.modules.pm.common.memory.filter
 
AbstractIndexFilter() - Constructor for class org.jactr.modules.pm.common.memory.filter.AbstractIndexFilter
 
AbstractInstantiation - Class in org.jactr.core.production.basic
 
AbstractInstantiation(AbstractProduction, Collection<ICondition>, VariableBindings) - Constructor for class org.jactr.core.production.basic.AbstractInstantiation
 
AbstractInvalidator - Class in org.jactr.extensions.cached.procedural.invalidators
 
AbstractInvalidator(InstantiationCache, IProduction) - Constructor for class org.jactr.extensions.cached.procedural.invalidators.AbstractInvalidator
 
AbstractManualTranslator - Class in org.jactr.modules.pm.motor.command.translators
 
AbstractManualTranslator() - Constructor for class org.jactr.modules.pm.motor.command.translators.AbstractManualTranslator
 
AbstractMatchFailure - Class in org.jactr.core.production.condition.match
 
AbstractMatchFailure(ICondition) - Constructor for class org.jactr.core.production.condition.match.AbstractMatchFailure
 
AbstractModelFitAnalysis - Class in org.jactr.tools.itr.fit
Deprecated.
AbstractModelFitAnalysis() - Constructor for class org.jactr.tools.itr.fit.AbstractModelFitAnalysis
Deprecated.
 
AbstractModelParser - Class in org.jactr.io.antlr3.parser
 
AbstractModelParser() - Constructor for class org.jactr.io.antlr3.parser.AbstractModelParser
 
AbstractModule - Class in org.jactr.core.module
 
AbstractModule(String) - Constructor for class org.jactr.core.module.AbstractModule
 
AbstractMotorModule - Class in org.jactr.modules.pm.motor
abstract motor module that handles just about everything one needs.
AbstractMotorModule(String) - Constructor for class org.jactr.modules.pm.motor.AbstractMotorModule
 
AbstractNameSelector<T> - Class in org.jactr.tools.grapher.core.selector
 
AbstractNameSelector(String) - Constructor for class org.jactr.tools.grapher.core.selector.AbstractNameSelector
 
AbstractNotification - Class in org.commonreality.notification.impl
 
AbstractNotification(IIdentifier) - Constructor for class org.commonreality.notification.impl.AbstractNotification
 
AbstractObjectCreator - Class in org.commonreality.sensors.base.impl
 
AbstractObjectCreator() - Constructor for class org.commonreality.sensors.base.impl.AbstractObjectCreator
 
AbstractObjectInformationHandler - Class in org.commonreality.reality.impl.handler
 
AbstractObjectInformationHandler(IReality, StateAndConnectionManager, GeneralObjectHandler) - Constructor for class org.commonreality.reality.impl.handler.AbstractObjectInformationHandler
 
AbstractObjectProcessor - Class in org.commonreality.sensors.base.impl
 
AbstractObjectProcessor() - Constructor for class org.commonreality.sensors.base.impl.AbstractObjectProcessor
 
AbstractParameterizedProbe<T> - Class in org.jactr.tools.grapher.core.probe
 
AbstractParameterizedProbe(String, T) - Constructor for class org.jactr.tools.grapher.core.probe.AbstractParameterizedProbe
 
AbstractParameterModifier - Class in org.jactr.tools.itr
base class for an iterative listener that can modify a parameter value in a model.
AbstractParameterModifier() - Constructor for class org.jactr.tools.itr.AbstractParameterModifier
 
AbstractParticipant - Class in org.commonreality.participant.impl
Skeleton participant that handles the majority of tasks.
AbstractParticipant(IIdentifier.Type) - Constructor for class org.commonreality.participant.impl.AbstractParticipant
 
AbstractPerceptualMemory - Class in org.jactr.modules.pm.common.memory.impl
 
AbstractPerceptualMemory(IPerceptualModule, IIndexManager) - Constructor for class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
 
AbstractPerceptualModule - Class in org.jactr.modules.pm
 
AbstractPerceptualModule(String) - Constructor for class org.jactr.modules.pm.AbstractPerceptualModule
 
AbstractPMActivationBuffer6 - Class in org.jactr.modules.pm.common.buffer
 
AbstractPMActivationBuffer6(String, IModule) - Constructor for class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
AbstractProcessor<O extends ISimulationObject,L extends IObjectListener<O>> - Class in org.commonreality.sensors.xml.processor
 
AbstractProcessor() - Constructor for class org.commonreality.sensors.xml.processor.AbstractProcessor
 
AbstractProduction - Class in org.jactr.core.production.basic
 
AbstractProduction(IModel) - Constructor for class org.jactr.core.production.basic.AbstractProduction
 
AbstractReportableUnitCompiler - Class in org.jactr.io.compiler
basic abstract IReportableUnitCompiler.
AbstractReportableUnitCompiler() - Constructor for class org.jactr.io.compiler.AbstractReportableUnitCompiler
 
AbstractRequestableBuffer6 - Class in org.jactr.core.buffer.six
 
AbstractRequestableBuffer6(String, IModule) - Constructor for class org.jactr.core.buffer.six.AbstractRequestableBuffer6
 
AbstractRequestDelegate - Class in org.jactr.modules.pm.common.buffer
abstract chunk pattern processor that has it's handles(ChunkPattern) implemented basically, if the pattern is of the same chunk type as that used to initialize the processor, handles returns true be sure to set the buffer state slot value!!
AbstractRequestDelegate(IChunkType) - Constructor for class org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
 
AbstractSensor - Class in org.commonreality.sensors
 
AbstractSensor() - Constructor for class org.commonreality.sensors.AbstractSensor
 
AbstractSlotCondition - Class in org.jactr.core.production.condition
 
AbstractSlotCondition() - Constructor for class org.jactr.core.production.condition.AbstractSlotCondition
 
AbstractSortedAuralFeatureMap<T> - Class in org.jactr.modules.pm.aural.memory.impl.map
 
AbstractSortedAuralFeatureMap(String, String) - Constructor for class org.jactr.modules.pm.aural.memory.impl.map.AbstractSortedAuralFeatureMap
 
AbstractSortedFeatureMap<T> - Class in org.jactr.modules.pm.common.memory.map
 
AbstractSortedFeatureMap(String, String) - Constructor for class org.jactr.modules.pm.common.memory.map.AbstractSortedFeatureMap
 
AbstractSortedVisualFeatureMap<T> - Class in org.jactr.modules.pm.visual.memory.impl.map
 
AbstractSortedVisualFeatureMap(String, String) - Constructor for class org.jactr.modules.pm.visual.memory.impl.map.AbstractSortedVisualFeatureMap
 
AbstractSubsymbolicChunk - Class in org.jactr.core.chunk.basic
 
AbstractSubsymbolicChunk() - Constructor for class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
AbstractThreadLocalRecyclableFactory<T> - Class in org.jactr.core.utils.recyclable
 
AbstractThreadLocalRecyclableFactory() - Constructor for class org.jactr.core.utils.recyclable.AbstractThreadLocalRecyclableFactory
 
AbstractTimedEvent - Class in org.jactr.core.queue.timedevents
Description of the Class
AbstractTimedEvent() - Constructor for class org.jactr.core.queue.timedevents.AbstractTimedEvent
 
AbstractTimedEvent(double, double) - Constructor for class org.jactr.core.queue.timedevents.AbstractTimedEvent
 
AbstractTransformedEvent - Class in org.jactr.tools.tracer.transformer
 
AbstractTransformedEvent(String, String, long, double, CommonTree) - Constructor for class org.jactr.tools.tracer.transformer.AbstractTransformedEvent
 
AbstractTranslator - Class in org.jactr.modules.pm.motor.command.translators
 
AbstractTranslator() - Constructor for class org.jactr.modules.pm.motor.command.translators.AbstractTranslator
 
AbstractTypeValueMap<V,I> - Class in org.jactr.core.module.declarative.search.map
 
AbstractTypeValueMap() - Constructor for class org.jactr.core.module.declarative.search.map.AbstractTypeValueMap
 
AbstractVisualEncoder - Class in org.jactr.modules.pm.visual.memory.impl.encoder
abstract base implementation of a visual chunk encoder.
AbstractVisualEncoder(String) - Constructor for class org.jactr.modules.pm.visual.memory.impl.encoder.AbstractVisualEncoder
 
AbstractVisualFeatureMap<T> - Class in org.jactr.modules.pm.visual.memory.impl.map
 
AbstractVisualFeatureMap(String, String) - Constructor for class org.jactr.modules.pm.visual.memory.impl.map.AbstractVisualFeatureMap
 
AbstractVisualLocationIndexFilter<T> - Class in org.jactr.modules.pm.visual.memory.impl.filter
 
AbstractVisualLocationIndexFilter() - Constructor for class org.jactr.modules.pm.visual.memory.impl.filter.AbstractVisualLocationIndexFilter
 
AbstractVisualModule - Class in org.jactr.modules.pm.visual
abstract impl that address most of the trivial details.
AbstractVisualModule() - Constructor for class org.jactr.modules.pm.visual.AbstractVisualModule
 
AbstractVocalDelegate - Class in org.jactr.modules.pm.vocal.delegate
Deprecated.
AbstractVocalDelegate(AbstractVocalModule, double, IChunk) - Constructor for class org.jactr.modules.pm.vocal.delegate.AbstractVocalDelegate
Deprecated.
 
AbstractVocalModule - Class in org.jactr.modules.pm.vocal
abstract implementation that
AbstractVocalModule() - Constructor for class org.jactr.modules.pm.vocal.AbstractVocalModule
 
ACCELERATED_DETECTION_PARAM - Static variable in class org.jactr.modules.pm.visual.scene.SceneChangeExtension
 
accept(DeltaTracker<IMutableObject>) - Method in class org.commonreality.sensors.handlers.EfferentCommandHandler
when a command is accepted, this is called.
accept(IChunk) - Method in class org.jactr.core.module.declarative.search.filter.AcceptAllFilter
 
accept(IChunk) - Method in class org.jactr.core.module.declarative.search.filter.ActivationFilter
 
accept(IChunk) - Method in interface org.jactr.core.module.declarative.search.filter.IChunkFilter
return true if this chunk should be included in the search results.
accept(IChunk) - Method in class org.jactr.core.module.declarative.search.filter.PartialMatchActivationFilter
 
accept(ChunkTypeRequest) - Method in class org.jactr.modules.pm.aural.memory.impl.filter.AttendedAudioEventFilter
if we've gotten this far, then always accept
accept(ChunkTypeRequest) - Method in class org.jactr.modules.pm.aural.memory.impl.filter.NearestAuralFilter
 
accept(ChunkTypeRequest) - Method in interface org.jactr.modules.pm.common.memory.filter.IIndexFilter
 
accept(ChunkTypeRequest) - Method in class org.jactr.modules.pm.common.memory.filter.NumericIndexFilter
 
accept(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.filter.AttendedVisualLocationFilter
if we've gotten this far, then always accept
accept(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.filter.NearestVisualLocationFilter
 
accept(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.filter.ValueVisualLocationFilter
 
accept(ChunkTypeRequest) - Method in class org.jactr.modules.pm.visual.memory.impl.filter.VectorVisualLocationFilter
 
AcceptAllFilter - Class in org.jactr.core.module.declarative.search.filter
allows all through
AcceptAllFilter() - Constructor for class org.jactr.core.module.declarative.search.filter.AcceptAllFilter
 
acceptConnection(ICredentials, IoSession, IAddressingInformation, IIdentifier) - Method in class org.commonreality.reality.impl.handler.ConnectionTracker
Deprecated.
check to see if the connection should be accepted based on the credentials.
acceptParticipant(IoSession, ISimulationObject, ObjectCommandHandler) - Method in class org.commonreality.reality.impl.StateAndConnectionManager
once all the participants information has been received, we officially add them to the simulation and make sure its state is consistent with the simulations
accessed(double) - Method in class org.jactr.core.chunk.basic.AbstractSubsymbolicChunk
 
accessed(double) - Method in interface org.jactr.core.chunk.ISubsymbolicChunk
Is called whenever the chunk is accessed (check via a condition or modified via an action in a IProduction) ? it can only be called once per cycle since the ReferenceList maintains a listing of unique access times.
ACCESSIBILITY_SLOT - Static variable in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
ACK_TIMEOUT_PARAM - Static variable in class org.commonreality.reality.impl.DefaultReality
 
AckFuture - Class in org.commonreality.participant.impl.ack
 
AckFuture(long) - Constructor for class org.commonreality.participant.impl.ack.AckFuture
 
AckFuture(long, boolean) - Constructor for class org.commonreality.participant.impl.ack.AckFuture
 
AckFutureReference - Class in org.commonreality.participant.impl.ack
 
AckFutureReference(long, AckFuture) - Constructor for class org.commonreality.participant.impl.ack.AckFutureReference
 
acknowledgementReceived(IAcknowledgement) - Method in class org.commonreality.participant.impl.ack.SessionAcknowledgements
 
acknowledgementRequired() - Method in class org.commonreality.message.command.control.ControlCommand
common reality requires confirmation that this has been handled
acknowledgementRequired() - Method in class org.commonreality.message.request.connect.ConnectionRequest
 
acknowledgementRequired() - Method in interface org.commonreality.message.request.IRequest
if the sender of this request requires acknowledgment
acknowledgementRequired() - Method in class org.commonreality.message.request.object.NewIdentifierRequest
 
acknowledgementRequired() - Method in class org.commonreality.message.request.object.ObjectCommandRequest
 
acknowledgementRequired() - Method in class org.commonreality.message.request.object.ObjectDataRequest
 
acknowledgementRequired() - Method in class org.commonreality.message.request.time.RequestTime
 
AcknowledgmentIoFilter - Class in org.commonreality.participant.impl.ack
 
AcknowledgmentIoFilter() - Constructor for class org.commonreality.participant.impl.ack.AcknowledgmentIoFilter
 
AcknowledgmentIoFilter - Class in org.commonreality.participant.impl.filters
Deprecated.
AcknowledgmentIoFilter() - Constructor for class org.commonreality.participant.impl.filters.AcknowledgmentIoFilter
Deprecated.
 
acquireOrGet(K) - Method in class org.jactr.core.concurrent.FutureManager
retrieve an existing future for the key, or create a new one for it if absent
ACTION_FRAGMENT - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRLexer
 
ACTION_FRAGMENT - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
actionAdded(ProductionEvent) - Method in interface org.jactr.core.production.event.IProductionListener
 
actionAdded(ProductionEvent) - Method in class org.jactr.core.production.event.ProductionListenerAdaptor
 
actionRemoved(ProductionEvent) - Method in interface org.jactr.core.production.event.IProductionListener
 
actionRemoved(ProductionEvent) - Method in class org.jactr.core.production.event.ProductionListenerAdaptor
 
actions - Variable in class org.jactr.core.module.procedural.six.learning.DefaultProductionCompiler6.BufferStruct
 
ACTIONS - Static variable in class org.jactr.io.antlr3.builder.JACTRBuilder
 
actions() - Method in class org.jactr.io.antlr3.builder.JACTRBuilder
 
ACTIONS - Static variable in class org.jactr.io.antlr3.compiler.JACTRCompiler
 
actions() - Method in class org.jactr.io.antlr3.compiler.JACTRCompiler
 
ACTIONS - Static variable in class org.jactr.io.antlr3.generator.lisp.LispGenerator
 
actions() - Method in class org.jactr.io.antlr3.generator.lisp.LispGenerator
 
ACTIONS - Static variable in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
 
actions() - Method in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
 
ACTIONS - Static variable in class org.jactr.io.antlr3.parser.lisp.LispLexer
 
ACTIONS - Static variable in class org.jactr.io.antlr3.parser.lisp.LispParser
 
actions() - Method in class org.jactr.io.antlr3.parser.lisp.LispParser
 
ACTIONS - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRLexer
 
ACTIONS - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
actions() - Method in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
actions_return() - Constructor for class org.jactr.io.antlr3.parser.lisp.LispParser.actions_return
 
actions_return() - Constructor for class org.jactr.io.antlr3.parser.xml.JACTRParser.actions_return
 
ACTIVATION - Static variable in interface org.jactr.core.chunk.ISubsymbolicChunk
Description of the Field
ACTIVATION_NOISE - Static variable in interface org.jactr.core.module.declarative.four.IDeclarativeModule4
 
ACTIVATION_PARAM - Static variable in class org.jactr.core.buffer.AbstractActivationBuffer
Comment for ACTIVATION
ActivationBufferEvent - Class in org.jactr.core.buffer.event
 
ActivationBufferEvent(IActivationBuffer, ActivationBufferEvent.Type) - Constructor for class org.jactr.core.buffer.event.ActivationBufferEvent
 
ActivationBufferEvent(IActivationBuffer, Collection<IChunk>) - Constructor for class org.jactr.core.buffer.event.ActivationBufferEvent
for SOURCE_CLEARED
ActivationBufferEvent(IActivationBuffer, ActivationBufferEvent.Type, IChunk) - Constructor for class org.jactr.core.buffer.event.ActivationBufferEvent
for SOURCE_ADDED & REMOVED
ActivationBufferEvent(IActivationBuffer, IRequest) - Constructor for class org.jactr.core.buffer.event.ActivationBufferEvent
 
ActivationBufferEvent(IActivationBuffer, ActivationBufferEvent.Type, String, Object, Object) - Constructor for class org.jactr.core.buffer.event.ActivationBufferEvent
for PARAMETER_CHANGED or STATUS_SLOT_CHANGED
ActivationBufferEvent.Type - Enum in org.jactr.core.buffer.event
 
ActivationBufferEventTransformer - Class in org.jactr.tools.tracer.transformer.buffer
 
ActivationBufferEventTransformer() - Constructor for class org.jactr.tools.tracer.transformer.buffer.ActivationBufferEventTransformer
 
ActivationBufferListenerAdaptor - Class in org.jactr.core.buffer.event
 
ActivationBufferListenerAdaptor() - Constructor for class org.jactr.core.buffer.event.ActivationBufferListenerAdaptor
 
ActivationBufferListenerDecorator - Class in org.jactr.core.buffer.event
 
ActivationBufferListenerDecorator(IActivationBufferListener) - Constructor for class org.jactr.core.buffer.event.ActivationBufferListenerDecorator
 
ActivationBufferTypeValueMap<I> - Class in org.jactr.core.module.declarative.search.local
 
ActivationBufferTypeValueMap() - Constructor for class org.jactr.core.module.declarative.search.local.ActivationBufferTypeValueMap
 
ActivationFilter - Class in org.jactr.core.module.declarative.search.filter
Basic filter that removes candidates based on their activation values, and can log the information back to the runtime logs.
ActivationFilter(ActivationPolicy, double, boolean) - Constructor for class org.jactr.core.module.declarative.search.filter.ActivationFilter
 
ActivationFilter(double) - Constructor for class org.jactr.core.module.declarative.search.filter.ActivationFilter
 
ActivationPolicy - Enum in org.jactr.core.module.declarative.search.filter
policies that define how components should treat activation.
Activator - Class in org.jactr.io.activator
The activator class controls the plug-in life cycle
Activator() - Constructor for class org.jactr.io.activator.Activator
The constructor
ActivePerceptEvent - Class in org.jactr.modules.pm.common.memory.event
 
ActivePerceptEvent(IPerceptualMemory, ActivePerceptEvent.Type, IIdentifier, IChunk) - Constructor for class org.jactr.modules.pm.common.memory.event.ActivePerceptEvent
 
ActivePerceptEvent(IPerceptualMemory, IIdentifier, IChunk, IChunk) - Constructor for class org.jactr.modules.pm.common.memory.event.ActivePerceptEvent
for reencode
ActivePerceptEvent.Type - Enum in org.jactr.modules.pm.common.memory.event
 
ACTR_FRAGMENT - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRLexer
 
ACTR_FRAGMENT - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
ACTRAgent - Class in org.jactr.core.reality
 
ACTRAgent() - Constructor for class org.jactr.core.reality.ACTRAgent
 
ACTRDeviceMap - Class in org.commonreality.sensors.keyboard.map
 
ACTRDeviceMap() - Constructor for class org.commonreality.sensors.keyboard.map.ACTRDeviceMap
 
ACTREventDispatcher<S,L> - Class in org.jactr.core.event
class that handles the nitty gritty of tracking listeners, executors, and propogating that the firing events correctly
ACTREventDispatcher() - Constructor for class org.jactr.core.event.ACTREventDispatcher
 
ACTRParameterHandler - Class in org.jactr.core.utils.parameter
 
ACTRParameterHandler(IModel) - Constructor for class org.jactr.core.utils.parameter.ACTRParameterHandler
 
ACTRParameterProcessor - Class in org.jactr.core.utils.parameter
 
ACTRParameterProcessor(String, Consumer<Object>, Supplier<Object>, IModel) - Constructor for class org.jactr.core.utils.parameter.ACTRParameterProcessor
 
ACTRRuntime - Class in org.jactr.core.runtime
 
ACTRRuntime() - Constructor for class org.jactr.core.runtime.ACTRRuntime
 
ACTRRuntimeEvent - Class in org.jactr.core.runtime.event
 
ACTRRuntimeEvent(IModel, ACTRRuntimeEvent.Type) - Constructor for class org.jactr.core.runtime.event.ACTRRuntimeEvent
 
ACTRRuntimeEvent(ACTRRuntimeEvent.Type) - Constructor for class org.jactr.core.runtime.event.ACTRRuntimeEvent
 
ACTRRuntimeEvent(IModel, ACTRRuntimeEvent.Type, Exception) - Constructor for class org.jactr.core.runtime.event.ACTRRuntimeEvent
 
ACTRRuntimeEvent.Type - Enum in org.jactr.core.runtime.event
 
ACTUAL_STATE - Static variable in interface org.commonreality.efferent.IEfferentCommand
 
ACTUATOR_PARAM - Static variable in class org.commonreality.sensors.keyboard.DefaultKeyboardSensor
 
adapt(Object) - Method in interface org.jactr.core.utils.IAdaptableFactory
 
adaptor - Variable in class org.jactr.io.antlr3.parser.lisp.LispParser
 
adaptor - Variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
add(IEfferentCommand) - Method in interface org.commonreality.efferent.ICompoundCommand
 
add(IEfferentCommand) - Method in class org.commonreality.modalities.motor.MovementCommand
 
add(O) - Method in class org.commonreality.object.manager.impl.GeneralObjectManager
add this single object and fire an event
add(Collection<O>) - Method in class org.commonreality.object.manager.impl.GeneralObjectManager
add all of the objects to the manager and fire an appropriate event
add(O) - Method in class org.commonreality.object.manager.impl.SensoryObjectManager
add the specific simulation object and fire the add event
add(Collection<O>) - Method in class org.commonreality.object.manager.impl.SensoryObjectManager
 
add(O) - Method in interface org.commonreality.object.manager.IMutableObjectManager
add the specific simulation object and fire the add event
add(Collection<O>) - Method in interface org.commonreality.object.manager.IMutableObjectManager
 
add(ICredentials, boolean) - Method in class org.commonreality.reality.impl.DefaultReality
 
add(ICredentials, boolean) - Method in interface org.commonreality.reality.IReality
 
add(GeneralAuralProcessor.IAuralMutator) - Method in class org.commonreality.sensors.aural.GeneralAuralProcessor
 
add(IMutableObject) - Method in class org.commonreality.sensors.base.BaseSensor
 
add(Collection<IMutableObject>) - Method in class org.commonreality.sensors.base.BaseSensor
all percepts must be for the same agent
add(ISimulationObject, double, double) - Method in class org.commonreality.sensors.handlers.AddRemoveTracker
 
add(ICommandHandlerDelegate) - Method in class org.commonreality.sensors.handlers.EfferentCommandHandler
 
add(Element, IIdentifier, XMLSensor) - Method in class org.commonreality.sensors.xml.processor.AbstractProcessor
 
add(IListenableFutureListener<C>) - Method in class org.jactr.core.concurrent.ListenableFuture
 
add(IChunkConfigurator) - Method in class org.jactr.core.module.declarative.basic.chunk.ChainedChunkConfigurator
 
add(Object, I) - Method in class org.jactr.core.module.declarative.search.map.AbstractTypeValueMap
 
add(V, I) - Method in class org.jactr.core.module.declarative.search.map.DefaultValueMap
 
add(Object, I) - Method in interface org.jactr.core.module.declarative.search.map.ITypeValueMap
 
add(V, I) - Method in interface org.jactr.core.module.declarative.search.map.IValueMap
 
add - Static variable in class org.jactr.core.module.procedural.six.learning.ProductionCompilerEvaluator
 
add(T) - Method in class org.jactr.core.queue.collection.PrioritizedQueue
 
add(Comparator<T>) - Method in class org.jactr.core.utils.ChainedComparator
Adds a feature to the Comparator attribute of the ChainedComparator object
add(I) - Method in class org.jactr.core.utils.collections.CachedCollection
 
add(IProduction, CannotInstantiateException) - Method in class org.jactr.extensions.cached.procedural.internal.InstantiationCache
 
add() - Method in class org.jactr.io.antlr3.builder.JACTRBuilder
 
add() - Method in class org.jactr.io.antlr3.compiler.JACTRCompiler
 
add() - Method in class org.jactr.io.antlr3.generator.lisp.LispGenerator
 
add() - Method in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
 
add() - Method in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
add(IAfferentObjectListener) - Method in class org.jactr.modules.pm.common.afferent.DefaultAfferentObjectListener
 
add(IIdentifier, IChunk) - Method in class org.jactr.modules.pm.common.memory.impl.PerceptualEncoderBridge
 
add(ICommandTranslatorDelegate) - Method in class org.jactr.modules.pm.motor.command.DefaultCommandTranslator
 
ADD - Static variable in interface org.jactr.modules.versioned.declarative.IVersionedDeclarativeModule
 
add(IBufferEndStateComputer) - Method in class org.jactr.tools.analysis.production.SequenceAnalyzer
 
add(IRelationshipComputer) - Method in class org.jactr.tools.analysis.production.SequenceAnalyzer
 
add(IProbeContainer) - Method in interface org.jactr.tools.grapher.core.container.IProbeContainer
 
add(IProbe) - Method in interface org.jactr.tools.grapher.core.container.IProbeContainer
 
add(IProbeContainer) - Method in class org.jactr.tools.grapher.core.container.ProbeContainer
 
add(IProbe) - Method in class org.jactr.tools.grapher.core.container.ProbeContainer
 
add(IProbe<T>) - Method in class org.jactr.tools.grapher.core.selector.AbstractNameSelector
 
add(IMarkerOf<T>) - Method in class org.jactr.tools.grapher.core.selector.AbstractNameSelector
 
add(ISelector) - Method in class org.jactr.tools.grapher.core.selector.ChunkSelector
 
add(ISelector) - Method in class org.jactr.tools.grapher.core.selector.ChunkTypeSelector
 
add(ISelector) - Method in class org.jactr.tools.grapher.core.selector.ClassNamedParameterSelector
 
add(ISelector) - Method in interface org.jactr.tools.grapher.core.selector.ISelector
 
add(IProbe<T>) - Method in interface org.jactr.tools.grapher.core.selector.ISelector
 
add(IMarkerOf<T>) - Method in interface org.jactr.tools.grapher.core.selector.ISelector
 
add(ISelector) - Method in class org.jactr.tools.grapher.core.selector.LinkSelector
 
add(ISelector) - Method in class org.jactr.tools.grapher.core.selector.ModelSelector
 
add(ISelector) - Method in class org.jactr.tools.grapher.core.selector.ProductionSelector
 
add(IParameterModifier) - Method in interface org.jactr.tools.itr.IParameterSetModifier
 
add(ISliceListener) - Method in class org.jactr.tools.itr.ortho.OrthogonalSliceAnalyzer
 
add(ISliceAnalyzer) - Method in class org.jactr.tools.itr.ortho.OrthogonalSliceAnalyzer
 
add(ISliceIntegrator) - Method in class org.jactr.tools.itr.ortho.OrthogonalSliceAnalyzer
 
add(IParameterModifier) - Method in class org.jactr.tools.itr.ortho.OrthogonalSliceAnalyzer
 
add(IParameterModifier) - Method in class org.jactr.tools.itr.ParameterSetModifier
 
add(IAnalyzer) - Method in class org.jactr.tools.itr.pspace.OrthogonalParameterSpaceSearcher
Deprecated.
 
add(IParameterModifier) - Method in class org.jactr.tools.itr.pspace.OrthogonalParameterSpaceSearcher
Deprecated.
 
add(ITransformedEvent) - Method in interface org.jactr.tools.tracer.ITraceSink
 
add(ITraceListener) - Method in class org.jactr.tools.tracer.RuntimeTracer
 
add(ITraceSink) - Method in class org.jactr.tools.tracer.sinks.ChainedSink
 
add(ITransformedEvent) - Method in class org.jactr.tools.tracer.sinks.ChainedSink
 
add(ITransformedEvent) - Method in class org.jactr.tools.tracer.sinks.FileSink
 
add(ITransformedEvent) - Method in class org.jactr.tools.tracer.sinks.NetworkedSink
 
add(ITransformedEvent) - Method in class org.jactr.tools.tracer.sinks.trace.ArchivalSink
 
ADD_ACTION - Static variable in class org.jactr.io.antlr3.builder.JACTRBuilder
 
ADD_ACTION - Static variable in class org.jactr.io.antlr3.compiler.JACTRCompiler
 
ADD_ACTION - Static variable in class org.jactr.io.antlr3.generator.lisp.LispGenerator
 
ADD_ACTION - Static variable in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
 
ADD_ACTION - Static variable in class org.jactr.io.antlr3.parser.lisp.LispLexer
 
ADD_ACTION - Static variable in class org.jactr.io.antlr3.parser.lisp.LispParser
 
ADD_ACTION - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRLexer
 
ADD_ACTION - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
ADD_FRAGMENT - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRLexer
 
ADD_FRAGMENT - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
add_return() - Constructor for class org.jactr.io.antlr3.parser.xml.JACTRParser.add_return
 
ADD_TOKEN - Static variable in class org.jactr.io.antlr3.parser.lisp.LispLexer
 
ADD_TOKEN - Static variable in class org.jactr.io.antlr3.parser.lisp.LispParser
 
AddAction - Class in org.jactr.core.production.action
AddAction represents the consequence of adding a chunk to a buffer.
AddAction() - Constructor for class org.jactr.core.production.action.AddAction
default constructor equivalent to AddAction("goal", null)
AddAction(String, Object, Collection<? extends ISlot>) - Constructor for class org.jactr.core.production.action.AddAction
add a chunk (ref) to bufferName buffer
AddAction(String, Object) - Constructor for class org.jactr.core.production.action.AddAction
 
addAction(IAction) - Method in class org.jactr.core.production.basic.BasicSymbolicProduction
 
addAction(IAction) - Method in interface org.jactr.core.production.ISymbolicProduction
Adds a feature to the IAction attribute of the ISymbolicProduction object
addActivationBuffer(IActivationBuffer) - Method in class org.jactr.core.model.basic.BasicModel
 
addActivationBuffer(IActivationBuffer) - Method in interface org.jactr.core.model.IModel
install a buffer into this model, usually called during a modules installation
addAdapterFactory(IAdaptableFactory, Class<?>[]) - Method in class org.jactr.core.utils.DefaultAdaptable
 
addAgent(IAgent) - Static method in class org.commonreality.reality.CommonReality
 
addAll(Collection<? extends I>) - Method in class org.jactr.core.utils.collections.CachedCollection
 
addAural(IRealObject) - Method in class org.commonreality.sensors.aural.GeneralAuralProcessor
 
addBreakpoint(IModel, BreakpointType, Object) - Method in class org.jactr.core.runtime.controller.debug.DebugController
 
addBreakpoint(IModel, BreakpointType, Object) - Method in interface org.jactr.core.runtime.controller.debug.IDebugController
add a breakpoint
addBreakpoint(IDebugController, IBreakpointCommand) - Method in class org.jactr.tools.async.controller.handlers.BreakpointHandler
 
addBreakpoint(BreakpointType, String, String) - Method in class org.jactr.tools.async.shadow.ShadowController
 
addBuffer() - Method in class org.jactr.io.antlr3.parser.lisp.LispParser
 
addBuffer_return() - Constructor for class org.jactr.io.antlr3.parser.lisp.LispParser.addBuffer_return
 
addButton(int, double, double) - Method in class org.commonreality.sensors.keyboard.map.AbstractDeviceMap
 
addButton(int, double[]) - Method in class org.commonreality.sensors.keyboard.map.AbstractDeviceMap
 
addBy(ISensoryIdentifier) - Method in class org.commonreality.object.manager.impl.SensoryObjectManager
 
addChild(IChunkType) - Method in class org.jactr.core.chunktype.basic.BasicSymbolicChunkType
 
addChild(IChunkType) - Method in interface org.jactr.core.chunktype.ISymbolicChunkType
add a chunktype as a child,
addChunk(IChunk) - Method in class org.jactr.core.chunktype.basic.BasicSymbolicChunkType
add this chunk to this chunktype and then up the parental hierachy
addChunk(IChunk) - Method in interface org.jactr.core.chunktype.ISymbolicChunkType
add an encoded chunk to this chunktypes collection
addChunk(IChunk) - Method in class org.jactr.core.module.declarative.basic.AbstractDeclarativeModule
add chunk to DM.
addChunk(IChunk) - Method in interface org.jactr.core.module.declarative.IDeclarativeModule
add this chunk to the model and optionally check for duplicates so that it can be merged if necessary
addChunk(IChunk) - Method in class org.jactr.modules.declarative.DelegatedDeclarativeModule
 
addChunkInternal(IChunk, Collection<IChunk>) - Method in class org.jactr.core.module.declarative.basic.AbstractDeclarativeModule
add the chunk to DM on the module's executor.
addChunkInternal(IChunk, Collection<IChunk>) - Method in class org.jactr.core.module.declarative.basic.DefaultDeclarativeModule
 
AddChunkRequestDelegate - Class in org.jactr.core.buffer.delegate
takes a chunk pattern and if the chunk is already encoded, copies it, before inserting into the buffer via IActivationBuffer.addSourceChunk(org.jactr.core.chunk.IChunk).
AddChunkRequestDelegate() - Constructor for class org.jactr.core.buffer.delegate.AddChunkRequestDelegate
default is to copy encoded chunks
AddChunkRequestDelegate(boolean) - Constructor for class org.jactr.core.buffer.delegate.AddChunkRequestDelegate
 
addChunkType(IChunkType) - Method in class org.jactr.core.module.declarative.basic.AbstractDeclarativeModule
addChunkType(IChunkType) - Method in interface org.jactr.core.module.declarative.IDeclarativeModule
add the chunktype to the model.
addChunkType(CommonTree, CommonTree) - Static method in class org.jactr.io.antlr3.misc.ASTSupport
 
addChunkType(IChunkType) - Method in class org.jactr.modules.declarative.DelegatedDeclarativeModule
 
addChunkType(CommonTree) - Method in class org.jactr.tools.analysis.production.SequenceAnalyzer
we track all the chunktypes and their children so that we can check chunktype conditions
addChunkTypeInternal(IChunkType) - Method in class org.jactr.core.module.declarative.basic.AbstractDeclarativeModule
add the chunktype DM on the module's executor.
addChunkTypeInternal(IChunkType) - Method in class org.jactr.core.module.declarative.basic.DefaultDeclarativeModule
create a callable that will do all the work of adding a chunktype to the model and firing the appropriate events
AddChunkTypeRequestDelegate - Class in org.jactr.core.buffer.delegate
takes a chunk type request creates a chunk, before inserting into the buffer via IActivationBuffer.addSourceChunk(org.jactr.core.chunk.IChunk) .
AddChunkTypeRequestDelegate() - Constructor for class org.jactr.core.buffer.delegate.AddChunkTypeRequestDelegate
 
AddChunkTypeRequestDelegate(IChunkType) - Constructor for class org.jactr.core.buffer.delegate.AddChunkTypeRequestDelegate
 
addClientService(IMINATransportProvider, IMINAProtocolConfiguration, SocketAddress) - Method in class org.commonreality.participant.impl.AbstractParticipant
specify what transport, protocol and address we can use to connect to another participant (usually, just common reality)
addCodeGenerator(String, ICodeGenerator) - Static method in class org.jactr.io.generator.CodeGeneratorFactory
 
addColumn() - Method in interface org.jactr.tools.data.IMutableDataSource
 
addColumn(String) - Method in interface org.jactr.tools.data.INamedMutableDataSource
 
addCompiler(IUnitCompiler) - Method in class org.jactr.io.compiler.DefaultCompiler
 
addCondition(ICondition) - Method in class org.jactr.core.production.basic.BasicSymbolicProduction
 
addCondition(ICondition) - Method in interface org.jactr.core.production.ISymbolicProduction
Adds a feature to the ICondition attribute of the ISymbolicProduction object
addData(String, double, double) - Method in class org.jactr.tools.itr.fit.ModelFitStatistics
Deprecated.
 
addData(ModelFitStatistics.ComparisonPoint) - Method in class org.jactr.tools.itr.fit.ModelFitStatistics
Deprecated.
 
addDataSource(IDataSource) - Method in interface org.jactr.tools.data.IMetric
 
addDetail(String, String) - Method in class org.jactr.tools.itr.ortho.impl.SliceAnalysis
 
addDetail(String, String) - Method in interface org.jactr.tools.itr.ortho.ISliceAnalysis
provide the path to an analysis generated file, typically containing additional details labels must be unique
addDm() - Method in class org.jactr.io.antlr3.parser.lisp.LispParser
 
addDm_return() - Constructor for class org.jactr.io.antlr3.parser.lisp.LispParser.addDm_return
 
addEncoder(IPerceptualEncoder) - Method in class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
 
addEncoder(IPerceptualEncoder) - Method in interface org.jactr.modules.pm.common.memory.IPerceptualMemory
add encoder
addEndState(BufferEndState) - Method in class org.jactr.tools.analysis.production.endstates.BufferEndStates
 
AddEndStateComputer - Class in org.jactr.tools.analysis.production.endstates.impl
deal with add operations..
AddEndStateComputer() - Constructor for class org.jactr.tools.analysis.production.endstates.impl.AddEndStateComputer
 
addExecutor(String, ExecutorService) - Static method in class org.jactr.core.concurrent.ExecutorServices
 
addFeatureMap(IFeatureMap) - Method in class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
 
addFeatureMap(IFeatureMap) - Method in interface org.jactr.modules.pm.common.memory.IPerceptualMemory
attach feature map
addFilter(IIndexFilter) - Method in class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
 
addFilter(IIndexFilter) - Method in interface org.jactr.modules.pm.common.memory.IPerceptualMemory
add post processing search filter
addFitStatistics(String, double, double, long, boolean) - Method in class org.jactr.tools.itr.ortho.impl.SliceAnalysis
 
addFitStatistics(String, Map<String, String>, boolean) - Method in class org.jactr.tools.itr.ortho.impl.SliceAnalysis
 
addFitStatistics(String, double, double, long, boolean) - Method in interface org.jactr.tools.itr.ortho.ISliceAnalysis
add common fit statistics
addFitStatistics(String, Map<String, String>, boolean) - Method in interface org.jactr.tools.itr.ortho.ISliceAnalysis
general fit statistics
addFreeIdentifiers(Collection<IIdentifier>) - Method in interface org.commonreality.object.manager.IRequestableObjectManager
When a new block of identifiers is made available from CR, they are added to the object manager
addFreeIdentifiers(Collection<IIdentifier>) - Method in class org.commonreality.participant.impl.RequestableAfferentObjectManager
 
addFreeIdentifiers(Collection<IIdentifier>) - Method in class org.commonreality.participant.impl.RequestableEfferentCommandManager
 
addFreeIdentifiers(Collection<IIdentifier>) - Method in class org.commonreality.participant.impl.RequestableEfferentObjectManager
 
addFreeIdentifiers(Collection<IIdentifier>) - Method in class org.commonreality.participant.impl.RequestableObjectManagerDelegate
When a new block of identifiers is made available from CR, they are added to the object manager
addFreeIdentifiers(Collection<IIdentifier>) - Method in class org.commonreality.participant.impl.RequestableRealObjectManager
 
addHandler(SimilarityHandler) - Method in class org.jactr.core.utils.similarity.DefaultSimilarityHandler
Adds a feature to the Handler attribute of the DefaultSimilarityHandler object
addIdentifier(String, IIdentifier, IIdentifier) - Method in class org.commonreality.sensors.xml.processor.AbstractProcessor
 
addImage(String, String) - Method in class org.jactr.tools.itr.ortho.impl.SliceAnalysis
 
addImage(String, String) - Method in interface org.jactr.tools.itr.ortho.ISliceAnalysis
provide the path to an analysis generated image relative to the working directory.
addIndex(IAfferentObject) - Method in class org.jactr.modules.pm.aural.memory.impl.AuralEventIndexManager
 
addIndexing(IChunk, String, Object) - Method in class org.jactr.core.module.declarative.search.local.DefaultSearchSystem
 
addInformation(IIdentifier, String[]) - Method in class org.jactr.modules.pm.aural.memory.impl.map.KindFeatureMap
 
addInformation(IIdentifier, Double) - Method in class org.jactr.modules.pm.aural.memory.impl.map.OffsetFeatureMap
 
addInformation(IIdentifier, T) - Method in class org.jactr.modules.pm.common.memory.map.AbstractFeatureMap
 
addInformation(IIdentifier, T) - Method in class org.jactr.modules.pm.common.memory.map.AbstractSortedFeatureMap
 
addInformation(IIdentifier, Color[]) - Method in class org.jactr.modules.pm.visual.memory.impl.map.ColorFeatureMap
 
addInformation(IIdentifier, Dimension2D) - Method in class org.jactr.modules.pm.visual.memory.impl.map.DimensionFeatureMap
 
addInformation(IIdentifier, String[]) - Method in class org.jactr.modules.pm.visual.memory.impl.map.KindFeatureMap
 
addInformation(IIdentifier, String) - Method in class org.jactr.modules.pm.visual.memory.impl.map.ValueFeatureMap
 
addKey(int, double, double) - Method in class org.commonreality.sensors.keyboard.map.AbstractDeviceMap
 
addKey(int, double[]) - Method in class org.commonreality.sensors.keyboard.map.AbstractDeviceMap
 
addLink(IAssociativeLink) - Method in class org.jactr.core.chunk.four.DefaultSubsymbolicChunk4
 
addLink(IAssociativeLink) - Method in interface org.jactr.core.chunk.four.ISubsymbolicChunk4
add a link, it will be inspected to determine whether it is a J,I link
addLink(IAssociativeLink) - Method in interface org.jactr.core.module.declarative.associative.IAssociativeLinkageSystem
add the link to the appropriate containers within the chunks.
addLink(IAssociativeLink) - Method in interface org.jactr.core.module.declarative.associative.IAssociativeLinkContainer
 
addLink(IAssociativeLink) - Method in class org.jactr.core.module.declarative.basic.DefaultAssociativeLinkageSystem
 
addListener(L, Executor) - Method in class org.commonreality.event.EventDispatcher
 
addListener(INotificationListener, Executor) - Method in class org.commonreality.notification.impl.NotificationManager
 
addListener(INotificationListener, Executor) - Method in interface org.commonreality.notification.INotificationManager
 
addListener(L, Executor) - Method in class org.commonreality.object.manager.impl.GeneralObjectManager
add a listener that will have its objectAdded,removed,updated methods fired appropriately on the provided executor
addListener(L, Executor) - Method in interface org.commonreality.object.manager.IObjectManager
add an event listener
addListener(IActivationBufferListener, Executor) - Method in class org.jactr.core.buffer.AbstractActivationBuffer
 
addListener(IActivationBufferListener, Executor) - Method in interface org.jactr.core.buffer.IActivationBuffer
add a buffer listener
addListener(ISlotContainerListener, Executor) - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
addListener(IChunkListener, Executor) - Method in class org.jactr.core.chunk.basic.DefaultChunk
note : non-locking
addListener(IParameterListener, Executor) - Method in class org.jactr.core.chunk.basic.DefaultChunk
note : non-locking
addListener(IChunkListener, Executor) - Method in interface org.jactr.core.chunk.IChunk
add a chunk listener that will be notified with this executor
addListener(IParameterListener, Executor) - Method in interface org.jactr.core.chunk.IChunk
add a parameter listener that will be notified with this executor
addListener(IChunkTypeListener, Executor) - Method in class org.jactr.core.chunktype.basic.DefaultChunkType
Adds a feature to the IChunkTypeListener attribute of the DefaultChunkType5 object
addListener(IChunkTypeListener, Executor) - Method in interface org.jactr.core.chunktype.IChunkType
add chunk listener
addListener(L, Executor) - Method in class org.jactr.core.event.ACTREventDispatcher
 
addListener(IModelListener, Executor) - Method in class org.jactr.core.model.basic.BasicModel
 
addListener(IParameterListener, Executor) - Method in class org.jactr.core.model.basic.BasicModel
 
addListener(IModelListener, Executor) - Method in interface org.jactr.core.model.IModel
 
addListener(IParameterListener, Executor) - Method in interface org.jactr.core.model.IModel
 
addListener(IDeclarativeModuleListener, Executor) - Method in class org.jactr.core.module.declarative.basic.AbstractDeclarativeModule
 
addListener(IDeclarativeModuleListener, Executor) - Method in interface org.jactr.core.module.declarative.IDeclarativeModule
 
addListener(IProceduralModuleListener, Executor) - Method in interface org.jactr.core.module.procedural.IProceduralModule
 
addListener(IProceduralModuleListener, Executor) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
addListener(IProceduralLearningModule6Listener, Executor) - Method in class org.jactr.core.module.procedural.six.learning.DefaultProceduralLearningModule6
 
addListener(IProceduralLearningModule6Listener, Executor) - Method in interface org.jactr.core.module.procedural.six.learning.IProceduralLearningModule6
 
addListener(IRetrievalModuleListener, Executor) - Method in interface org.jactr.core.module.retrieval.IRetrievalModule
 
addListener(IRetrievalModuleListener, Executor) - Method in class org.jactr.core.module.retrieval.six.DefaultRetrievalModule6
 
addListener(IProductionListener, Executor) - Method in class org.jactr.core.production.basic.AbstractProduction
 
addListener(IProductionListener, Executor) - Method in interface org.jactr.core.production.IProduction
 
addListener(IACTRRuntimeListener, Executor) - Method in class org.jactr.core.runtime.ACTRRuntime
 
addListener(IBreakpointListener, Executor) - Method in class org.jactr.core.runtime.controller.debug.DebugController
 
addListener(IBreakpointListener, Executor) - Method in interface org.jactr.core.runtime.controller.debug.IDebugController
when a break point is reached, the breakpoint listeners are called
addListener(ISlotContainerListener, Executor) - Method in interface org.jactr.core.slot.INotifyingSlotContainer
 
addListener(ISlotContainerListener, Executor) - Method in class org.jactr.core.slot.NotifyingSlotContainer
 
addListener(IDeclarativeModuleListener, Executor) - Method in class org.jactr.modules.declarative.DelegatedDeclarativeModule
 
addListener(IAuralModuleListener, Executor) - Method in class org.jactr.modules.pm.aural.AbstractAuralModule
 
addListener(IAuralModuleListener, Executor) - Method in interface org.jactr.modules.pm.aural.IAuralModule
 
addListener(IActivePerceptListener, Executor) - Method in class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
 
addListener(IActivePerceptListener, Executor) - Method in interface org.jactr.modules.pm.common.memory.IPerceptualMemory
 
addListener(IFeatureMapListener, Executor) - Method in class org.jactr.modules.pm.common.memory.map.AbstractFeatureMap
 
addListener(IFeatureMapListener, Executor) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
addListener(IFeatureMapListener, Executor) - Method in interface org.jactr.modules.pm.common.memory.map.IFeatureMap
 
addListener(IMotorModuleListener, Executor) - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
addListener(IMotorModuleListener, Executor) - Method in interface org.jactr.modules.pm.motor.IMotorModule
 
addListener(IVisualModuleListener, Executor) - Method in class org.jactr.modules.pm.visual.AbstractVisualModule
 
addListener(IVisualModuleListener, Executor) - Method in interface org.jactr.modules.pm.visual.IVisualModule
 
addListener(IVocalModuleListener, Executor) - Method in class org.jactr.modules.pm.vocal.AbstractVocalModule
 
addListener(IVocalModuleListener, Executor) - Method in interface org.jactr.modules.pm.vocal.IVocalModule
 
addListener(IMarkerListener, Executor) - Method in class org.jactr.tools.marker.MarkerManager
 
addLogger(IModel, ILogger) - Static method in class org.jactr.core.logging.Logger
loggers are always added on the background executor
addLogger(IModel, ILogger, Executor) - Static method in class org.jactr.core.logging.Logger
 
addManagedThread(Thread) - Method in class org.jactr.core.concurrent.SafeExecutorService
 
addModel(IModel) - Method in class org.jactr.core.runtime.ACTRRuntime
add a model to this runtime.
addModel(String, String) - Method in class org.jactr.tools.itr.ortho.impl.SliceAnalysis
 
addObjects(Collection<IIdentifier>, IMessage) - Method in class org.commonreality.participant.impl.handlers.GeneralObjectHandler
 
addOwner(T) - Method in class org.commonreality.time.impl.OwnedClock
 
addOwner(T) - Method in interface org.commonreality.time.IOwnableClock
 
addParameter(String, String, Class<? extends IModule>) - Static method in class org.jactr.io.antlr3.misc.ParameterMap
 
addParent(IChunkType) - Method in class org.jactr.core.chunktype.basic.BasicSymbolicChunkType
grab the slots of the parent and the children
addParent(IChunkType) - Method in interface org.jactr.core.chunktype.ISymbolicChunkType
add a parent of this chunktype
addParser(String, Class<? extends IModelParser>) - Static method in class org.jactr.io.parser.ModelParserFactory
 
addParticipant(String, IASTParticipant) - Static method in class org.jactr.io.participant.ASTParticipantRegistry
 
addPattern(String) - Method in class org.jactr.tools.grapher.core.probe.AbstractParameterizedProbe
 
addProcessor(IXMLProcessor) - Method in class org.commonreality.sensors.xml.XMLProcessor
 
addProcessor(ParameterProcessor<?>) - Method in class org.jactr.core.utils.parameter.ParameterHelper
 
addProduction(IProduction) - Method in interface org.jactr.core.module.procedural.IProceduralModule
add this production to procedural memory and check for duplicates
addProduction(IProduction) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
addProduction(CommonTree, CommonTree) - Static method in class org.jactr.io.antlr3.misc.ASTSupport
 
addProduction(CommonTree) - Method in class org.jactr.tools.analysis.production.SequenceAnalyzer
 
addProductionInternal(IProduction) - Method in class org.jactr.core.module.procedural.six.DefaultProceduralModule6
 
addRecentRetrieval(IChunk, double) - Method in class org.jactr.core.module.retrieval.six.DeclarativeFINSTManager
 
addRecentSearch(PerceptualSearchResult) - Method in class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
 
addReferenceTime(double) - Method in class org.jactr.core.utils.references.DefaultReferences
 
addReferenceTime(double) - Method in class org.jactr.core.utils.references.ImmutableReferences
 
addReferenceTime(double) - Method in interface org.jactr.core.utils.references.IReferences
add a reference time and increment the reference count
addRelationship(IRelationship) - Method in class org.jactr.tools.analysis.production.relationships.ProductionRelationships
 
AddRemoveTracker - Class in org.commonreality.sensors.handlers
utility class that tracks the time to live for ISimulationObjects, removing them after they have expired.
AddRemoveTracker() - Constructor for class org.commonreality.sensors.handlers.AddRemoveTracker
 
addRequestDelegate(IRequestDelegate) - Method in class org.jactr.core.buffer.delegate.DefaultDelegatedRequestableBuffer6
 
addRequestDelegate(IRequestDelegate) - Method in interface org.jactr.core.buffer.delegate.IDelegatedRequestableBuffer
 
addRequestDelegate(IRequestDelegate) - Method in class org.jactr.modules.pm.common.buffer.AbstractCapacityPMActivationBuffer6
 
addRequestDelegate(IRequestDelegate) - Method in class org.jactr.modules.threaded.goal.buffer.DefaultCapacityGoalBuffer6
 
ADDRESS - Static variable in class org.jactr.tools.async.common.MINAEndpoint
 
addRow(Collection) - Method in interface org.jactr.tools.data.IMutableDataSource
 
addSensor(ISensor) - Static method in class org.commonreality.reality.CommonReality
 
addServerService(IMINATransportProvider, IMINAProtocolConfiguration, SocketAddress) - Method in class org.commonreality.participant.impl.AbstractParticipant
specify what transport, protocol and address we can accessed on
addServices(AbstractParticipant, Element) - Method in class org.commonreality.parser.RealityParser
 
addSlot(ISlot) - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
 
addSlot(ISlot) - Method in class org.jactr.core.chunk.basic.BasicSymbolicChunk
will set the value of a slot You cannot add slots to a chunk, only the chunk-type - but this will set the value, assuming the slot exists
addSlot(ISlot) - Method in class org.jactr.core.chunktype.basic.BasicSymbolicChunkType
Adds a feature to the ISlot attribute of the DefaultSymbolicChunkType5 object
addSlot(ISlot) - Method in class org.jactr.core.production.action.AddAction
In addition to adding chunks to a buffer, the IChunk?s slot values can be changed at the same time.
addSlot(ISlot) - Method in class org.jactr.core.production.action.DefaultSlotAction
 
addSlot(ISlot) - Method in class org.jactr.core.production.action.ModifyAction
 
addSlot(ISlot) - Method in class org.jactr.core.production.action.ProxyAction
 
addSlot(ISlot) - Method in class org.jactr.core.production.action.SetAction
 
addSlot(ISlot) - Method in class org.jactr.core.production.condition.AbstractSlotCondition
 
addSlot(ISlot) - Method in class org.jactr.core.production.condition.ProxyCondition
route to delegate if it implements ISlotContainer
addSlot(ISlot) - Method in class org.jactr.core.production.request.SlotBasedRequest
 
addSlot(ISlot) - Method in class org.jactr.core.slot.DefaultLogicalSlot
 
addSlot(ISlot) - Method in interface org.jactr.core.slot.ISlotContainer
Adds a slot
addSlot(ISlot) - Method in class org.jactr.core.slot.NotifyingSlotContainer
 
addSlot(ISlot) - Method in class org.jactr.core.slot.ProxyUniqueSlotContainer
 
addSlot(ISlot) - Method in class org.jactr.core.slot.UniqueSlotContainer
 
addSlot(CommonTree, String, int, CommonTree) - Method in class org.jactr.io.antlr3.misc.ASTSupport
create a slot and add it to the slots node
addSlot(CommonTree, String, CommonTree) - Method in class org.jactr.io.antlr3.misc.ASTSupport
 
addSlotContainer(IUniqueSlotContainer) - Method in class org.jactr.core.slot.ProxyUniqueSlotContainer
 
addSlotHypothesis(CommonTree) - Method in class org.jactr.tools.analysis.production.endstates.BufferEndState
 
addSourceChunk(IChunk) - Method in class org.jactr.core.buffer.AbstractActivationBuffer
add chunk to the buffer.
addSourceChunk(IChunk) - Method in interface org.jactr.core.buffer.IActivationBuffer
add a chunk to the buffer.
addSourceChunk(IChunk) - Method in class org.jactr.core.buffer.six.AbstractActivationBuffer6
ensure that all chunks added are copies
addSourceChunkInternal(IChunk) - Method in class org.jactr.core.buffer.AbstractActivationBuffer
return the source chunk that was actually inserted into the buffer (i.e.
addSourceChunkInternal(IChunk) - Method in class org.jactr.core.buffer.delegate.DefaultDelegatedRequestableBuffer6
 
addSourceChunkInternal(IChunk) - Method in class org.jactr.core.buffer.misc.ProxyActivationBuffer
adds are just passed to the source buffer
addSourceChunkInternal(IChunk) - Method in class org.jactr.core.buffer.six.AbstractCapacityBuffer6
 
addSourceChunkInternal(IChunk) - Method in class org.jactr.core.buffer.six.BasicBuffer6
chunkToInsert is a copy of what was passed iff it has been encoded
addSourceChunkInternal(IChunk) - Method in class org.jactr.core.module.goal.six.buffer.DefaultGoalBuffer6
 
addSourceChunkInternal(IChunk) - Method in class org.jactr.modules.pm.common.buffer.AbstractPMActivationBuffer6
 
addSourceChunkInternal(IChunk) - Method in class org.jactr.modules.pm.visual.buffer.six.DefaultVisualActivationBuffer6
 
addState(IEfferentCommand) - Method in class org.commonreality.efferent.impl.EfferentCommandManager
 
addTimedEventListener(ITimedEventListener, Executor) - Method in class org.jactr.core.queue.TimedEventQueue
 
addTrackedIdentifier(IIdentifier) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultPerceptListener
 
addTreeTracker(ITreeTracker) - Method in class org.jactr.io.antlr3.parser.AbstractModelParser
 
addTreeTracker(ITreeTracker) - Method in interface org.jactr.io.parser.IModelParser
 
addTrimmer(IASTTrimmer) - Method in class org.jactr.io.antlr3.generator.lisp.LispGenerator
 
addTrimmer(IASTTrimmer) - Method in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
 
addWorkingDirectory(String) - Method in class org.jactr.tools.itr.ortho.impl.Slice
relative to user.dir
adjust(IMovement, ChunkTypeRequest, double) - Method in class org.jactr.modules.pm.motor.AbstractMotorModule
 
adjust(ChunkTypeRequest, DeltaTracker, IEfferentCommand, IModel) - Method in class org.jactr.modules.pm.motor.command.DefaultCommandTranslator
 
adjust(ChunkTypeRequest, DeltaTracker, IEfferentCommand, IModel) - Method in interface org.jactr.modules.pm.motor.command.ICommandTranslator
adjust a command midflight
adjust(ChunkTypeRequest, DeltaTracker, IEfferentCommand, IModel) - Method in class org.jactr.modules.pm.motor.command.translators.AbstractTranslator
 
adjust(IMovement, ChunkTypeRequest, double) - Method in interface org.jactr.modules.pm.motor.IMotorModule
 
adjust(IMovement, ChunkTypeRequest, double) - Method in class org.jactr.modules.pm.motor.managers.MotorCommandManager
nudge an executing movement.
ADJUSTMENT - Static variable in class org.jactr.modules.pm.motor.buffer.processor.MotorRequestDelegate
 
AfferentObject - Class in org.commonreality.object.manager.impl
 
AfferentObject(IIdentifier) - Constructor for class org.commonreality.object.manager.impl.AfferentObject
 
AfferentObject(AfferentObject) - Constructor for class org.commonreality.object.manager.impl.AfferentObject
 
afferentObjectAdded(IAfferentObject) - Method in interface org.jactr.modules.pm.common.afferent.IAfferentObjectListener
 
afferentObjectAdded(IAfferentObject) - Method in class org.jactr.modules.pm.common.memory.impl.PerceptualEncoderBridge
 
afferentObjectAdded(IAfferentObject) - Method in class org.jactr.modules.pm.common.memory.map.AbstractFeatureMap
 
afferentObjectAdded(IAfferentObject) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
AfferentObjectManager - Class in org.commonreality.object.manager.impl
 
AfferentObjectManager() - Constructor for class org.commonreality.object.manager.impl.AfferentObjectManager
 
afferentObjectRemoved(IAfferentObject) - Method in interface org.jactr.modules.pm.common.afferent.IAfferentObjectListener
 
afferentObjectRemoved(IAfferentObject) - Method in class org.jactr.modules.pm.common.memory.impl.PerceptualEncoderBridge
 
afferentObjectRemoved(IAfferentObject) - Method in class org.jactr.modules.pm.common.memory.map.AbstractFeatureMap
 
afferentObjectRemoved(IAfferentObject) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
afferentObjectUpdated(IAfferentObject, IObjectDelta) - Method in interface org.jactr.modules.pm.common.afferent.IAfferentObjectListener
 
afferentObjectUpdated(IAfferentObject, IObjectDelta) - Method in class org.jactr.modules.pm.common.memory.impl.PerceptualEncoderBridge
 
afferentObjectUpdated(IAfferentObject, IObjectDelta) - Method in class org.jactr.modules.pm.common.memory.map.AbstractFeatureMap
 
afferentObjectUpdated(IAfferentObject, IObjectDelta) - Method in class org.jactr.modules.pm.common.memory.map.DefaultFINSTFeatureMap
 
AGE_PARAM - Static variable in class org.jactr.core.model.basic.BasicModel
 
agentAdded(IAgentObject) - Method in class org.commonreality.sensors.AbstractSensor
callback when a new agent is added to te simulation (will only receive is AbstractSensor.shouldInterface(IAgentObject) is true).
agentAdded(IAgentObject) - Method in class org.commonreality.sensors.base.BaseSensor
 
agentAdded(IAgentObject) - Method in class org.commonreality.sensors.keyboard.DefaultKeyboardSensor
when we detect a new agent, queue up a request to add the muscles and devices for the hand, keyboard and mouse
agentAdded(IAgentObject) - Method in class org.commonreality.sensors.speech.DefaultSpeechSensor
when we get a new agent, immediately given them a mouth
agentDataProcessed() - Method in class org.commonreality.sensors.base.BaseSensor
called after all the agent processing has been queued (but not necessarily started)
AgentObject - Class in org.commonreality.object.manager.impl
 
AgentObject(IIdentifier) - Constructor for class org.commonreality.object.manager.impl.AgentObject
 
AgentObject(AgentObject) - Constructor for class org.commonreality.object.manager.impl.AgentObject
 
AgentObjectManager - Class in org.commonreality.object.manager.impl
 
AgentObjectManager() - Constructor for class org.commonreality.object.manager.impl.AgentObjectManager
 
agentRemoved(IAgentObject) - Method in class org.commonreality.sensors.AbstractSensor
callback when an interfaced agent is removed from the simulation This is called on the IO thread, you should not make any blocking calls here
agentRemoved(IAgentObject) - Method in class org.commonreality.sensors.base.BaseSensor
 
agentUpdated(IAgentObject) - Method in class org.commonreality.sensors.AbstractSensor
callback for when an actively interfaced agent is updated This is called on the IO thread, you should not make any blocking calls here
ALIAS_SLOT - Static variable in class org.jactr.tools.masterslave.master.CleanUpModelAction
 
ALIAS_SLOT - Static variable in class org.jactr.tools.masterslave.master.LoadModelAction
 
ALIAS_SLOT - Static variable in class org.jactr.tools.masterslave.master.StartModelAction
 
ALIAS_SLOT - Static variable in class org.jactr.tools.masterslave.master.StopModelAction
 
ALIAS_SLOT - Static variable in class org.jactr.tools.masterslave.slave.SlaveStateCondition
 
ALL - Static variable in interface org.commonreality.identifier.IIdentifier
 
ALL - Static variable in class org.jactr.core.logging.impl.DefaultModelLogger
 
all() - Method in class org.jactr.core.module.declarative.search.map.AbstractTypeValueMap
 
all() - Method in class org.jactr.core.module.declarative.search.map.DefaultValueMap
 
all() - Method in interface org.jactr.core.module.declarative.search.map.ITypeValueMap
 
all() - Method in interface org.jactr.core.module.declarative.search.map.IValueMap
 
allAreBlocked() - Method in class org.jactr.tools.misc.ModelsLock
 
allAreFree() - Method in class org.jactr.tools.misc.ModelsLock
 
allowsCommands(IoSession) - Method in class org.jactr.tools.async.controller.RemoteIOHandler
 
allowsListeners(IoSession) - Method in class org.jactr.tools.async.controller.RemoteIOHandler
 
allowsSelfExecutions() - Method in class org.jactr.core.concurrent.SafeExecutorService
 
allSize() - Method in class org.jactr.core.module.declarative.search.map.AbstractTypeValueMap
 
allSize() - Method in class org.jactr.core.module.declarative.search.map.DefaultValueMap
 
allSize() - Method in interface org.jactr.core.module.declarative.search.map.ITypeValueMap
 
allSize() - Method in interface org.jactr.core.module.declarative.search.map.IValueMap
 
AlternatingProductionSelector - Class in org.jactr.modules.threaded.procedural
production selector for threaded cognition that strictly alternates between different goals, whenever possible
AlternatingProductionSelector() - Constructor for class org.jactr.modules.threaded.procedural.AlternatingProductionSelector
 
analyze(ISliceAnalysis) - Method in class org.jactr.tools.itr.ortho.exec.ExecAnalyzer
 
analyze(ISliceAnalysis) - Method in interface org.jactr.tools.itr.ortho.ISliceAnalyzer
analyze the specified slice and return some value.
AND - Static variable in interface org.jactr.core.slot.ILogicalSlot
 
AND - Static variable in class org.jactr.io.antlr3.builder.JACTRBuilder
 
AND - Static variable in class org.jactr.io.antlr3.compiler.JACTRCompiler
 
AND - Static variable in class org.jactr.io.antlr3.generator.xml.JACTRGenerator
 
AND - Static variable in class org.jactr.io.antlr3.parser.lisp.LispLexer
 
AND - Static variable in class org.jactr.io.antlr3.parser.lisp.LispParser
 
AND - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRLexer
 
AND - Static variable in class org.jactr.io.antlr3.parser.xml.JACTRParser
 
ANGLE_SLOT - Static variable in class org.jactr.modules.pm.visual.memory.impl.filter.VectorVisualLocationFilter
 
ANY_CHANGE - Static variable in interface org.commonreality.message.request.time.IRequestTime
 
apply(IMutableObject) - Method in class org.commonreality.object.delta.ObjectDelta
 
applyDeferred(IParameterized) - Method in class org.jactr.tools.tracer.RuntimeTracer
 
applyParameters(IParameterized, Collection<CommonTree>) - Method in class org.jactr.io.antlr3.builder.JACTRBuilder
apply the parameters in the parametersNode to parameterized
applyParameters(Element, IParameterized) - Static method in class org.jactr.io.environment.EnvironmentParser
 
applyParameters() - Method in class org.jactr.modules.pm.aural.AbstractAuralModule
apply the deferred parameters to the audicon
applyParameters() - Method in class org.jactr.modules.pm.visual.AbstractVisualModule
we apply the parameters after the visual map has been created so that we can pass through some parameters
ArchivalSink - Class in org.jactr.tools.tracer.sinks.trace
full trace sink saves events to a series of timestamped files that can be used later for playback
ArchivalSink() - Constructor for class org.jactr.tools.tracer.sinks.trace.ArchivalSink
 
archiveAndDeleteContents(String, File, FilenameFilter, ZipOutputStream) - Method in class org.jactr.tools.itr.ZipDataListener
archive the contents of root into the zipoutputstream
ARGUMENTS - Static variable in class org.commonreality.sensors.speech.CommandLineSpeaker
 
asColors(Object) - Method in class org.commonreality.modalities.visual.DefaultVisualPropertyHandler
 
asColors(Object) - Method in interface org.commonreality.modalities.visual.IVisualPropertyHandler
 
asDimension(Object) - Method in class org.commonreality.modalities.visual.DefaultVisualPropertyHandler
 
asDimension(Object) - Method in interface org.commonreality.modalities.visual.IVisualPropertyHandler
 
asKeyType(Object) - Method in class org.jactr.core.module.declarative.search.local.ActivationBufferTypeValueMap
 
asKeyType(Object) - Method in class org.jactr.core.module.declarative.search.local.ChunkTypeTypeValueMap
 
asKeyType(Object) - Method in class org.jactr.core.module.declarative.search.local.ChunkTypeValueMap
 
asKeyType(Object) - Method in class org.jactr.core.module.declarative.search.local.ProductionTypeValueMap
 
asKeyType(Object) - Method in class org.jactr.core.module.declarative.search.map.AbstractTypeValueMap
 
asKeyType(Object) - Method in class org.jactr.core.module.declarative.search.map.BooleanTypeValueMap
 
asKeyType(Object) - Method in class org.jactr.core.module.declarative.search.map.NullTypeValueMap
 
asKeyType(Object) - Method in class org.jactr.core.module.declarative.search.map.NumericTypeValueMap
 
asKeyType(Object) - Method in class org.jactr.core.module.declarative.search.map.StringTypeValueMap
 
asParameterized(T) - Method in class org.jactr.tools.grapher.core.probe.AbstractParameterizedProbe
 
asParameterized(IChunk) - Method in class org.jactr.tools.grapher.core.probe.ChunkProbe
 
asParameterized(IAssociativeLink) - Method in class org.jactr.tools.grapher.core.probe.LinkParameterProbe
 
asParameterized(IModel) - Method in class org.jactr.tools.grapher.core.probe.ModelProbe
 
asParameterized(IParameterized) - Method in class org.jactr.tools.grapher.core.probe.ParameterizedProbe
 
asParameterized(IProduction) - Method in class org.jactr.tools.grapher.core.probe.ProductionProbe
 
asPoint(Object) - Method in class org.commonreality.modalities.visual.DefaultVisualPropertyHandler
 
asPoint(Object) - Method in interface org.commonreality.modalities.visual.IVisualPropertyHandler
transforms an array of doubles into a point2d
assembleInjectors() - Method in class org.jactr.tools.goalfeeder.GoalFeeder
instantiate all the constructors to be used to generate the goals
ASSIGN_FINST_CHUNK_TYPE - Static variable in interface org.jactr.modules.pm.visual.IVisualModule
 
assignFINST(IChunk) - Method in class org.jactr.modules.pm.visual.AbstractVisualModule
 
assignFINST(IChunk) - Method in interface org.jactr.modules.pm.visual.IVisualModule
 
AssignFINSTRequestDelegate - Class in org.jactr.modules.pm.visual.buffer.processor
 
AssignFINSTRequestDelegate(IChunkType) - Constructor for class org.jactr.modules.pm.visual.buffer.processor.AssignFINSTRequestDelegate
 
associate(String, String) - Method in class org.jactr.tools.itr.LongitudinalParameterSetModifier
called by the parser..
ASSOCIATIVE_LEARNING_RATE - Static variable in interface org.jactr.core.module.declarative.four.learning.IDeclarativeLearningModule4
 
AssociativeLinkEquation4 - Class in org.jactr.core.chunk.four
uses the ACT-R 4 equations for the learning and setting of associative link strengths and priors
AssociativeLinkEquation4(IDeclarativeLearningModule4) - Constructor for class org.jactr.core.chunk.four.AssociativeLinkEquation4
 
AssociativeLinkEquation6 - Class in org.jactr.core.chunk.six
 
AssociativeLinkEquation6(IDeclarativeLearningModule6) - Constructor for class org.jactr.core.chunk.six.AssociativeLinkEquation6
 
ASTParticipantRegistry - Class in org.jactr.io.participant
Central point for finding IASTParticipants for a given class
ASTParticipantRegistry() - Constructor for class org.jactr.io.participant.ASTParticipantRegistry
 
ASTResolver - Class in org.jactr.io.resolver
 
ASTResolver() - Constructor for class org.jactr.io.resolver.ASTResolver
 
ASTSupport - Class in org.jactr.io.antlr3.misc
create the tree components used to describe various elements of the model Tree modelTree = support.createModelTree(); support.setName(modelTree,"modelName"); support.addParameter(modelTree, parameterName, parameterValueString); Tree chunkType = support.createChunkTypeTree(); support.setName(chunkType,"chunkTypeName"); modelTree .getFirstChildWithType(JACTRBuilder.DECLARATIVE_MEMORY).addChild(chunkType);
ASTSupport() - Constructor for class org.jactr.io.antlr3.misc.ASTSupport
 
AsynchronousRequestDelegate - Class in org.jactr.core.buffer.delegate
AsynchronousRequestDelegate() - Constructor for class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
 
attach() - Method in class org.jactr.core.runtime.controller.debug.DebugController
 
attach() - Method in class org.jactr.core.runtime.controller.DefaultController
 
attach() - Method in interface org.jactr.core.runtime.controller.IController
attach to the runtime - called by the runtime during ACTRRuntime.setController();
attach() - Method in class org.jactr.core.runtime.controller.OldController
attach this controller to the runtime.
attach(DefaultAfferentObjectListener) - Method in class org.jactr.modules.pm.aural.memory.impl.AuralEventIndexManager
 
attach(ACTRAgent) - Method in class org.jactr.modules.pm.aural.memory.impl.DefaultAuralMemory
 
attach(ACTRAgent) - Method in class org.jactr.modules.pm.common.memory.impl.AbstractPerceptualMemory
attach must be called after the model has been connected to commmon reality
attach(ACTRAgent) - Method in interface org.jactr.modules.pm.common.memory.IPerceptualMemory
called after CR has been connected, this attaches the perceptual memory to CR
attach(ACTRAgent) - Method in class org.jactr.modules.pm.visual.memory.impl.DefaultVisualMemory
 
attach() - Method in class org.jactr.tools.async.shadow.ShadowController
start up the service
ATTENDED_STATUS_SLOT - Static variable in interface org.jactr.modules.pm.aural.IAuralModule
 
ATTENDED_STATUS_SLOT - Static variable in interface org.jactr.modules.pm.visual.IVisualModule
 
AttendedAudioEventFilter - Class in org.jactr.modules.pm.aural.memory.impl.filter
 
AttendedAudioEventFilter() - Constructor for class org.jactr.modules.pm.aural.memory.impl.filter.AttendedAudioEventFilter
 
AttendedVisualLocationFilter - Class in org.jactr.modules.pm.visual.memory.impl.filter
 
AttendedVisualLocationFilter() - Constructor for class org.jactr.modules.pm.visual.memory.impl.filter.AttendedVisualLocationFilter
 
attendTo(PerceptualSearchResult, double) - Method in class org.jactr.modules.pm.aural.six.DefaultAuralModule6
 
attendTo(PerceptualSearchResult, double) - Method in interface org.jactr.modules.pm.IPerceptualMemoryModule
attend to some search result, potentially returning some attended perceptual representation in the future.
attendTo(PerceptualSearchResult, double) - Method in class org.jactr.modules.pm.visual.six.DefaultVisualModule6
snag the create the visual chunk at the visual location - actual encoding is taken care of when the chunk is removed from the visual buffer
AttendToRequestDelegate - Class in org.jactr.modules.pm.aural.buffer.processor
attend-to and move-attention delegate that handles buffer states and routes the request to the module
AttendToRequestDelegate(IAuralModule, IChunkType, String) - Constructor for class org.jactr.modules.pm.aural.buffer.processor.AttendToRequestDelegate
 
AttendToRequestDelegate - Class in org.jactr.modules.pm.visual.buffer.processor
attend-to and move-attention delegate that handles buffer states and routes the request to the module
AttendToRequestDelegate(IVisualModule, IChunkType, String) - Constructor for class org.jactr.modules.pm.visual.buffer.processor.AttendToRequestDelegate
 
AudibleFeatureMap - Class in org.jactr.modules.pm.aural.memory.impl.map
 
AudibleFeatureMap() - Constructor for class org.jactr.modules.pm.aural.memory.impl.map.AudibleFeatureMap
 
AUDIO_EVENT_CHUNK_TYPE - Static variable in interface org.jactr.modules.pm.aural.IAuralModule
 
AURAL - Static variable in interface org.jactr.core.buffer.IActivationBuffer
Description of the Field
AURAL_BUFFER - Static variable in interface org.jactr.modules.pm.aural.IAuralModule
 
AURAL_DECAY_TIME_PARAM - Static variable in class org.jactr.modules.pm.aural.AbstractAuralModule
 
AURAL_LOCATION - Static variable in interface org.jactr.core.buffer.IActivationBuffer
Description of the Field
AURAL_LOCATION_BUFFER - Static variable in interface org.jactr.modules.pm.aural.IAuralModule
 
AURAL_MODALITY - Static variable in interface org.commonreality.modalities.aural.IAuralPropertyHandler
 
AuralAttendingDelegate - Class in org.jactr.modules.pm.aural.delegate
 
AuralAttendingDelegate(AbstractAuralModule) - Constructor for class org.jactr.modules.pm.aural.delegate.AuralAttendingDelegate
 
AuralEventIndexManager - Class in org.jactr.modules.pm.aural.memory.impl
 
AuralEventIndexManager(IAuralModule) - Constructor for class org.jactr.modules.pm.aural.memory.impl.AuralEventIndexManager
 
AuralModuleEvent - Class in org.jactr.modules.pm.aural.event
 
AuralModuleEvent(IAuralModule, String, Object, Object) - Constructor for class org.jactr.modules.pm.aural.event.AuralModuleEvent
 
AuralModuleEvent(IAuralModule, AuralModuleEvent.Type, IChunk) - Constructor for class org.jactr.modules.pm.aural.event.AuralModuleEvent
 
AuralModuleEvent(IAuralModule, AuralModuleEvent.Type) - Constructor for class org.jactr.modules.pm.aural.event.AuralModuleEvent
 
AuralModuleEvent.Type - Enum in org.jactr.modules.pm.aural.event
 
AuralModuleParticipant - Class in org.jactr.io.participant.modules
 
AuralModuleParticipant() - Constructor for class org.jactr.io.participant.modules.AuralModuleParticipant
 
AuralSearchDelegate - Class in org.jactr.modules.pm.aural.delegate
 
AuralSearchDelegate(AbstractAuralModule) - Constructor for class org.jactr.modules.pm.aural.delegate.AuralSearchDelegate
 
AuralSearchRequestDelegate - Class in org.jactr.modules.pm.aural.buffer.processor
handles aural-location requests by checking and managing the buffer states and routing to the aural module.
AuralSearchRequestDelegate(IAuralModule) - Constructor for class org.jactr.modules.pm.aural.buffer.processor.AuralSearchRequestDelegate
 
AuralUtilities - Class in org.commonreality.sensors.aural
static utility class that facilitates aural event creation
AuralUtilities(ISensor) - Constructor for class org.commonreality.sensors.aural.AuralUtilities
 
AuralUtilities - Class in org.jactr.modules.pm.aural.memory
 
AuralUtilities() - Constructor for class org.jactr.modules.pm.aural.memory.AuralUtilities
 
authorizeConnection(IIdentifier, ICredentials) - Method in class org.commonreality.reality.impl.handler.ConnectionTracker
Deprecated.
 
AutoSimilarityHandler - Class in org.jactr.core.utils.similarity
AutoSimilarityHandler that computes the similarity between any two chunks based on average of the similarities between their slot values.
AutoSimilarityHandler() - Constructor for class org.jactr.core.utils.similarity.AutoSimilarityHandler
Constructor for the AutoSimilarityHandler object
AutoSimilarityHandler(int) - Constructor for class org.jactr.core.utils.similarity.AutoSimilarityHandler
Constructor for the AutoSimilarityHandler object
await(BasicClock.IClockWaiter, double, long) - Method in class org.commonreality.time.impl.BasicClock
wait on the signal..
awaitTermination(long, TimeUnit) - Method in class org.jactr.core.concurrent.SafeExecutorService
 
AZIMUTH_SLOT - Static variable in interface org.jactr.modules.pm.aural.IAuralModule
 
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