Interface NfaFactory<P extends Nfa<STATE>,STATE,TOKEN>
-
- All Known Subinterfaces:
PdaFactory<P,STATE,STACKITEM,TOKEN>
- All Known Implementing Classes:
NfaUtil.NFAFactory,StringNfa.StringNfaFactory,StringPda.StringPdaFactory
public interface NfaFactory<P extends Nfa<STATE>,STATE,TOKEN>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pcreate(TOKEN start, TOKEN stop)STATEcreateState(P nfa, TOKEN token)voidsetFollowers(P nfa, STATE owner, java.lang.Iterable<STATE> followers)
-