public class RowRecogNFAStrand extends Object
Constructor and Description |
---|
RowRecogNFAStrand(List<RowRecogNFAStateForgeBase> startStates,
List<RowRecogNFAStateForgeBase> endStates,
List<RowRecogNFAStateForgeBase> allStates,
boolean passthrough)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<RowRecogNFAStateForgeBase> |
getAllStates()
Returns all states.
|
List<RowRecogNFAStateForgeBase> |
getEndStates()
Returns the end states.
|
List<RowRecogNFAStateForgeBase> |
getStartStates()
Returns the start states.
|
boolean |
isPassthrough()
Returns indicator if passing-through (zero-or-more multiplicity for all NFA states in strand).
|
public RowRecogNFAStrand(List<RowRecogNFAStateForgeBase> startStates, List<RowRecogNFAStateForgeBase> endStates, List<RowRecogNFAStateForgeBase> allStates, boolean passthrough)
startStates
- start statesendStates
- end statesallStates
- all statespassthrough
- true if this strand passes through (zero-or-more multiplicity for all NFA in strand)public List<RowRecogNFAStateForgeBase> getStartStates()
public List<RowRecogNFAStateForgeBase> getEndStates()
public List<RowRecogNFAStateForgeBase> getAllStates()
public boolean isPassthrough()
Copyright © 2005–2018. All rights reserved.