|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelGenerator
Interface of an initial model Generator module.
Initial model Generator is the first module in repairing process. Its task is to create a tree representation the input files, and representation of functional dependencies. After the model is retreived, it is sent to the next inference stages via the callback.
| Method Summary | |
|---|---|
void |
start(Input input,
ModelGeneratorCallback callback)
Start the initial model generation process. |
| Method Detail |
|---|
void start(Input input,
ModelGeneratorCallback callback)
throws InterruptedException
input - Input data. Implementation of ModelGenerator should retrieve the
representation of XML tree and functional dependencies from this input alone.callback - A callback object. After the initial model is retrieved, it
must be sent to the next stages by calling the finished()
method of this object.
InterruptedException
|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||