Uses of Class
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateForgeBase
Package
Description
Match-recognize core.
Match-recognize NFA.
-
Uses of RowRecogNFAStateForgeBase in com.espertech.esper.common.internal.epl.rowrecog.core
Modifier and TypeMethodDescriptionRowRecogNFAStrand.getAllStates()
Returns all states.RowRecogNFAStrandResult.getAllStates()
Returns all states.RowRecogNFAStrand.getEndStates()
Returns the end states.RowRecogNFAStrand.getStartStates()
Returns the start states.ModifierConstructorDescriptionRowRecogNFAStrand
(List<RowRecogNFAStateForgeBase> startStates, List<RowRecogNFAStateForgeBase> endStates, List<RowRecogNFAStateForgeBase> allStates, boolean passthrough) Ctor. -
Uses of RowRecogNFAStateForgeBase in com.espertech.esper.common.internal.epl.rowrecog.nfa
Modifier 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.