Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateForge
Package
Description
Match-recognize core.
Match-recognize NFA.
-
Uses of RowRecogNFAStateForge in com.espertech.esper.common.internal.epl.rowrecog.core
Modifier and TypeMethodDescriptionRowRecogDescForge.getAllStates()
RowRecogDescForge.getStartStates()
Modifier and TypeMethodDescriptionprotected static String
RowRecogNFAViewUtil.print
(RowRecogNFAStateForge[] states) Modifier and TypeMethodDescriptionprotected static void
RowRecogNFAViewUtil.print
(List<RowRecogNFAStateForge> states, PrintWriter writer, int indent, Stack<RowRecogNFAStateForge> currentStack) protected static void
RowRecogNFAViewUtil.print
(List<RowRecogNFAStateForge> states, PrintWriter writer, int indent, Stack<RowRecogNFAStateForge> currentStack) ModifierConstructorDescriptionRowRecogDescForge
(EventType parentEventType, EventType rowEventType, EventType compositeEventType, EventType multimatchEventType, int[] multimatchStreamNumToVariable, int[] multimatchVariableToStreamNum, ExprNode[] partitionBy, MultiKeyClassRef partitionByMultiKey, LinkedHashMap<String, Pair<Integer, Boolean>> variableStreams, boolean hasInterval, boolean iterateOnly, boolean unbound, boolean orTerminated, boolean collectMultimatches, boolean defineAsksMultimatches, int numEventsEventsPerStreamDefine, String[] multimatchVariablesArray, RowRecogNFAStateForge[] startStates, RowRecogNFAStateForge[] allStates, boolean allMatches, MatchRecognizeSkipEnum skip, ExprNode[] columnEvaluators, String[] columnNames, TimePeriodComputeForge intervalCompute, int[] previousRandomAccessIndexes, AggregationServiceForgeDesc[] aggregationServices, boolean isTargetHA) ModifierConstructorDescriptionRowRecogNFAStrandResult
(List<RowRecogNFAStateForge> startStates, List<RowRecogNFAStateForgeBase> allStates) Ctor. -
Uses of RowRecogNFAStateForge 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
Base for 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.Modifier and TypeMethodDescriptionRowRecogNFAStateEndForge.getNextStates()
RowRecogNFAStateForge.getNextStates()
Returns the next states.RowRecogNFAStateForgeBase.getNextStates()
Modifier and TypeMethodDescriptionvoid
RowRecogNFAStateForgeBase.addState
(RowRecogNFAStateForge next) Add a next state.