cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer
Class RepairedXMLGeneratorImpl
java.lang.Object
cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer.RepairedXMLGeneratorImpl
- All Implemented Interfaces:
- RepairedXMLGenerator
public class RepairedXMLGeneratorImpl
- extends Object
- implements RepairedXMLGenerator
Implementation of RepairedXMLGenerator interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepairedXMLGeneratorImpl
public RepairedXMLGeneratorImpl()
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
Generated on Fri Dec 9 00:01:25 CET 2011