jInfer

Uses of Package
cz.cuni.mff.ksi.jinfer.base.objects

Packages that use cz.cuni.mff.ksi.jinfer.base.objects
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.properties This package contains logic for Layout selection and configuration. 
cz.cuni.mff.ksi.jinfer.autoeditor.options   
cz.cuni.mff.ksi.jinfer.base.interfaces This package contains various interfaces used in jInfer. 
cz.cuni.mff.ksi.jinfer.base.interfaces.inference This package contains interfaces and callback interfaces of the inference process. 
cz.cuni.mff.ksi.jinfer.base.objects This package contains various common jInfer classes. 
cz.cuni.mff.ksi.jinfer.basicdtd.properties This package contains logic for Basic DTD Exporter configuration. 
cz.cuni.mff.ksi.jinfer.basicigg Main package of the Basic IGG module. 
cz.cuni.mff.ksi.jinfer.basicigg.dtd This package contains the logic for initial grammar generation from DTD schemas. 
cz.cuni.mff.ksi.jinfer.basicigg.properties This package contains logic for Basic IGG configuration. 
cz.cuni.mff.ksi.jinfer.basicigg.xml This package contains the logic for initial grammar generation from XML documents. 
cz.cuni.mff.ksi.jinfer.basicigg.xpath This package contains the logic for initial grammar generation from XPath queries. 
cz.cuni.mff.ksi.jinfer.basicxsd.properties This package contains logic for Basic XSD Exporter configuration. 
cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces   
cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator   
cz.cuni.mff.ksi.jinfer.functionalDependencies.properties   
cz.cuni.mff.ksi.jinfer.projecttype Main package of the ProjectType module. 
cz.cuni.mff.ksi.jinfer.projecttype.nodes This package contains classes defining nodes which creates jInfer project structure in project tree view. 
cz.cuni.mff.ksi.jinfer.projecttype.properties This package contains classes which creates jInfer project properties dialog. 
cz.cuni.mff.ksi.jinfer.runner.properties This package contains the configuration of Runner's properties, that is specific settings for each one of jInfer projects. 
cz.cuni.mff.ksi.jinfer.treeruledisplayer.logic This package contains all logic behind constructing rule set trees displayed in Tree rule displayer. 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained.properties Properties for Chained cleaner. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined.properties Properties for Combined merge condition tester. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext.properties Properties panel for KHContext module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings.properties Properties panel for SKStrings module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.properties Properties panel for AutomatonMergingState module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic.properties Properties panel for StateRemoval module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan.properties   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted.properties   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.properties Properties panel for StateRemoval module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.chained.properties Properties for Chained cleaner. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.properties Properties panel for DefectiveMDL module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy.properties Properties panel for Greedy module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl.properties Properties panel for GreedyMDL module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams.properties Properties panel for KHgrams module. 
cz.cuni.mff.ksi.jinfer.twostep.properties Properties panel for TwoStepSimplifier module. 
cz.cuni.mff.ksi.jinfer.xsdimporter Package contains processor class handling the import from XSD Schema documents. 
cz.cuni.mff.ksi.jinfer.xsdimporter.properties Package contains logic for module configuration. 
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.autoeditor.options
VertexShape
          Enum class for all possible shapes of vertices in Tree rule displayer.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.base.interfaces
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
FolderType
          Folder type enum for input folder.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.base.interfaces.inference
Input
          XML documents, schemas, queries etc constituting the input for inference.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.base.objects
FolderType
          Folder type enum for input folder.
VertexShape
          Enum class for all possible shapes of vertices in Tree rule displayer.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.basicdtd.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.basicigg
Input
          XML documents, schemas, queries etc constituting the input for inference.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.basicigg.dtd
FolderType
          Folder type enum for input folder.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.basicigg.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.basicigg.xml
FolderType
          Folder type enum for input folder.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.basicigg.xpath
FolderType
          Folder type enum for input folder.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.basicxsd.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces
Input
          XML documents, schemas, queries etc constituting the input for inference.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator
FolderType
          Folder type enum for input folder.
Input
          XML documents, schemas, queries etc constituting the input for inference.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.functionalDependencies.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.projecttype
Input
          XML documents, schemas, queries etc constituting the input for inference.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.projecttype.nodes
FolderType
          Folder type enum for input folder.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.projecttype.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.runner.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.treeruledisplayer.logic
VertexShape
          Enum class for all possible shapes of vertices in Tree rule displayer.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.chained.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.twostep.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
VirtualCategoryPanel
          Panel defining virtual category in Project properties.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.xsdimporter
FolderType
          Folder type enum for input folder.
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects used by cz.cuni.mff.ksi.jinfer.xsdimporter.properties
AbstractPropertiesPanel
          Class representing a panel for category in jInfer project properties.
 


jInfer

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