|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPerceptualMemoryModule
a perceptual module that has a perceptual memory permitting the searching and attending of perceptual information within it.
| Field Summary |
|---|
| Fields inherited from interface org.jactr.modules.pm.IPerceptualModule |
|---|
GREATER_THAN_CURRENT_CHUNK, HIGHEST_CHUNK, LESS_THAN_CURRENT_CHUNK, LOWEST_CHUNK |
| Fields inherited from interface org.jactr.core.module.asynch.IAsynchronousModule |
|---|
STRICT_SYNCHRONIZATION_PARAM |
| Method Summary | |
|---|---|
java.util.concurrent.Future<IChunk> |
attendTo(PerceptualSearchResult searchResult,
double requestTime)
attend to some search result, potentially returning some attended perceptual representation in the future. |
IPerceptualMemory |
getPerceptualMemory()
|
java.util.concurrent.Future<PerceptualSearchResult> |
search(ChunkTypeRequest request,
double requestTime,
boolean isStuffRequest)
search perceptual memory, returning some result in the future |
| Methods inherited from interface org.jactr.modules.pm.IPerceptualModule |
|---|
getCommonRealityExecutor, getSymbolGrounder |
| Methods inherited from interface org.jactr.core.module.asynch.IAsynchronousModule |
|---|
getExecutor, isStrictSynchronizationEnabled, setStrictSynchronizationEnabled, synchronizedTimedEvent |
| Methods inherited from interface org.jactr.core.module.IModule |
|---|
dispose, getModel, getName, initialize, install, reset |
| Methods inherited from interface org.jactr.core.utils.IInstallable |
|---|
uninstall |
| Method Detail |
|---|
IPerceptualMemory getPerceptualMemory()
java.util.concurrent.Future<PerceptualSearchResult> search(ChunkTypeRequest request,
double requestTime,
boolean isStuffRequest)
request - requestTime - isStuffRequest -
java.util.concurrent.Future<IChunk> attendTo(PerceptualSearchResult searchResult,
double requestTime)
audioEvent - requestTime -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||