Class FiniteAutomaton.AbstractEdge<E>

  • Type Parameters:
    E -
    All Implemented Interfaces:
    com.google.common.base.Predicate<E>, java.util.function.Predicate<E>
    Direct Known Subclasses:
    FiniteAutomaton.Edge, FiniteAutomaton.Epsilon
    Enclosing class:
    FiniteAutomaton

    public abstract static class FiniteAutomaton.AbstractEdge<E>
    extends java.lang.Object
    implements com.google.common.base.Predicate<E>
    An abstract representation of an edge.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        apply, equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or