Interface NFACompiler.NFAFactory<T>

  • Type Parameters:
    T - Type of the input events which are processed by the NFA
    All Superinterfaces:
    Serializable
    Enclosing class:
    NFACompiler

    public static interface NFACompiler.NFAFactory<T>
    extends Serializable
    Factory interface for NFA.
    • Method Detail

      • createNFA

        NFA<T> createNFA()