Package | Description |
---|---|
cz.cuni.mff.corrector.corrector |
Implementations of correction algorithms.
|
Modifier and Type | Method and Description |
---|---|
Wrapper |
Corrector.provideExtendedWrapper(Intent requestedIntent)
Fetches the required repair, existing or newly created extended task.
|
protected Wrapper |
Corrector.provideSimpleWrapper(Intent requestedIntent)
Fetches the required repair or creates a new simple task.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Wrapper> |
Corrector.provideExtendedWrappers(java.util.List<Intent> requestedIntents)
Fetches the required repairs, existing or newly created extended tasks.
|