JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.apache.flink.cep.nfa.compiler
package
org.apache.flink.cep.nfa.compiler
Related Packages
Package
Description
org.apache.flink.cep.nfa
org.apache.flink.cep.nfa.aftermatch
org.apache.flink.cep.nfa.sharedbuffer
All Classes and Interfaces
Interfaces
Classes
Class
Description
NFACompiler
Compiler class containing methods to compile a
Pattern
into a
NFA
or a
NFACompiler.NFAFactory
.
NFACompiler.NFAFactory
<T>
Factory interface for
NFA
.
NFAStateNameHandler
A utility class used to handle name conventions and guarantee unique names for the states of our
NFA
.