Class FiniteAutomaton.Epsilon<E>
java.lang.Object
edu.washington.cs.knowitall.regex.FiniteAutomaton.AbstractEdge<E>
edu.washington.cs.knowitall.regex.FiniteAutomaton.Epsilon<E>
- Type Parameters:
E
-
- All Implemented Interfaces:
com.google.common.base.Predicate<E>
,Predicate<E>
- Enclosing class:
FiniteAutomaton
An edge without cost, an epsilon transition.
-
Field Summary
Fields inherited from class edu.washington.cs.knowitall.regex.FiniteAutomaton.AbstractEdge
dest
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test