Interface Nfa<STATE>
-
- All Superinterfaces:
DirectedGraph<STATE>
- All Known Subinterfaces:
Pda<STATE,STACKITEM>
- All Known Implementing Classes:
NfaToProduction.StateAliasNfa,NfaUtil.NFAImpl,StringNfa,StringPda
public interface Nfa<STATE> extends DirectedGraph<STATE>
Nondeterministic State Machine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STATEgetStart()STATEgetStop()-
Methods inherited from interface org.eclipse.xtext.util.formallang.DirectedGraph
getFollowers
-
-