|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.xtext.util.formallang.NfaUtil.NFAImpl<S>
public static class NfaUtil.NFAImpl<S>
Field Summary | |
---|---|
protected java.util.Map<S,java.util.List<S>> |
followers
|
protected S |
start
|
protected S |
stop
|
Constructor Summary | |
---|---|
NfaUtil.NFAImpl(S startStates,
S finalStates,
java.util.Map<S,java.util.List<S>> followers)
|
Method Summary | |
---|---|
java.util.List<S> |
getFollowers(S node)
|
S |
getStart()
|
S |
getStop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.util.Map<S,java.util.List<S>> followers
protected final S start
protected final S stop
Constructor Detail |
---|
public NfaUtil.NFAImpl(S startStates, S finalStates, java.util.Map<S,java.util.List<S>> followers)
Method Detail |
---|
public java.util.List<S> getFollowers(S node)
getFollowers
in interface DirectedGraph<S>
public S getStart()
getStart
in interface Nfa<S>
public S getStop()
getStop
in interface Nfa<S>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |