Uses of Class
edu.washington.cs.knowitall.regex.FiniteAutomaton.AbstractEdge
Packages that use FiniteAutomaton.AbstractEdge
-
Uses of FiniteAutomaton.AbstractEdge in edu.washington.cs.knowitall.regex
Subclasses of FiniteAutomaton.AbstractEdge in edu.washington.cs.knowitall.regexModifier and TypeClassDescriptionstatic class
An edge with costexpression
.static class
An edge without cost, an epsilon transition.Fields in edu.washington.cs.knowitall.regex declared as FiniteAutomaton.AbstractEdgeModifier and TypeFieldDescriptionfinal FiniteAutomaton.AbstractEdge
<E> FiniteAutomaton.Automaton.Step.path
Constructors in edu.washington.cs.knowitall.regex with parameters of type FiniteAutomaton.AbstractEdgeModifierConstructorDescriptionStep
(FiniteAutomaton.State<E> state, FiniteAutomaton.Automaton.Step<E> prev, FiniteAutomaton.AbstractEdge<E> path)