Class FiniteAutomaton.Epsilon<E>

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

    public static class FiniteAutomaton.Epsilon<E>
    extends FiniteAutomaton.AbstractEdge<E>
    An edge without cost, an epsilon transition.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(E entity)  
      java.lang.String toString()  
      • 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
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • apply

        public boolean apply​(E entity)