jInfer

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

Packages that use Capabilities
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.inference This package contains interfaces and callback interfaces of the inference process. 
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.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
 

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

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

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

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

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

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

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

Subinterfaces of Capabilities 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 Capabilities in cz.cuni.mff.ksi.jinfer.base.utils
 

Methods in cz.cuni.mff.ksi.jinfer.base.utils that return Capabilities
static Capabilities RunningProject.getNextModuleCaps()
          Returns the capabilities of the next module in the inference chain.
 

Methods in cz.cuni.mff.ksi.jinfer.base.utils with parameters of type Capabilities
static void RunningProject.setNextModuleCaps(Capabilities aNextModuleCaps)
          Sets the capabilities of the next module in the inference chain.
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Uses of Capabilities 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 Capabilities
 class CombinedFactory
          TODO anti Comment!
 

Uses of Capabilities 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 Capabilities
 class DeterministicFactory
          Factory for Deterministic.
 

Uses of Capabilities 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 Capabilities
 class KHContextFactory
          Factory for KHContext.
 

Uses of Capabilities 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 Capabilities
 class SKStringsFactory
          Factory for SKStrings.
 

Uses of Capabilities 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 Capabilities
 class TesterNullFactory
          Factory for TesterNull.
 

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

Subinterfaces of Capabilities 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 Capabilities 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 Capabilities
 class NaiveFactory
          TODO anti Comment!
 

Uses of Capabilities 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 Capabilities
 class NaiveAlphabetFactory
          TODO anti Comment!
 

Uses of Capabilities 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 Capabilities
 class NaiveDefectiveFactory
          TODO anti Comment!
 

Uses of Capabilities 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 Capabilities
 class BitCodeFactory
          TODO anti Comment!
 

Uses of Capabilities 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 Capabilities
 class TokenSizeFactory
          TODO anti Comment!
 

Uses of Capabilities 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 Capabilities
 class ToStringSizeFactory
          TODO anti Comment!
 

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

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

Uses of Capabilities 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 Capabilities
 class StateRemovalHeuristicFactory
          Factory for RegexpAutomatonSimplifierStateRemoval.
 

Uses of Capabilities 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 Capabilities
 class StateRemovalOrderedFactory
          Factory for RegexpAutomatonSimplifierStateRemoval.
 

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

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

Uses of Capabilities 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 Capabilities
 class FullscanFactory
          Factory for Fullscan.
 

Uses of Capabilities 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 Capabilities
 class UserInteractiveFactory
          Factory for UserInteractive.
 

Uses of Capabilities 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 Capabilities
 class WeightedFactory
          Factory for Weighted.
 

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

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

Uses of Capabilities 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 Capabilities
 class DefectiveMDLFactory
          Factory for DefectiveMDL.
 

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

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

Uses of Capabilities 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 Capabilities
 class OnebyoneFactory
          TODO anti Comment!
 

Uses of Capabilities 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 Capabilities
 class StepSuspectFactory
          TODO anti Comment!
 

Uses of Capabilities 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 Capabilities
 class MinimizeFactory
          Factory for Minimize.
 

Uses of Capabilities 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 Capabilities
 class DeterministFactory
          Factory for Determinist.
 

Uses of Capabilities 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 Capabilities
 class GreedyFactory
          Factory for Greedy.
 

Uses of Capabilities 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 Capabilities
 class GreedyMDLFactory
          Factory for GreedyMDL.
 

Uses of Capabilities 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 Capabilities
 class HeuristicMDLFactory
          Factory for HeuristicMDL.
 

Uses of Capabilities 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 Capabilities
 class KHgramsFactory
          TODO anti Comment!
 

Uses of Capabilities 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 Capabilities
 class SimplifierNullFactory
          Factory for SimplifierNull.
 

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

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

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

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


jInfer

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