|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegexNFAState
Match-recognize NFA states provides this information.
Method Summary | |
---|---|
java.util.List<RegexNFAState> |
getNextStates()
Returns the next states. |
int |
getNodeNumFlat()
Returns the absolute node num. |
java.lang.String |
getNodeNumNested()
Returns the nested node number. |
int |
getStreamNum()
Returns stream number. |
java.lang.String |
getVariableName()
Returns the variable name. |
boolean |
isExprRequiresMultimatchState()
Whether or not the match-expression requires multimatch state |
java.lang.Boolean |
isGreedy()
Returns greedy indicator. |
boolean |
isMultiple()
For multiple-quantifiers. |
boolean |
matches(EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext)
Evaluate a match. |
Method Detail |
---|
boolean isMultiple()
java.lang.String getNodeNumNested()
int getNodeNumFlat()
java.lang.String getVariableName()
int getStreamNum()
java.lang.Boolean isGreedy()
boolean matches(EventBean[] eventsPerStream, ExprEvaluatorContext exprEvaluatorContext)
eventsPerStream
- variabele valuesexprEvaluatorContext
- expression evaluation context
java.util.List<RegexNFAState> getNextStates()
boolean isExprRequiresMultimatchState()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |