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 |
---|---|
RowRecogNFAStateBase[] |
RowRecogDesc.getStatesOrdered() |
Modifier and Type | Method and Description |
---|---|
void |
RowRecogDesc.setStatesOrdered(RowRecogNFAStateBase[] statesOrdered) |
Modifier and Type | Class and Description |
---|---|
class |
RowRecogNFAStateAnyOneEval
Any-quantifier.
|
class |
RowRecogNFAStateEndEval
End state in the regex NFA states.
|
class |
RowRecogNFAStateFilterEval
NFA state for a single match that applies a filter.
|
class |
RowRecogNFAStateOneOptionalEvalCond
The '?' state in the regex NFA states.
|
class |
RowRecogNFAStateOneOptionalEvalNoCond
The '?' state in the regex NFA states.
|
class |
RowRecogNFAStateOneToManyEvalCond
The '+' state in the regex NFA states.
|
class |
RowRecogNFAStateOneToManyEvalNoCond
The '+' state in the regex NFA states.
|
class |
RowRecogNFAStateZeroToManyEvalCond
The '*' state in the regex NFA states.
|
class |
RowRecogNFAStateZeroToManyEvalNoCond
The '*' state in the regex NFA states.
|
Copyright © 2005–2018. All rights reserved.