Package | Description |
---|---|
cz.cuni.mff.corrector.edit |
Edit operations for transforming trees.
|
cz.cuni.mff.corrector.instruction |
Repairing instructions for encoding repairs.
|
cz.cuni.mff.corrector.repair |
Objects for encapsulating computed repairs.
|
Modifier and Type | Method and Description |
---|---|
abstract Instruction |
Edit.getRepairingInstruction()
Returns the untyped reference to the repairing instruction.
|
Instruction |
EditAddLeaf.getRepairingInstruction() |
Instruction |
EditAddNode.getRepairingInstruction() |
Instruction |
EditRemoveLeaf.getRepairingInstruction() |
Instruction |
EditRemoveNode.getRepairingInstruction() |
Instruction |
EditRenameLabel.getRepairingInstruction() |
Modifier and Type | Class and Description |
---|---|
class |
InstructionAddLeaf
Repairing instruction add leaf.
|
class |
InstructionAddNode
Repairing instruction add node.
|
class |
InstructionRemoveLeaf
Repairing instruction remove leaf.
|
class |
InstructionRemoveNode
Repairing instruction remove node.
|
class |
InstructionRenameLabel
Repairing instruction rename label.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Instruction> |
NodeRepair.getInstructionsList()
Returns the sequence of repairing instructions.
|
java.util.List<Instruction> |
NodeRepairDeleteSubtree.getInstructionsList() |
java.util.List<Instruction> |
NodeRepairInsertSubtree.getInstructionsList() |
java.util.List<Instruction> |
NodeRepairRenameSubtree.getInstructionsList() |
java.util.List<Instruction> |
NodeRepairRepairSubtree.getInstructionsList() |