public interface RowRecogPartitionState
Modifier and Type | Method and Description |
---|---|
List<RowRecogNFAStateEntry> |
getCurrentStatesForPrint() |
Iterator<RowRecogNFAStateEntry> |
getCurrentStatesIterator() |
int |
getNumStates() |
Object |
getOptionalKeys() |
RowRecogStateRandomAccess |
getRandomAccess() |
boolean |
isEmptyCurrentState() |
void |
setCurrentStates(List<RowRecogNFAStateEntry> currentStates) |
RowRecogStateRandomAccess getRandomAccess()
Iterator<RowRecogNFAStateEntry> getCurrentStatesIterator()
void setCurrentStates(List<RowRecogNFAStateEntry> currentStates)
Object getOptionalKeys()
int getNumStates()
List<RowRecogNFAStateEntry> getCurrentStatesForPrint()
boolean isEmptyCurrentState()
Copyright © 2005–2018. All rights reserved.