Interface Chunk<T>
- Type Parameters:
T- The type of object that this chunk represents.
- All Superinterfaces:
Activatable
- All Known Implementing Classes:
DefaultChunk
public interface Chunk<T> extends Activatable
A chunk in memory.
- Since:
- 1.1.0
-
Method Summary
Modifier and Type Method Description TgetRepresented()Methods inherited from interface de.monochromata.anaphors.cog.activation.Activatable
getEstimatedActivationValue
-
Method Details
-
getRepresented
-