Interface Nfa<V,E>

All Known Implementing Classes:
NfaImpl

public interface Nfa<V,E>
  • Method Details

    • getGraph

      org.jgrapht.Graph<V,E> getGraph()
    • getStartStates

      Set<V> getStartStates()
    • getEndStates

      Set<V> getEndStates()