Package | Description |
---|---|
cz.cuni.mff.corrector.corrector |
Implementations of correction algorithms.
|
cz.cuni.mff.corrector.execution |
Supporting classes for corrector implementations.
|
Modifier and Type | Method and Description |
---|---|
protected Handler |
Corrector.createHandlerInstance(Task associatedTask)
Creates a new instance of the correction handler.
|
Modifier and Type | Method and Description |
---|---|
void |
Corrector.requestHandlerExecution(Handler requestedHandler)
Executes the given prepared correction handler.
|
Modifier and Type | Method and Description |
---|---|
void |
Pool.executeRequestedHandler(Handler requestedHandler)
Executes the given prepared correction handler.
|