public interface NfaFactory<P extends Nfa<STATE>,STATE,TOKEN>
| Modifier and Type | Method and Description |
|---|---|
P |
create(TOKEN start,
TOKEN stop) |
STATE |
createState(P nfa,
TOKEN token) |
void |
setFollowers(P nfa,
STATE owner,
java.lang.Iterable<STATE> followers) |