public class RowRecogIteratorResult extends Object
Constructor and Description |
---|
RowRecogIteratorResult(List<RowRecogNFAStateEntry> endStates,
int eventSequenceNum)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<RowRecogNFAStateEntry> |
getEndStates()
Returns the end states
|
int |
getEventSequenceNum()
Returns the event seq num.
|
public RowRecogIteratorResult(List<RowRecogNFAStateEntry> endStates, int eventSequenceNum)
endStates
- end stateseventSequenceNum
- seq num of eventpublic List<RowRecogNFAStateEntry> getEndStates()
public int getEventSequenceNum()
Copyright © 2005–2019. All rights reserved.