Class FiniteAutomaton.Edge<E>
java.lang.Object
edu.washington.cs.knowitall.regex.FiniteAutomaton.AbstractEdge<E>
edu.washington.cs.knowitall.regex.FiniteAutomaton.Edge<E>
- Type Parameters:
E
-
- All Implemented Interfaces:
com.google.common.base.Predicate<E>
,Predicate<E>
- Enclosing class:
FiniteAutomaton
An edge with cost
expression
.-
Field Summary
FieldsFields 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