jInfer

cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces
Interface RepairedXMLGenerator

All Known Implementing Classes:
RepairedXMLGeneratorImpl

public interface RepairedXMLGenerator

Interface of a RepairedXMLGenerator module.

Repaired XML Generator is the last module in the repair process. Its task is to transform the repaired XML tree into a textual XML representation. After the XML is created, it is sent to the RepairRunner module via the callback.


Method Summary
 void start(List<RXMLTree> repairedTrees, RepairedXMLGeneratorCallback callback)
          Start the XML export process.
 

Method Detail

start

void start(List<RXMLTree> repairedTrees,
           RepairedXMLGeneratorCallback callback)
           throws InterruptedException
Start the XML export process. This method is called by the RepairRunner module as the last stage of repair.

Parameters:
repairedTrees - Repaired XML trees to be exported as XML data.
callback - A callback object. After the XML data is created, it must be returned to the caller by invoking the finished() method on this object.
Throws:
InterruptedException

jInfer

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