Uses of Class
org.jactr.modules.pm.common.memory.PerceptualSearchResult

Packages that use PerceptualSearchResult
org.jactr.modules.pm   
org.jactr.modules.pm.aural.delegate   
org.jactr.modules.pm.aural.memory   
org.jactr.modules.pm.aural.six   
org.jactr.modules.pm.common.memory   
org.jactr.modules.pm.common.memory.impl   
org.jactr.modules.pm.visual.delegate   
org.jactr.modules.pm.visual.memory   
org.jactr.modules.pm.visual.memory.impl   
org.jactr.modules.pm.visual.six   
 

Uses of PerceptualSearchResult in org.jactr.modules.pm
 

Methods in org.jactr.modules.pm that return types with arguments of type PerceptualSearchResult
 java.util.concurrent.Future<PerceptualSearchResult> IPerceptualMemoryModule.search(ChunkTypeRequest request, double requestTime, boolean isStuffRequest)
          search perceptual memory, returning some result in the future
 

Methods in org.jactr.modules.pm with parameters of type PerceptualSearchResult
 java.util.concurrent.Future<IChunk> IPerceptualMemoryModule.attendTo(PerceptualSearchResult searchResult, double requestTime)
          attend to some search result, potentially returning some attended perceptual representation in the future.
 

Uses of PerceptualSearchResult in org.jactr.modules.pm.aural.delegate
 

Methods in org.jactr.modules.pm.aural.delegate with parameters of type PerceptualSearchResult
 IChunk AuralAttendingDelegate.getSearchResult(PerceptualSearchResult searchResult, IAuralModule auralModule, java.lang.String streamName)
          returns the contents of the perceptual search
 

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

Methods in org.jactr.modules.pm.aural.memory that return PerceptualSearchResult
static PerceptualSearchResult AuralUtilities.getSearchResult(IChunk locationChunk, IAuralMemory auralMemory)
           
static PerceptualSearchResult AuralUtilities.getSearchResult(org.commonreality.identifier.IIdentifier perceptualIdentifier, IAuralMemory auralMemory)
          return search result with identifier
 

Methods in org.jactr.modules.pm.aural.memory with parameters of type PerceptualSearchResult
static IChunk AuralUtilities.getAuralEvent(PerceptualSearchResult searchResult, IAuralMemory auralMemory)
           
 

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

Methods in org.jactr.modules.pm.aural.six that return types with arguments of type PerceptualSearchResult
 java.util.concurrent.Future<PerceptualSearchResult> DefaultAuralModule6.search(ChunkTypeRequest request, double requestTime, boolean isStuffRequest)
           
 

Methods in org.jactr.modules.pm.aural.six with parameters of type PerceptualSearchResult
 java.util.concurrent.Future<IChunk> DefaultAuralModule6.attendTo(PerceptualSearchResult result, double requestTime)
           
 

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

Methods in org.jactr.modules.pm.common.memory that return PerceptualSearchResult
 PerceptualSearchResult IPerceptualMemory.getLastSearchResult()
           
 PerceptualSearchResult IPerceptualMemory.searchNow(ChunkTypeRequest request)
          search perceptual memory immediately - this should only be called from the CR processing thread
 

Methods in org.jactr.modules.pm.common.memory that return types with arguments of type PerceptualSearchResult
 java.util.concurrent.Future<PerceptualSearchResult> IPerceptualMemory.search(ChunkTypeRequest request)
          search perceptual memory for index chunks matching the request and tag the location chunk with IPerceptualMemory.SEARCH_RESULT_IDENTIFIER_KEY
 

Method parameters in org.jactr.modules.pm.common.memory with type arguments of type PerceptualSearchResult
 void IPerceptualMemory.getRecentSearchResults(java.util.List<PerceptualSearchResult> results)
           
 

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

Methods in org.jactr.modules.pm.common.memory.impl that return PerceptualSearchResult
 PerceptualSearchResult AbstractPerceptualMemory.getLastSearchResult()
           
 PerceptualSearchResult AbstractPerceptualMemory.searchNow(ChunkTypeRequest request)
           
 

Methods in org.jactr.modules.pm.common.memory.impl that return types with arguments of type PerceptualSearchResult
 java.util.concurrent.Future<PerceptualSearchResult> AbstractPerceptualMemory.search(ChunkTypeRequest request)
          search, merely delegates to searchInternal on the common reality executor
 

Method parameters in org.jactr.modules.pm.common.memory.impl with type arguments of type PerceptualSearchResult
 void AbstractPerceptualMemory.getRecentSearchResults(java.util.List<PerceptualSearchResult> results)
           
 

Uses of PerceptualSearchResult in org.jactr.modules.pm.visual.delegate
 

Methods in org.jactr.modules.pm.visual.delegate with parameters of type PerceptualSearchResult
 IChunk VisualEncodingDelegate.getSearchResult(PerceptualSearchResult searchResult, IVisualModule visualModule, java.lang.String streamName)
          returns the contents of the perceptual search
 

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

Methods in org.jactr.modules.pm.visual.memory that return PerceptualSearchResult
static PerceptualSearchResult VisualUtilities.getSearchResult(IChunk locationChunk, IVisualMemory visualMemory)
           
static PerceptualSearchResult VisualUtilities.getSearchResult(org.commonreality.identifier.IIdentifier perceptualIdentifier, IVisualMemory visualMemory)
          return search result with identifier
 

Methods in org.jactr.modules.pm.visual.memory with parameters of type PerceptualSearchResult
static IChunk VisualUtilities.getVisualLocation(PerceptualSearchResult searchResult, IVisualMemory visualMemory)
          returns getLocation() if IVisualMemory.isStickyAttentionEnabled() is false.
 

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

Methods in org.jactr.modules.pm.visual.memory.impl that return PerceptualSearchResult
 PerceptualSearchResult DefaultVisualMemory.searchNow(ChunkTypeRequest request)
          executes the visual search on the current thread.
 

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

Methods in org.jactr.modules.pm.visual.six that return types with arguments of type PerceptualSearchResult
 java.util.concurrent.Future<PerceptualSearchResult> DefaultVisualModule6.search(ChunkTypeRequest pattern, double requestTime, boolean isStuffRequest)
           
 

Methods in org.jactr.modules.pm.visual.six with parameters of type PerceptualSearchResult
 java.util.concurrent.Future<IChunk> DefaultVisualModule6.attendTo(PerceptualSearchResult result, double requestTime)
          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