public static class NfaUtil.NFAImpl<S> extends java.lang.Object implements Nfa<S>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<S,java.util.List<S>> |
followers |
protected S |
start |
protected S |
stop |
| Constructor and Description |
|---|
NFAImpl(S startStates,
S finalStates,
java.util.Map<S,java.util.List<S>> followers) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<S> |
getFollowers(S node) |
S |
getStart() |
S |
getStop() |