Uses of Class
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateBase
Packages that use RowRecogNFAStateBase
Package
Description
Match-recognize core.
Match-recognize NFA.
-
Uses of RowRecogNFAStateBase in com.espertech.esper.common.internal.epl.rowrecog.core
Methods in com.espertech.esper.common.internal.epl.rowrecog.core that return RowRecogNFAStateBaseMethods in com.espertech.esper.common.internal.epl.rowrecog.core with parameters of type RowRecogNFAStateBaseModifier and TypeMethodDescriptionvoid
RowRecogDesc.setStatesOrdered
(RowRecogNFAStateBase[] statesOrdered) -
Uses of RowRecogNFAStateBase in com.espertech.esper.common.internal.epl.rowrecog.nfa
Subclasses of RowRecogNFAStateBase in com.espertech.esper.common.internal.epl.rowrecog.nfaModifier and TypeClassDescriptionclass
Any-quantifier.class
End state in the regex NFA states.class
NFA state for a single match that applies a filter.class
The '?' state in the regex NFA states.class
The '?' state in the regex NFA states.class
The '+' state in the regex NFA states.class
The '+' state in the regex NFA states.class
The '*' state in the regex NFA states.class
The '*' state in the regex NFA states.