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

public static class FiniteAutomaton.Edge<E> extends FiniteAutomaton.AbstractEdge<E>
An edge with cost expression.