Class FiniteAutomaton.StartState<E>
- java.lang.Object
-
- edu.washington.cs.knowitall.regex.FiniteAutomaton.State<E>
-
- edu.washington.cs.knowitall.regex.FiniteAutomaton.TerminusState<E>
-
- edu.washington.cs.knowitall.regex.FiniteAutomaton.StartState<E>
-
- Type Parameters:
E
-
- Enclosing class:
- FiniteAutomaton
public static class FiniteAutomaton.StartState<E> extends FiniteAutomaton.TerminusState<E>
A start state.
-
-
Field Summary
-
Fields inherited from class edu.washington.cs.knowitall.regex.FiniteAutomaton.TerminusState
expression
-
Fields inherited from class edu.washington.cs.knowitall.regex.FiniteAutomaton.State
edges, epsilons
-
-
Constructor Summary
Constructors Constructor Description StartState(Expression<E> expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
minMatchingLength()
-
Methods inherited from class edu.washington.cs.knowitall.regex.FiniteAutomaton.TerminusState
toString
-
Methods inherited from class edu.washington.cs.knowitall.regex.FiniteAutomaton.State
connect, connect
-
-
-
-
Constructor Detail
-
StartState
public StartState(Expression<E> expression)
-
-