jInfer

Uses of Class
cz.cuni.mff.ksi.jinfer.base.automaton.Automaton

Packages that use Automaton
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.automaton This package contains data structures and interfaces for Finite State Automata. 
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.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.regexping Submodule for converting automaton to RegexpAutomaton and then obtaining Regexp from it. 
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval Implementation of state removal algorithm for converting automaton into regular expression. 
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   
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective   
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.automatonmergingstate.simplifying.userinteractive Renders automaton to user and merges states, which user selected to be merged. 
 

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

Methods in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts with parameters of type Automaton
<T> edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>>
LayoutFactory.createLayout(Automaton<T> automaton, edu.uci.ics.jung.graph.Graph<State<T>,Step<T>> graph, org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer)
           
static
<T> edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>>
LayoutHelperFactory.createUserLayout(Automaton<T> automaton, org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer)
          Creates Layout which user selected in preferences.
 

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

Methods in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz with parameters of type Automaton
static
<T> String
AutomatonToDot.convertToDot(Automaton<T> automaton, org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer)
           
<T> edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>>
GraphvizLayoutFactory.createLayout(Automaton<T> automaton, edu.uci.ics.jung.graph.Graph<State<T>,Step<T>> graph, org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska with parameters of type Automaton
<T> edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>>
VyhnanovskaLayoutFactory.createLayout(Automaton<T> automaton, edu.uci.ics.jung.graph.Graph<State<T>,Step<T>> graph, org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer)
           
 

Constructors in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska with parameters of type Automaton
AutomatonLayoutTransformer(int minXsize, int minYsize, int square_size, edu.uci.ics.jung.graph.Graph<State<T>,Step<T>> graph, Automaton<T> automaton)
          Constructs transformer according to specified values.
 

Uses of Automaton in cz.cuni.mff.ksi.jinfer.base.automaton
 

Methods in cz.cuni.mff.ksi.jinfer.base.automaton that return Automaton
 Automaton<B> AutomatonCloner.convertAutomaton(Automaton<A> anotherAutomaton, AutomatonClonerSymbolConverter<A,B> symbolConverter)
           
 

Methods in cz.cuni.mff.ksi.jinfer.base.automaton with parameters of type Automaton
 void AutomatonCloner.convertAutomaton(Automaton<A> anotherAutomaton, Automaton<B> newAutomaton, AutomatonClonerSymbolConverter<A,B> symbolConverter)
           
 void AutomatonCloner.convertAutomaton(Automaton<A> anotherAutomaton, Automaton<B> newAutomaton, AutomatonClonerSymbolConverter<A,B> symbolConverter)
           
 Automaton<B> AutomatonCloner.convertAutomaton(Automaton<A> anotherAutomaton, AutomatonClonerSymbolConverter<A,B> symbolConverter)
           
 

Constructors in cz.cuni.mff.ksi.jinfer.base.automaton with parameters of type Automaton
Automaton(Automaton<T> anotherAutomaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting with parameters of type Automaton
 List<List<List<State<T>>>> MergeConditionTester.getMergableStates(Automaton<T> automaton)
          If states are equivalent given a condition, should return a list of list of list of states.
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.combined with parameters of type Automaton
 List<List<List<State<T>>>> Combined.getMergableStates(Automaton<T> automaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.deterministic with parameters of type Automaton
 List<List<List<State<T>>>> Deterministic.getMergableStates(Automaton<T> automaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.khcontext with parameters of type Automaton
 List<List<List<State<T>>>> KHContext.getMergableStates(Automaton<T> automaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings with parameters of type Automaton
 List<List<List<State<T>>>> SKStrings.getMergableStates(Automaton<T> automaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.testernull with parameters of type Automaton
 List<List<List<State<T>>>> TesterNull.getMergableStates(Automaton<T> automaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaive with parameters of type Automaton
 double Naive.evaluate(Automaton<T> aut)
           
 double NaiveRules.evaluate(Automaton<T> aut)
           
 double NaiveAutomaton.evaluate(Automaton<T> x)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveAlphabet with parameters of type Automaton
 double NaiveAlphabetAutomaton.evaluate(Automaton<T> x)
           
 double NaiveAlphabetRules.evaluate(Automaton<T> aut)
           
 double NaiveAlphabet.evaluate(Automaton<T> aut)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.automatonNaiveDefective with parameters of type Automaton
 double NaiveDefectiveRules.evaluate(Automaton<T> aut)
           
 

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

Subclasses of Automaton in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping
 class RegexpAutomaton<T>
          Automaton with Regexp on transitions Type T is to be the same as in ordinary automaton.
 

Constructors in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping with parameters of type Automaton
RegexpAutomaton(Automaton<T> anotherAutomaton)
          Given another automaton, creates this automaton with same structure (states, delta function).
 

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

Subclasses of Automaton in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval
 class StateRemovalRegexpAutomaton<T>
          Extending automaton to support operations for method of state removal conversion of automaton into regular expression.
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying that return Automaton
 Automaton<T> AutomatonSimplifier.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify an automaton.
 Automaton<T> AutomatonSimplifier.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify an automaton.
 Automaton<T> AutomatonSimplifier.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Simplify an automaton.
 Automaton<T> AutomatonSimplifier.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Simplify an automaton.
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying with parameters of type Automaton
 Automaton<T> AutomatonSimplifier.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify an automaton.
 Automaton<T> AutomatonSimplifier.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify an automaton.
 Automaton<T> AutomatonSimplifier.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Simplify an automaton.
 Automaton<T> AutomatonSimplifier.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Simplify an automaton.
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.chained that return Automaton
 Automaton<T> Chained.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify by merging states greedily.
 Automaton<T> Chained.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> Chained.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Same as above.
 Automaton<T> Chained.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.chained with parameters of type Automaton
 Automaton<T> Chained.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify by merging states greedily.
 Automaton<T> Chained.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> Chained.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Same as above.
 Automaton<T> Chained.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

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

Subclasses of Automaton in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective
 class DefectiveAutomaton<T>
          TODO anti Comment!
 

Constructors in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective with parameters of type Automaton
DefectiveAutomaton(Automaton<T> anotherAutomaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl that return Automaton
 Automaton<T> DefectiveMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> DefectiveMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify by merging states greedily.
 Automaton<T> DefectiveMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> DefectiveMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Same as above.
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl with parameters of type Automaton
 Automaton<T> DefectiveMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> DefectiveMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify by merging states greedily.
 Automaton<T> DefectiveMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> DefectiveMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Same as above.
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection with parameters of type Automaton
 void Suspection.setInputAutomaton(Automaton<T> inputAutomaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.onebyone with parameters of type Automaton
 void Onebyone.setInputAutomaton(Automaton<T> inputAutomaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.defectivemdl.suspection.stepsuspect with parameters of type Automaton
 void StepSuspect.setInputAutomaton(Automaton<T> inputAutomaton)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.minimize that return Automaton
 Automaton<T> Minimize.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> Minimize.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify by merging states greedily.
 Automaton<T> Minimize.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> Minimize.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Same as above.
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.minimize with parameters of type Automaton
 Automaton<T> Minimize.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> Minimize.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify by merging states greedily.
 Automaton<T> Minimize.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> Minimize.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Same as above.
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.determinist that return Automaton
 Automaton<T> Determinist.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify by merging states greedily.
 Automaton<T> Determinist.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> Determinist.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Same as above.
 Automaton<T> Determinist.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.determinist with parameters of type Automaton
 Automaton<T> Determinist.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify by merging states greedily.
 Automaton<T> Determinist.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> Determinist.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Same as above.
 Automaton<T> Determinist.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy that return Automaton
 Automaton<T> Greedy.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify by merging states greedily.
 Automaton<T> Greedy.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> Greedy.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Same as above.
 Automaton<T> Greedy.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedy with parameters of type Automaton
 Automaton<T> Greedy.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify by merging states greedily.
 Automaton<T> Greedy.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> Greedy.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Same as above.
 Automaton<T> Greedy.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl that return Automaton
 Automaton<T> GreedyMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> GreedyMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify by merging states greedily.
 Automaton<T> GreedyMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> GreedyMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Same as above.
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.greedymdl with parameters of type Automaton
 Automaton<T> GreedyMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> GreedyMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify by merging states greedily.
 Automaton<T> GreedyMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> GreedyMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Same as above.
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.heuristicmdl that return Automaton
 Automaton<T> HeuristicMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> HeuristicMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify by merging states greedily.
 Automaton<T> HeuristicMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> HeuristicMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Same as above.
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.heuristicmdl with parameters of type Automaton
 Automaton<T> HeuristicMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> HeuristicMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
          Simplify by merging states greedily.
 Automaton<T> HeuristicMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> HeuristicMDL.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
          Same as above.
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams that return Automaton
 Automaton<T> KHgrams.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> KHgrams.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> KHgrams.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> KHgrams.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.khgrams with parameters of type Automaton
 Automaton<T> KHgrams.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> KHgrams.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> KHgrams.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> KHgrams.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.simplifiernull that return Automaton
 Automaton<T> SimplifierNull.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify by merging states greedily.
 Automaton<T> SimplifierNull.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> SimplifierNull.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Same as above.
 Automaton<T> SimplifierNull.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.simplifiernull with parameters of type Automaton
 Automaton<T> SimplifierNull.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
          Simplify by merging states greedily.
 Automaton<T> SimplifierNull.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> SimplifierNull.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
          Same as above.
 Automaton<T> SimplifierNull.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.userinteractive that return Automaton
 Automaton<T> UserInteractive.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> UserInteractive.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> UserInteractive.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> UserInteractive.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.userinteractive with parameters of type Automaton
 Automaton<T> UserInteractive.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString)
           
 Automaton<T> UserInteractive.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings)
           
 Automaton<T> UserInteractive.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName)
           
 Automaton<T> UserInteractive.simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings)
           
 


jInfer

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