|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ToStringLabeller s as vertex and edge label Transformer s. |
|
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 | ||
---|---|---|
|
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. |
Method parameters in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts with type arguments of type Step | ||
---|---|---|
|
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)
|
|
|
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 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 | ||
---|---|---|
|
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
|
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)
|
|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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)
|
|
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |