Package | Description |
---|---|
com.espertech.esper.common.internal.epl.rowrecog.core |
Match-recognize core.
|
com.espertech.esper.common.internal.epl.rowrecog.nfa |
Match-recognize NFA.
|
Modifier and Type | Method and Description |
---|---|
List<RowRecogNFAStateForgeBase> |
RowRecogNFAStrandResult.getAllStates()
Returns all states.
|
List<RowRecogNFAStateForgeBase> |
RowRecogNFAStrand.getAllStates()
Returns all states.
|
List<RowRecogNFAStateForgeBase> |
RowRecogNFAStrand.getEndStates()
Returns the end states.
|
List<RowRecogNFAStateForgeBase> |
RowRecogNFAStrand.getStartStates()
Returns the start states.
|
Constructor and Description |
---|
RowRecogNFAStrand(List<RowRecogNFAStateForgeBase> startStates,
List<RowRecogNFAStateForgeBase> endStates,
List<RowRecogNFAStateForgeBase> allStates,
boolean passthrough)
Ctor.
|
RowRecogNFAStrand(List<RowRecogNFAStateForgeBase> startStates,
List<RowRecogNFAStateForgeBase> endStates,
List<RowRecogNFAStateForgeBase> allStates,
boolean passthrough)
Ctor.
|
RowRecogNFAStrand(List<RowRecogNFAStateForgeBase> startStates,
List<RowRecogNFAStateForgeBase> endStates,
List<RowRecogNFAStateForgeBase> allStates,
boolean passthrough)
Ctor.
|
RowRecogNFAStrandResult(List<RowRecogNFAStateForge> startStates,
List<RowRecogNFAStateForgeBase> allStates)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
RowRecogNFAStateAnyOneForge
Any-quantifier.
|
class |
RowRecogNFAStateEndForge
End state in the regex NFA states.
|
class |
RowRecogNFAStateFilterForge
NFA state for a single match that applies a filter.
|
class |
RowRecogNFAStateOneOptionalForge
The '?' state in the regex NFA states.
|
class |
RowRecogNFAStateOneToManyForge
The '+' state in the regex NFA states.
|
class |
RowRecogNFAStateZeroToManyForge
The '*' state in the regex NFA states.
|
Copyright © 2005–2018. All rights reserved.