|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--envgen.spec.ltl2buchi.Node
Implementation of a buchi automaton node. A buchi automaton is a set of nodes.
| Field Summary | |
(package private) int |
id
Unique node id. |
(package private) MultiSet |
incoming
The incoming edges represented by ids of nodes with outgoing edges leading to this node. |
(package private) MultiSet |
newF
A set of formulas that must be true in this state and have not yet been processed. |
(package private) MultiSet |
nextF
Formulas that must be true in all states that are immediate successors of states satisfying formulas in oldF. |
(package private) MultiSet |
oldF
Formulas that must be true in this state and have been processed. |
(package private) MultiSet |
outgoing
Outgoing edges represented by ids of successor nodes. |
(package private) MultiSet |
propositions
Set of atomic propositions that must be true in this state. |
| Constructor Summary | |
Node(int pid,
MultiSet pincoming,
MultiSet pnewF,
MultiSet poldF,
MultiSet pnextF,
MultiSet ppropositions)
Creates a node. |
|
| Method Summary | |
int |
getID()
True if this is an accepting state. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
int id
MultiSet incoming
MultiSet newF
MultiSet oldF
MultiSet nextF
MultiSet outgoing
MultiSet propositions
| Constructor Detail |
public Node(int pid,
MultiSet pincoming,
MultiSet pnewF,
MultiSet poldF,
MultiSet pnextF,
MultiSet ppropositions)
| Method Detail |
public int getID()
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 | |||||||||