jInfer

Uses of Interface
cz.cuni.mff.ksi.jinfer.base.interfaces.inference.SchemaGeneratorCallback

Packages that use SchemaGeneratorCallback
cz.cuni.mff.ksi.jinfer.base.interfaces.inference This package contains interfaces and callback interfaces of the inference process. 
cz.cuni.mff.ksi.jinfer.basicdtd Main package of the Basic DTD Exporter module. 
cz.cuni.mff.ksi.jinfer.basicxsd Main package of the Basic XSD Exporter module. 
cz.cuni.mff.ksi.jinfer.twostep Main package of TwoStepSimplifier implementation. 
 

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

Methods in cz.cuni.mff.ksi.jinfer.base.interfaces.inference with parameters of type SchemaGeneratorCallback
 void SchemaGenerator.start(List<Element> grammar, SchemaGeneratorCallback callback)
          Start the schema export process.
 

Uses of SchemaGeneratorCallback in cz.cuni.mff.ksi.jinfer.basicdtd
 

Methods in cz.cuni.mff.ksi.jinfer.basicdtd with parameters of type SchemaGeneratorCallback
 void SchemaGeneratorImpl.start(List<Element> grammar, SchemaGeneratorCallback callback)
           
 

Uses of SchemaGeneratorCallback in cz.cuni.mff.ksi.jinfer.basicxsd
 

Methods in cz.cuni.mff.ksi.jinfer.basicxsd with parameters of type SchemaGeneratorCallback
 void SchemaGeneratorImpl.start(List<Element> grammar, SchemaGeneratorCallback callback)
           
 

Uses of SchemaGeneratorCallback in cz.cuni.mff.ksi.jinfer.twostep
 

Methods in cz.cuni.mff.ksi.jinfer.twostep with parameters of type SchemaGeneratorCallback
 void TwoStepPseudoExporter.start(List<Element> grammar, SchemaGeneratorCallback callback)
           
 


jInfer

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