Class RowRecogNFAStrandResult
java.lang.Object
com.espertech.esper.common.internal.epl.rowrecog.core.RowRecogNFAStrandResult
A result of computing a strand of one or more NFA states that has a list of start states and a list of all states in the strand.
-
Constructor Summary
ConstructorDescriptionRowRecogNFAStrandResult
(List<RowRecogNFAStateForge> startStates, List<RowRecogNFAStateForgeBase> allStates) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns all states.Returns start states.
-
Constructor Details
-
RowRecogNFAStrandResult
public RowRecogNFAStrandResult(List<RowRecogNFAStateForge> startStates, List<RowRecogNFAStateForgeBase> allStates) Ctor.- Parameters:
startStates
- NFA start statesallStates
- all states
-
-
Method Details
-
getStartStates
Returns start states.- Returns:
- start states
-
getAllStates
Returns all states.- Returns:
- all states
-