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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • createNFA

      NFA<T> createNFA()