Uses of Class
edu.washington.cs.knowitall.regex.FiniteAutomaton.AbstractEdge
-
Packages that use FiniteAutomaton.AbstractEdge Package Description edu.washington.cs.knowitall.regex -
-
Uses of FiniteAutomaton.AbstractEdge in edu.washington.cs.knowitall.regex
Subclasses of FiniteAutomaton.AbstractEdge in edu.washington.cs.knowitall.regex Modifier and Type Class Description static class
FiniteAutomaton.Edge<E>
An edge with costexpression
.static class
FiniteAutomaton.Epsilon<E>
An edge without cost, an epsilon transition.Fields in edu.washington.cs.knowitall.regex declared as FiniteAutomaton.AbstractEdge Modifier and Type Field Description FiniteAutomaton.AbstractEdge<E>
FiniteAutomaton.Automaton.Step. path
Constructors in edu.washington.cs.knowitall.regex with parameters of type FiniteAutomaton.AbstractEdge Constructor Description Step(FiniteAutomaton.State<E> state, FiniteAutomaton.Automaton.Step<E> prev, FiniteAutomaton.AbstractEdge<E> path)
-