jInfer

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

Packages that use cz.cuni.mff.ksi.jinfer.base.interfaces
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts This package contains layouts for Visualizer
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz This package provides implementation of Layout using external Graphviz dot executable. 
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.properties This package contains logic for Layout selection and configuration. 
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska This package contains Layout created by Julie Vyhnanovska. 
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.base.utils This package contains utility logic shared across jInfer. 
cz.cuni.mff.ksi.jinfer.basicdtd Main package of the Basic DTD Exporter module. 
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.expansion This package provides a simple implementation of the Expander interface. 
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.basicruledisplayer Main package of the Rule Displayer module. 
cz.cuni.mff.ksi.jinfer.functionalDependencies   
cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces   
cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator   
cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer   
cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer   
cz.cuni.mff.ksi.jinfer.iss   
cz.cuni.mff.ksi.jinfer.iss.experiments   
cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces   
cz.cuni.mff.ksi.jinfer.iss.experiments.sets   
cz.cuni.mff.ksi.jinfer.iss.experiments.termination   
cz.cuni.mff.ksi.jinfer.iss.heuristics.construction   
cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.fidax   
cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk   
cz.cuni.mff.ksi.jinfer.iss.heuristics.improvement   
cz.cuni.mff.ksi.jinfer.iss.utils   
cz.cuni.mff.ksi.jinfer.projecttype Main package of the ProjectType module. 
cz.cuni.mff.ksi.jinfer.projecttype.properties This package contains classes which creates jInfer project properties dialog. 
cz.cuni.mff.ksi.jinfer.treeruledisplayer This package contains main classes responsible to displaying Tree rule displayer to user. 
cz.cuni.mff.ksi.jinfer.twostep Main package of TwoStepSimplifier implementation. 
cz.cuni.mff.ksi.jinfer.twostep.cleaning Package for regular expression cleaning task. 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained Chains other cleaners. 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained.properties Properties for Chained cleaner. 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull Does nothing, dummy cleaner. 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren Cleaning of (a, (), c) to (a, c). 
cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation Cleaning of (a, (b, c)) to (a, b, c). 
cz.cuni.mff.ksi.jinfer.twostep.clustering Task of clustering elements into clusters is defined here. 
cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname Implementation of clustering task which clusters elements according to their name (case insensitive). 
cz.cuni.mff.ksi.jinfer.twostep.contentinfering Module that infers content model of content nodes (attributes, text nodes) in terms of simple data types as defined in XSD Schema language. 
cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern Infers pattern string expression for content using some automaton simplifying algorithm (basically the same that is configured to be used with elements). 
cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple Simple content inferrer, just small heuristic to infer XSD primitive types. 
cz.cuni.mff.ksi.jinfer.twostep.processing Cluster processing. 
cz.cuni.mff.ksi.jinfer.twostep.processing.alternations This package contains the "alternations" implementation of ClusterProcessor
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate Implementation of merging state algorithm. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting Interface for state-equivalence testing classes. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined Enabled combining of more than one real tester. 
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.deterministic finds non-determinism states 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext k,h-context equivalence implementation. 
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 sk-strings equivalence implementation. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings.properties Properties panel for SKStrings module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.testernull return no alternatives 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaive   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveDefective   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexpbitcode   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptokensize   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptostringsize   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.properties Properties panel for AutomatonMergingState module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping Submodule for converting automaton to RegexpAutomaton and then obtaining Regexp from it. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic   
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   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering Interface of ordering submodule for StateRemoval
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan   
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.userinteractive Automaton is drawn to user. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted Simple heuristic for ordering states in automaton. 
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 AutomatonSimplifier module is responsible of generalization of automaton. 
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   
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.defective.defectivemdl.suspection   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.onebyone   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.stepsuspect   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.minimize   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.determinist   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy Uses one MergeConditionTester that user selected in preferences. 
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 Uses one MergeConditionTester that user selected in preferences. 
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.heuristicmdl Uses one MergeConditionTester that user selected in preferences. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams Package implementing automaton simplifying to form k,h-context automaton, but in linear time (in means of length of input rules). 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams.properties Properties panel for KHgrams module. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.simplifiernull   
cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant Trivial cluster processor - returns representative. 
cz.cuni.mff.ksi.jinfer.twostep.processing.trie This package contains the Trie (prefix tree) implementation of ClusterProcessor
cz.cuni.mff.ksi.jinfer.twostep.properties Properties panel for TwoStepSimplifier module. 
cz.cuni.mff.ksi.jinfer.xsdimportdom Package containing entire logic for parsing XSD Schemas with Document Object Model parser. 
cz.cuni.mff.ksi.jinfer.xsdimporter Package contains processor class handling the import from XSD Schema documents. 
cz.cuni.mff.ksi.jinfer.xsdimporter.interfaces Package containing a common interface for XSD Schema parsers. 
cz.cuni.mff.ksi.jinfer.xsdimportsax Package containing entire logic for parsing XSD Schemas with SAX parser. 
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.base.interfaces
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.base.interfaces.inference
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.base.objects
NamedModule
          Interface of a module with a name and description.
Pair
          Interface representing a generic 2-tuple.
RuleDisplayer
          Interface of the Rule displayer used to show rule sets in some graphical way.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.base.utils
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.basicdtd
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.basicdtd.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.basicigg
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.basicigg.dtd
Processor
          Interface of any class that can take an InputStream and produce List of elements T from it.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.basicigg.expansion
Expander
          Interface of a (sub)module providing expansion of complex regular expressions into simple concatenations.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.basicigg.xml
Processor
          Interface of any class that can take an InputStream and produce List of elements T from it.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.basicigg.xpath
Processor
          Interface of any class that can take an InputStream and produce List of elements T from it.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.basicruledisplayer
NamedModule
          Interface of a module with a name and description.
RuleDisplayer
          Interface of the Rule displayer used to show rule sets in some graphical way.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.functionalDependencies
Pair
          Interface representing a generic 2-tuple.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator
Processor
          Interface of any class that can take an InputStream and produce List of elements T from it.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer
NamedModule
          Interface of a module with a name and description.
Pair
          Interface representing a generic 2-tuple.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer
NamedModule
          Interface of a module with a name and description.
Pair
          Interface representing a generic 2-tuple.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss
IDSetSearch
          Interface of a module providing search for ID/IDREF attributes, as well as attribute statistics computation and display.
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss.experiments
NamedModule
          Interface of a module with a name and description.
Pair
          Interface representing a generic 2-tuple.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces
NamedModule
          Interface of a module with a name and description.
Pair
          Interface representing a generic 2-tuple.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss.experiments.sets
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss.experiments.termination
Pair
          Interface representing a generic 2-tuple.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss.heuristics.construction
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.fidax
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss.heuristics.improvement
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.iss.utils
Pair
          Interface representing a generic 2-tuple.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.projecttype
OutputHandler
          Interface of a handler for adding output files into jInfer project output folder.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.projecttype.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.treeruledisplayer
NamedModule
          Interface of a module with a name and description.
RuleDisplayer
          Interface of the Rule displayer used to show rule sets in some graphical way.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.cleaning
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.clustering
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.contentinfering
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.alternations
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.deterministic
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.testernull
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaive
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveDefective
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexpbitcode
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptokensize
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptostringsize
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.userinteractive
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.chained.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.onebyone
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.stepsuspect
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.minimize
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.determinist
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.heuristicmdl
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.simplifiernull
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.processing.trie
Capabilities
          Interface of inference modules that have capabilities.
NamedModule
          Interface of a module with a name and description.
UserModuleDescription
          Interface which must be implemented by factory classes of submodules.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.twostep.properties
PropertiesPanelProvider
          PropertiesPanelProvider creates visual representation of one Project properties category, and manages communication between Project properties and this panel.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.xsdimportdom
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.xsdimporter
Processor
          Interface of any class that can take an InputStream and produce List of elements T from it.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.xsdimporter.interfaces
NamedModule
          Interface of a module with a name and description.
 

Classes in cz.cuni.mff.ksi.jinfer.base.interfaces used by cz.cuni.mff.ksi.jinfer.xsdimportsax
NamedModule
          Interface of a module with a name and description.
 


jInfer

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