Uses of Interface
de.monochromata.anaphors.cog.memory.Memory
| Package | Description |
|---|---|
| de.monochromata.anaphors.cog.memory |
Abstract activation-based memory.
|
| de.monochromata.anaphors.cog.spi |
A service-provider interface to cognitive models of programming.
|
-
Uses of Memory in de.monochromata.anaphors.cog.memory
Subinterfaces of Memory in de.monochromata.anaphors.cog.memory Modifier and Type Interface Description interfaceModifiableMemory<T>A memory to which chunks can be added.Classes in de.monochromata.anaphors.cog.memory that implement Memory Modifier and Type Class Description classSortedListMemory<T>TODO: The size of the list should be limited -
Uses of Memory in de.monochromata.anaphors.cog.spi
Methods in de.monochromata.anaphors.cog.spi that return Memory Modifier and Type Method Description static <E> Memory<E>CogSpi. getMemory()Methods in de.monochromata.anaphors.cog.spi with parameters of type Memory Modifier and Type Method Description static <E> voidCogSpi. setMemory(Memory<E> memory)