jInfer

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

Packages that use Step
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer This package contains base class for visualization (Visualizer) of Automaton and its extensions. 
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.graphmouseplugins This package contains graph mouse plugins for Visualizer
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.transformers This package contains various transformations (mostly 'to string') Transformer used by AutoEditor. 
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.skstrings sk-strings equivalence implementation. 
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.defective   
 

Uses of Step in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer
 

Method parameters in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer with type arguments of type Step
 void PluggableVisualizer.replaceEdgeLabelTransformer(org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer)
          Replaces edge label transformer.
 

Constructor parameters in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer with type arguments of type Step
PluggableVisualizer(edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>> layout)
          Constructs instance with specified Layout, default graph mouse plugins and ToStringLabellers as vertex and edge label Transformers.
StatePickingVisualizer(edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>> layout, org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer, StatePickingComponent<T> component, State<T> superinitialState, State<T> superfinalState)
          Constructs instance with specified Layout, edge label Transformer and AbstractComponent which will be this visualizer displayed at.
StatePickingVisualizer(edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>> layout, org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer, StatePickingComponent<T> component, State<T> superinitialState, State<T> superfinalState)
          Constructs instance with specified Layout, edge label Transformer and AbstractComponent which will be this visualizer displayed at.
StatesPickingVisualizer(edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>> layout, org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer)
          Constructs instance with specified Layout and edge label Transformer.
StatesPickingVisualizer(edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>> layout, org.apache.commons.collections15.Transformer<Step<T>,String> edgeLabelTransformer)
          Constructs instance with specified Layout and edge label Transformer.
Visualizer(edu.uci.ics.jung.algorithms.layout.Layout<State<T>,Step<T>> layout)
          Constructs instance with specified Layout.
 

Uses of Step in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.graphmouseplugins
 

Fields in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.graphmouseplugins declared as Step
protected  Step<V> VertexPickingGraphMousePlugin.edge
          the picked Edge, if any
 

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

Methods in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts that return types with arguments of type Step
<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.
 

Method parameters in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts with type arguments of type Step
<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)
           
<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 Step in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz
 

Methods in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz that return types with arguments of type Step
<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)
           
 

Method parameters in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz with type arguments of type Step
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)
           
<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 Step in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.transformers
 

Methods in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.transformers with parameters of type Step
 String AbstractStructuralNodeEdgeLabeller.transform(Step<AbstractStructuralNode> step)
           
 String RegexpEdgeLabeller.transform(Step<Regexp<AbstractStructuralNode>> step)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska that return types with arguments of type Step
<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)
           
 

Method parameters in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska with type arguments of type Step
<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)
           
<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)
           
 

Constructor parameters in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.vyhnanovska with type arguments of type Step
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 Step in cz.cuni.mff.ksi.jinfer.base.automaton
 

Fields in cz.cuni.mff.ksi.jinfer.base.automaton with type parameters of type Step
protected  Map<State<T>,Set<Step<T>>> Automaton.delta
          Transition function of automaton.
protected  Map<State<T>,Set<Step<T>>> Automaton.reverseDelta
          Transition function of automaton, mathematically the same as delta.
 

Methods in cz.cuni.mff.ksi.jinfer.base.automaton that return Step
 Step<T> Automaton.getOutStepOnSymbol(State<T> state, T symbol)
          Returns first step from state, which accepts given symbol.
 

Methods in cz.cuni.mff.ksi.jinfer.base.automaton that return types with arguments of type Step
 Map<State<T>,Set<Step<T>>> Automaton.getDelta()
           
 Map<State<T>,Set<Step<T>>> Automaton.getReverseDelta()
           
 

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

Method parameters in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings with type arguments of type Step
 cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.conditiontesting.skstrings.SKBucket<T> SKStrings.findSKStrings(int _k, State<T> state, Map<State<T>,Set<Step<T>>> delta)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval that return Step
 Step<Regexp<T>> StateRemovalRegexpAutomaton.collapseStateParallelSteps(State<Regexp<T>> state)
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.stateremoval that return types with arguments of type Step
 List<Step<Regexp<T>>> StateRemovalRegexpAutomaton.getLoopSteps(State<Regexp<T>> state)
          Get loops of state.
 

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

Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective with parameters of type Step
 void DefectiveAutomaton.removeStep(Step<T> step)
           
 


jInfer

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