jInfer

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.


Method Summary
 RepairCandidate getRepair(RXMLTree tree)
          Get the repair candidate that will be applied to the XML tree.
 
Methods inherited from interface cz.cuni.mff.ksi.jinfer.base.interfaces.NamedModule
getDisplayName, getModuleDescription, getName
 

Method Detail

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

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011