|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--envgen.spec.ltl2buchi.FSAState
Implementation of a state of a finite state automaton.
| Field Summary | |
(package private) MultiSet |
incoming
Incoming nodes. |
(package private) MultiSet |
outgoing
Outgoing nodes. |
(package private) MultiSet |
transitions
Keeps track of transitions and the states where they lead to. |
| Constructor Summary | |
FSAState()
|
|
| Method Summary | |
MultiSet |
getTransitions()
Returns a set of transitions from this state. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
MultiSet transitions
MultiSet incoming
MultiSet outgoing
| Constructor Detail |
public FSAState()
| Method Detail |
public MultiSet getTransitions()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||