public interface RowRecogNFAState
Modifier and Type | Method and Description |
---|---|
RowRecogNFAState[] |
getNextStates()
Returns the next states.
|
int |
getNodeNumFlat()
Returns the absolute node num.
|
String |
getNodeNumNested()
Returns the nested node number.
|
int |
getStreamNum()
Returns stream number.
|
String |
getVariableName()
Returns the variable name.
|
boolean |
isExprRequiresMultimatchState()
Whether or not the match-expression requires multimatch state
|
Boolean |
isGreedy()
Returns greedy indicator.
|
boolean |
isMultiple()
For multiple-quantifiers.
|
boolean |
matches(EventBean[] eventsPerStream,
AgentInstanceContext agentInstanceContext)
Evaluate a match.
|
boolean isMultiple()
String getNodeNumNested()
int getNodeNumFlat()
String getVariableName()
int getStreamNum()
Boolean isGreedy()
boolean matches(EventBean[] eventsPerStream, AgentInstanceContext agentInstanceContext)
eventsPerStream
- variable valuesagentInstanceContext
- expression evaluation contextRowRecogNFAState[] getNextStates()
boolean isExprRequiresMultimatchState()
Copyright © 2005–2018. All rights reserved.