jInfer

cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer
Class RepairedXMLGeneratorImpl

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer.RepairedXMLGeneratorImpl
All Implemented Interfaces:
RepairedXMLGenerator

public class RepairedXMLGeneratorImpl
extends Object
implements RepairedXMLGenerator

Implementation of RepairedXMLGenerator interface.


Constructor Summary
RepairedXMLGeneratorImpl()
           
 
Method Summary
 void start(List<RXMLTree> repairedTrees, RepairedXMLGeneratorCallback callback)
          Start the XML export process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepairedXMLGeneratorImpl

public RepairedXMLGeneratorImpl()
Method Detail

start

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

Specified by:
start in interface RepairedXMLGenerator
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