public static class NfaUtil.NFAImpl<S> extends Object implements Nfa<S>
protected Map<S,List<S>>
followers
protected S
start
stop
NfaUtil.NFAImpl(S startStates, S finalStates, Map<S,List<S>> followers)
List<S>
getFollowers(S node)
S
getStart()
getStop()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Map<S,List<S>> followers
protected final S start
protected final S stop
public NfaUtil.NFAImpl(S startStates, S finalStates, Map<S,List<S>> followers)
public List<S> getFollowers(S node)
getFollowers
DirectedGraph<S>
public S getStart()
getStart
Nfa<S>
public S getStop()
getStop
Copyright © 2015. All Rights Reserved.