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 forNFA.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NFA<T>createNFA()
-