jInfer

cz.cuni.mff.ksi.jinfer.functionalDependencies
Class RepairRunner

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.functionalDependencies.RepairRunner

public class RepairRunner
extends Object

RepairRunner is responsible for running other modules in process of repairing, ensuring correct order and passing data from output of a module to input of another.

Note that a constructed instance of RepairRunner remembers the modules selected for that specific inference run: every Runner should be used for one inference only!


Constructor Summary
RepairRunner()
          Default, nonparametric constructor.
 
Method Summary
 void run()
          Starts process of repairing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepairRunner

public RepairRunner()
Default, nonparametric constructor. Looks up all the repair modules.

Method Detail

run

public void run()
Starts process of repairing. Runs the first module and passes it the reference to a callback to run when it finishes.


jInfer

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