Package | Description |
---|---|
com.espertech.esper.common.internal.epl.rowrecog.core |
Match-recognize core.
|
com.espertech.esper.common.internal.epl.rowrecog.expr |
Match-recognize indexExpressions.
|
Modifier and Type | Method and Description |
---|---|
static RowRecogNFATypeEnum |
RowRecogNFATypeEnum.fromString(String code,
String reluctantQuestion)
Inspect code and return enum for code.
|
static RowRecogNFATypeEnum |
RowRecogNFATypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowRecogNFATypeEnum[] |
RowRecogNFATypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RowRecogNFATypeEnum |
RowRecogExprNodeNested.getType()
Returns multiplicity and greedy.
|
RowRecogNFATypeEnum |
RowRecogExprNodeAtom.getType()
Returns multiplicity and greedy indicator.
|
Constructor and Description |
---|
RowRecogExprNodeAtom(String tag,
RowRecogNFATypeEnum type,
RowRecogExprRepeatDesc optionalRepeat)
Ctor.
|
RowRecogExprNodeNested(RowRecogNFATypeEnum type,
RowRecogExprRepeatDesc optionalRepeat) |
Copyright © 2005–2020. All rights reserved.