cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces
Interface RepairPicker
- All Superinterfaces:
- NamedModule
- All Known Implementing Classes:
- RepairPickerImpl, RepairPickerUserInteractive
public interface RepairPicker
- extends NamedModule
Interface of Repair picker responsible for picking repair candidate that
will be applied to the XML tree.
getRepair
RepairCandidate getRepair(RXMLTree tree)
throws InterruptedException
- Get the repair candidate that will be applied to the XML tree.
- Parameters:
tree
- Tree to be the repair candidate applied.
- Returns:
- RepairCandidate to be applied.
- Throws:
InterruptedException
Generated on Fri Dec 9 00:01:25 CET 2011