Uses of Class
org.jactr.core.reality.ACTRAgent

Packages that use ACTRAgent
org.jactr.modules.pm.aural.memory.impl   
org.jactr.modules.pm.common.memory   
org.jactr.modules.pm.common.memory.impl   
org.jactr.modules.pm.visual.memory.impl   
 

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

Methods in org.jactr.modules.pm.aural.memory.impl with parameters of type ACTRAgent
 void DefaultAuralMemory.attach(ACTRAgent agent)
           
 

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

Methods in org.jactr.modules.pm.common.memory with parameters of type ACTRAgent
 void IPerceptualMemory.attach(ACTRAgent agent)
          called after CR has been connected, this attaches the perceptual memory to CR
 

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

Methods in org.jactr.modules.pm.common.memory.impl with parameters of type ACTRAgent
 void AbstractPerceptualMemory.attach(ACTRAgent agent)
          attach must be called after the model has been connected to commmon reality
 

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

Methods in org.jactr.modules.pm.visual.memory.impl with parameters of type ACTRAgent
 void DefaultVisualMemory.attach(ACTRAgent agent)