Package | Description |
---|---|
cz.cuni.mff.corrector.cache |
Caching manager implementations.
|
cz.cuni.mff.corrector.corrector |
Implementations of correction algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
IntentStoreFlat<Item>
Flat implementation of the store manager based on intent object indexing.
|
class |
SignatureStoreFlat<Item>
Flat implementation of the store manager based on signature indexing.
|
class |
SignatureStoreNested<Item>
Hierarchical implementation of the store manager based on signature indexing.
|
Modifier and Type | Field and Description |
---|---|
protected Store<Repair> |
Corrector.repairsCache
Internal store for managing computed repairs by their signatures.
|
protected Store<Task> |
Corrector.tasksCache
Internal store for managing existing tasks.
|