| Modifier and Type | Method and Description |
|---|---|
DFAImplEdgeList.EdgeIterableOutgoing |
DFA.getOutgoingEdgesIterator(int state)
Get an iterator over the outgoing edges of a state.
|
DFAImplEdgeList.EdgeIterableOutgoing |
DFAImplEdgeList.getOutgoingEdgesIterator(int state) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Automaton2Conjunction.process(DFA conjunction,
java.util.LinkedList<StatePair> worklist,
gnu.trove.map.TObjectIntMap<StatePair> statePair2conjunctionState,
DFAImplEdgeList.EdgeIterableOutgoing itA,
DFAImplEdgeList.EdgeIterableOutgoing itB,
int conjunctionSourceState) |