Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateForge
Packages that use RowRecogNFAStateForge
Package
Description
Match-recognize core.
Match-recognize NFA.
-
Uses of RowRecogNFAStateForge in com.espertech.esper.common.internal.epl.rowrecog.core
Methods in com.espertech.esper.common.internal.epl.rowrecog.core that return RowRecogNFAStateForgeModifier and TypeMethodDescriptionRowRecogDescForge.getAllStates()
RowRecogDescForge.getStartStates()
Methods in com.espertech.esper.common.internal.epl.rowrecog.core that return types with arguments of type RowRecogNFAStateForgeMethods in com.espertech.esper.common.internal.epl.rowrecog.core with parameters of type RowRecogNFAStateForgeModifier and TypeMethodDescriptionprotected static String
RowRecogNFAViewUtil.print
(RowRecogNFAStateForge[] states) Method parameters in com.espertech.esper.common.internal.epl.rowrecog.core with type arguments of type RowRecogNFAStateForgeModifier 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) Constructors in com.espertech.esper.common.internal.epl.rowrecog.core with parameters of type RowRecogNFAStateForgeModifierConstructorDescriptionRowRecogDescForge
(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) Constructor parameters in com.espertech.esper.common.internal.epl.rowrecog.core with type arguments of type RowRecogNFAStateForgeModifierConstructorDescriptionRowRecogNFAStrandResult
(List<RowRecogNFAStateForge> startStates, List<RowRecogNFAStateForgeBase> allStates) Ctor. -
Uses of RowRecogNFAStateForge in com.espertech.esper.common.internal.epl.rowrecog.nfa
Classes in com.espertech.esper.common.internal.epl.rowrecog.nfa that implement RowRecogNFAStateForgeModifier 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.Methods in com.espertech.esper.common.internal.epl.rowrecog.nfa that return types with arguments of type RowRecogNFAStateForgeModifier and TypeMethodDescriptionRowRecogNFAStateEndForge.getNextStates()
RowRecogNFAStateForge.getNextStates()
Returns the next states.RowRecogNFAStateForgeBase.getNextStates()
Methods in com.espertech.esper.common.internal.epl.rowrecog.nfa with parameters of type RowRecogNFAStateForgeModifier and TypeMethodDescriptionvoid
RowRecogNFAStateForgeBase.addState
(RowRecogNFAStateForge next) Add a next state.