|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.upb.swt.epctools.simulator.explicit.State
class State
Implements the state of a transition system of an EPC.
| Field Summary | |
|---|---|
(package private) java.util.BitSet |
bitset
The assignment of folder to arcs of the EPC. |
(package private) java.util.Vector |
intransitions
All incoming transitions to this state. |
(package private) boolean[] |
marking
Represents the bits set during the backwards marking algorithm for calculating soundness. |
(package private) boolean[] |
orJoinBlocked
The flags for blocking an OR-join connector because a folder could arrive at one of the other input arcs. |
(package private) boolean[] |
orJoinConstructed
The flags indicating that an OR-join transition was already constructed starting in this state. |
(package private) java.util.Vector |
outtransitions
All outgoing transitions to this state. |
(package private) TransitionSystem |
transitionsystem
The transitionsystem this state belongs to. |
(package private) boolean[] |
xorJoinBlocked
The flags for blocking an XOR-join connector because a folder could arrive at one of the other input arcs. |
(package private) boolean[] |
xorJoinConstructed
The flags indicating that an XOR-join transition was already constructed starting in this state. |
| Constructor Summary | |
|---|---|
State(TransitionSystem transitionsystem,
java.util.BitSet bitset)
Creates a new state of a transition system. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.BitSet bitset
java.util.Vector intransitions
java.util.Vector outtransitions
boolean[] orJoinBlocked
boolean[] orJoinConstructed
boolean[] xorJoinBlocked
boolean[] xorJoinConstructed
TransitionSystem transitionsystem
boolean[] marking
| Constructor Detail |
|---|
State(TransitionSystem transitionsystem,
java.util.BitSet bitset)
transitionsystem - the transition systembitset - the folder assignment
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||