Uses of Interface
org.jactr.modules.pm.visual.memory.IVisualMemory

Packages that use IVisualMemory
org.jactr.modules.pm.visual   
org.jactr.modules.pm.visual.memory   
org.jactr.modules.pm.visual.memory.impl   
org.jactr.modules.pm.visual.memory.impl.encoder   
 

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

Methods in org.jactr.modules.pm.visual that return IVisualMemory
 IVisualMemory IVisualModule.getVisualMemory()
          return the backing short-term iconic memory store
 IVisualMemory AbstractVisualModule.getVisualMemory()
           
 

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

Methods in org.jactr.modules.pm.visual.memory with parameters of type IVisualMemory
static PerceptualSearchResult VisualUtilities.getSearchResult(IChunk locationChunk, IVisualMemory visualMemory)
           
static PerceptualSearchResult VisualUtilities.getSearchResult(org.commonreality.identifier.IIdentifier perceptualIdentifier, IVisualMemory visualMemory)
          return search result with identifier
static IChunk VisualUtilities.getVisualLocation(PerceptualSearchResult searchResult, IVisualMemory visualMemory)
          returns PerceptualSearchResult.getLocation() if isStickyAttentionEnabled() is false.
static boolean VisualUtilities.isCurrentlySticky(IChunk perceptualEncoding, IVisualMemory visualMemory, IActivationBuffer buffer)
          returns false if !isStickyAttentionEnabled().
static boolean VisualUtilities.isCurrentlySticky(org.commonreality.identifier.IIdentifier identifier, IVisualMemory visualMemory)
          returns false if !isStickyAttentionEnabled().
 

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

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

Uses of IVisualMemory in org.jactr.modules.pm.visual.memory.impl.encoder
 

Methods in org.jactr.modules.pm.visual.memory.impl.encoder with parameters of type IVisualMemory
static boolean AbstractVisualEncoder.exceedsMovementTolerance(IChunk oldVisualLocation, IChunk newVisualLocation, IVisualMemory visualMemory)
          returns true if the visual locations are separated by more than getMovementTolerance(),
static IChunk AbstractVisualEncoder.getVisualLocation(org.commonreality.object.IAfferentObject afferentObject, IVisualMemory visualMemory)
          return the visual location (defined by IVisualPropertyHandler.RETINAL_LOCATION) of the object.
static IChunk AbstractVisualEncoder.getVisualLocation(IChunk visualChunk, IVisualMemory visualMemory)
          return the contents of screen-pos, but only if it is a visual-location chunk