jInfer

Uses of Class
cz.cuni.mff.ksi.jinfer.base.objects.Input

Packages that use Input
cz.cuni.mff.ksi.jinfer.base.interfaces.inference This package contains interfaces and callback interfaces of the inference process. 
cz.cuni.mff.ksi.jinfer.basicigg Main package of the Basic IGG module. 
cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces   
cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator   
cz.cuni.mff.ksi.jinfer.projecttype Main package of the ProjectType module. 
 

Uses of Input in cz.cuni.mff.ksi.jinfer.base.interfaces.inference
 

Methods in cz.cuni.mff.ksi.jinfer.base.interfaces.inference with parameters of type Input
 void IGGenerator.start(Input input, IGGeneratorCallback callback)
          Start the IG generation process.
 

Uses of Input in cz.cuni.mff.ksi.jinfer.basicigg
 

Methods in cz.cuni.mff.ksi.jinfer.basicigg with parameters of type Input
 void IGGeneratorImpl.start(Input input, IGGeneratorCallback callback)
           
 

Uses of Input in cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces with parameters of type Input
 void ModelGenerator.start(Input input, ModelGeneratorCallback callback)
          Start the initial model generation process.
 

Uses of Input in cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator with parameters of type Input
 void ModelGeneratorImpl.start(Input input, ModelGeneratorCallback callback)
           
 

Uses of Input in cz.cuni.mff.ksi.jinfer.projecttype
 

Methods in cz.cuni.mff.ksi.jinfer.projecttype with parameters of type Input
static void InputFiles.load(InputStream inputStream, Input input, File projectDir)
          Loads and store Input from the XML Input Stream.
static void InputFiles.store(OutputStream outputStream, Input input, File projectDir)
          Writes project Input to the Output Stream in a XML format.
 


jInfer

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