|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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
|
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
|
AutomatonToDot.convertToDot(Automaton<T> automaton,
org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer)
|
|
|
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 | ||
---|---|---|
|
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 |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |