Package | Description |
---|---|
cz.cuni.mff.corrector.intent |
Correction intents implementation.
|
cz.cuni.mff.corrector.repair |
Objects for encapsulating computed repairs.
|
Modifier and Type | Method and Description |
---|---|
static void |
IntentDelete.generateIntentFix(java.util.List<Edit> nodeEdit,
java.util.List<Mend> sequenceMends)
Generates all mends for the particular intent repair of delete type.
|
static void |
IntentInsert.generateIntentFix(java.util.List<Edit> nodeEdit,
java.util.List<Mend> sequenceMends)
Generates all mends for the particular intent repair of insert type.
|
static void |
IntentRename.generateIntentFix(java.util.List<Edit> nodeEdit,
java.util.List<Mend> sequenceMends)
Generates all mends for the particular intent repair of rename type.
|
static void |
IntentCorrect.generateIntentFix(java.util.List<Mend> sequenceMends)
Generates all mends for the particular intent repair of correct type.
|
static void |
IntentRepair.generateIntentFix(java.util.List<Mend> sequenceMends)
Generates all mends for the particular intent repair of repair type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Mend> |
SequenceRepair.generateSequenceFix()
Transforms the sequence repair into all possible edit sequences.
|
java.util.List<Mend> |
Repair.getIntentMends()
Returns the set of all mends for the intent repair.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SequenceRepair.combineNestedMends(java.util.List<Mend> outputContainer,
java.util.List<java.util.List<Mend>> pathMends)
Finds all mend combinations for a given sequence.
|
protected void |
SequenceRepair.combineNestedMends(java.util.List<Mend> outputContainer,
java.util.List<java.util.List<Mend>> pathMends)
Finds all mend combinations for a given sequence.
|