jInfer

Uses of Interface
cz.cuni.mff.ksi.jinfer.base.interfaces.NamedModule

Packages that use NamedModule
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.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.basicigg Main package of the Basic IGG module. 
cz.cuni.mff.ksi.jinfer.basicruledisplayer Main package of the Rule Displayer module. 
cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces   
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.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.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.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.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.skstrings sk-strings equivalence implementation. 
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.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.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.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.simplifying AutomatonSimplifier module is responsible of generalization of automaton. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl   
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.greedymdl Uses one MergeConditionTester that user selected in preferences. 
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.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.xsdimportdom Package containing entire logic for parsing XSD Schemas with Document Object Model parser. 
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. 
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts
 interface LayoutFactory
          Interface to create JUNG layout from given automaton, graph and labeler.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz
 

Classes in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz that implement NamedModule
 class GraphvizLayoutFactory
          Can create instance of Layout using external Graphviz dot executable.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska
 

Classes in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska that implement NamedModule
 class VyhnanovskaLayoutFactory
          Can create instance of Layout implemented by Julie Vyhnanovska.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.base.interfaces
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.base.interfaces
 interface IDSetSearch
          Interface of a module providing search for ID/IDREF attributes, as well as attribute statistics computation and display.
 interface RuleDisplayer
          Interface of the Rule displayer used to show rule sets in some graphical way.
 

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

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.base.interfaces.inference
 interface IGGenerator
          Interface of an IGGenerator module.
 interface SchemaGenerator
          Interface of a SchemaGenerator module.
 interface Simplifier
          Interface of a Simplifier module.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.base.objects
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects that implement NamedModule
 class NullDisplayer
          Null Rule Displayer - does nothing, thus effectively disabling rule display.
 

Constructor parameters in cz.cuni.mff.ksi.jinfer.base.objects with type arguments of type NamedModule
VirtualCategoryPanel(String categoryId, String categoryName, List<? extends NamedModule> modules)
          Default Constructor for Virtual category panel.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.base.utils
 

Methods in cz.cuni.mff.ksi.jinfer.base.utils with type parameters of type NamedModule
static
<T extends NamedModule>
T
ModuleSelectionHelper.lookupImpl(Class<T> clazz, String name)
          Looks up implementation of requested interface based on its name.
static
<T extends NamedModule>
T
ModuleSelectionHelper.lookupImpl(Class<T> clazz, String name, ModuleSelectionHelper.Fallback fallback)
          Looks up implementation of requested interface based on its name.
static
<T extends NamedModule>
List<T>
ModuleSelectionHelper.lookupImpls(Class<T> clazz)
          Returns a list of all the implementations of requested interface registered via ServiceProvider.
 

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

Classes in cz.cuni.mff.ksi.jinfer.basicdtd that implement NamedModule
 class SchemaGeneratorImpl
          A simple DTD exporter.
 

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

Classes in cz.cuni.mff.ksi.jinfer.basicigg that implement NamedModule
 class IGGeneratorImpl
          A trivial implementation of IGGenerator module.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.basicruledisplayer
 

Classes in cz.cuni.mff.ksi.jinfer.basicruledisplayer that implement NamedModule
 class BasicRuleDisplayer
          Helper class for displaying a list of rules.
 

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

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces
 interface Repairer
          Interface of a Repairer module.
 interface RepairPicker
          Interface of Repair picker responsible for picking repair candidate that will be applied to the XML tree.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer
 

Classes in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer that implement NamedModule
 class NewRepairerImpl
          Implementation of the Repairer module for the thesis algorithm.
 class RepairPickerImpl
          Implementation of the RepairPicker representing picker which choose repair candidate with the lowest weight.
 class RepairPickerUserInteractive
          Implementation of the RepairPicker representing user selection picker.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer
 

Classes in cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer that implement NamedModule
 class RepairerImpl
          Implementation of the Repairer module for the original algorithm.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.iss
 

Classes in cz.cuni.mff.ksi.jinfer.iss that implement NamedModule
 class IDSetSearchImpl
          Implementation of the ID Set Search service.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.iss.experiments
 

Classes in cz.cuni.mff.ksi.jinfer.iss.experiments that implement NamedModule
 class AbstractExperimentSet
          Abstract implementation of an experiment set.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces
 interface ConstructionHeuristic
          Interface representing a construction heuristic.
 interface ExperimentSet
          Mostly marker interface of an experiment set.
 interface Heuristics
           
 interface ImprovementHeuristic
          Interface representing an improvement heuristic.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.iss.experiments.sets
 

Classes in cz.cuni.mff.ksi.jinfer.iss.experiments.sets that implement NamedModule
 class AbstractChainedIHs
          Base class for experiments testing the performance of a chain of IHs.
 class BestIHForGlpk
          Experiment finding the best IH for GLPK as CH.
 class BestStandaloneCH
          Experiment comparing all the CHs, without any IHs.
 class ChainedIHs1
          Experiment testing the performance of Scenario 1: RR, MUT, RR, CX, RW.
 class ChainedIHs1Tweak
          Experiment tweaking settings in chained IHs scenario 1.
 class ChainedIHs2
          Experiment testing the performance of Scenario 2: CX, RW, MUT.
 class ChainedIHs3
          Experiment testing the performance of Scenario 3: CX, RR, MUT, RW, LB, RW, H.
 class CHForMutation
          This experimental set compares Random and Glpk as CHs for Mutation IH.
 class FidaxWithHungry
          Experiment determining whether FIDAX can be improved with Hungry.
 class GlpkInterfaceTiming
          Runs all the official test data to see how long it takes them to communicate with GLPK (which is used as CH, no time limit).
 class GrammarModelTiming
          Runs all the official test data to see how long it takes them to extract grammar and create model.
 class IgnoreTextData
          This experiment compares performance when ignoring text data.
 class PingAll
          Test experiment to touch all the official test data files.
 class RandomLocalBranching
           
 class RandomVsFuzzyVsFidaxStart
          Experiment comparing Random, Fuzzy and FIDAX construction heuristics, only their first steps.
 class TimeQuality
          Experiment measuring quality depending on how long we let the GLPK construction run.
 class TimeTillOptimum
          Experiment measuring how long it takes to reach the optimum, based on the input size.
 class VariousBetas
          Experiment comparing effects of various values of parameters alpha and beta.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction
 

Classes in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction that implement NamedModule
 class Fuzzy
          This construction heuristics builds up the solution gradually by adding AMs.
 class Incremental
          A simple construction heuristic.
 class Null
          Null construction heuristics - returns nothing, an empty pool.
 class Random
          A trivial construction heuristics.
 class Removal
          A simple construction heuristic.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.fidax
 

Classes in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.fidax that implement NamedModule
 class Fidax
          Construction heuristic - encapsulation of the heuristic proposed in the "Finding ID Attributes in XML Documents" article.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk
 

Classes in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk that implement NamedModule
 class Glpk
          Construction heuristic - encapsulation of the GLPK approach to finding ID sets.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.iss.heuristics.improvement
 

Classes in cz.cuni.mff.ksi.jinfer.iss.heuristics.improvement that implement NamedModule
 class Crossover
          A slightly more complex improvement heuristic.
 class Hungry
          Tries to improve every solution in the pool by including as many good mappings as possible.
 class Identity
          This trivial improvement heuristic simply returns the provided solution pool.
 class LocalBranching
          This heuristic works by creating a constrained sub-problem and then solving it.
 class Mutation
          A slightly more complex improvement heuristic.
 class RandomRemove
          A simple improvement heuristic that removes a specified fraction of AMs at random from every solution in the pool.
 class RemoveWorst
          Simple "improvement" heuristic that works by removing the worst solution (IdSet) from the feasible pool.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.treeruledisplayer
 

Classes in cz.cuni.mff.ksi.jinfer.treeruledisplayer that implement NamedModule
 class TreeRuleDisplayer
          Helper class for displaying a list of rules.
 

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

Classes in cz.cuni.mff.ksi.jinfer.twostep that implement NamedModule
 class TwoStepPseudoExporter
          Exporter to DTD-like format but without employing any DTD restrictions.
 class TwoStepSimplifierFactory
          TwoStepSimplifier is modular, extensible implementation.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.cleaning
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.cleaning
 interface RegularExpressionCleanerFactory
          Factory for RegularExpressionCleaner.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.chained that implement NamedModule
 class ChainedFactory
          Factory for Chained.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.cleanernull that implement NamedModule
 class NullFactory
          Factory form Null.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.emptychildren that implement NamedModule
 class EmptyChildrenFactory
          Factory for EmptyChildren.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.cleaning.nestedconcatenation that implement NamedModule
 class NestedConcatenationFactory
          Factory for NestedConcatenation.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.clustering
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.clustering
 interface ClustererFactory
          Factory interface for Clusterer module.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname that implement NamedModule
 class InameFactory
          Factory class for Iname.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.contentinfering
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.contentinfering
 interface ContentInferrerFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern that implement NamedModule
 class PatternFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple that implement NamedModule
 class SimpleFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing
 interface ClusterProcessorFactory
          Factory interface for ClusterProcessor.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.alternations
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.alternations that implement NamedModule
 class AlternationsFactory
          Factory for a trivial implementation of ClusterProcessor - simply returns all possible right sides as alternation in the resulting rule.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate that implement NamedModule
 class AutomatonMergingStateFactory
          Factory class for AutomatonMergingState.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting
 interface MergeConditionTesterFactory
          Factory interface for MergeConditionTester.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined that implement NamedModule
 class CombinedFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.deterministic
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.deterministic that implement NamedModule
 class DeterministicFactory
          Factory for Deterministic.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext that implement NamedModule
 class KHContextFactory
          Factory for KHContext.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings that implement NamedModule
 class SKStringsFactory
          Factory for SKStrings.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.testernull
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.testernull that implement NamedModule
 class TesterNullFactory
          Factory for TesterNull.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating
 interface AutomatonEvaluatorFactory
          TODO anti Comment!
 interface DefectiveAutomatonEvaluatorFactory
          TODO anti Comment!
 interface EvaluatorFactory
          TODO anti Comment!
 interface RegexpEvaluatorFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaive
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaive that implement NamedModule
 class NaiveFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet that implement NamedModule
 class NaiveAlphabetFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveDefective
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveDefective that implement NamedModule
 class NaiveDefectiveFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexpbitcode
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexpbitcode that implement NamedModule
 class BitCodeFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptokensize
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptokensize that implement NamedModule
 class TokenSizeFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptostringsize
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptostringsize that implement NamedModule
 class ToStringSizeFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping
 interface RegexpAutomatonSimplifierFactory
          Factory for RegexpAutomatonSimplifier.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.heuristic that implement NamedModule
 class StateRemovalHeuristicFactory
          Factory for RegexpAutomatonSimplifierStateRemoval.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered that implement NamedModule
 class StateRemovalOrderedFactory
          Factory for RegexpAutomatonSimplifierStateRemoval.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering
 interface OrdererFactory
          Factory interface for Orderer.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.fullscan that implement NamedModule
 class FullscanFactory
          Factory for Fullscan.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.userinteractive
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.userinteractive that implement NamedModule
 class UserInteractiveFactory
          Factory for UserInteractive.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval.ordered.ordering.weighted that implement NamedModule
 class WeightedFactory
          Factory for Weighted.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying
 interface AutomatonSimplifierFactory
          Factory for AutomatonSimplifier.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl that implement NamedModule
 class DefectiveMDLFactory
          Factory for DefectiveMDL.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection
 interface SuspectionFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.onebyone
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.onebyone that implement NamedModule
 class OnebyoneFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.stepsuspect
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.stepsuspect that implement NamedModule
 class StepSuspectFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.minimize
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.minimize that implement NamedModule
 class MinimizeFactory
          Factory for Minimize.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.determinist
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.determinist that implement NamedModule
 class DeterministFactory
          Factory for Determinist.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy that implement NamedModule
 class GreedyFactory
          Factory for Greedy.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl that implement NamedModule
 class GreedyMDLFactory
          Factory for GreedyMDL.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.heuristicmdl
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.heuristicmdl that implement NamedModule
 class HeuristicMDLFactory
          Factory for HeuristicMDL.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams that implement NamedModule
 class KHgramsFactory
          TODO anti Comment!
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.simplifiernull
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.simplifiernull that implement NamedModule
 class SimplifierNullFactory
          Factory for SimplifierNull.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant that implement NamedModule
 class PassRepresentantFactory
          Factory class for PassRepresentant.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.twostep.processing.trie
 

Classes in cz.cuni.mff.ksi.jinfer.twostep.processing.trie that implement NamedModule
 class TrieFactory
          Factory for a Trie (prefix tree) implementation of ClusterProcessor.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.xsdimportdom
 

Classes in cz.cuni.mff.ksi.jinfer.xsdimportdom that implement NamedModule
 class DOMParser
          Class responsible for creating Initial Grammar rules from XSD Schema.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.xsdimporter.interfaces
 

Subinterfaces of NamedModule in cz.cuni.mff.ksi.jinfer.xsdimporter.interfaces
 interface XSDParser
          Interface providing common API for XSD importers.
 

Uses of NamedModule in cz.cuni.mff.ksi.jinfer.xsdimportsax
 

Classes in cz.cuni.mff.ksi.jinfer.xsdimportsax that implement NamedModule
 class SAXParser
          Class responsible for creating Initial Grammar rules from XSD Schema.
 


jInfer

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