|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.upb.swt.epctools.simulator.explicit.Transition
class Transition
Implements a transition of the transition system.
| Field Summary | |
|---|---|
(package private) Node_DS |
node
The epc node corresponding to this transition. |
(package private) State |
source
The source state of the transition. |
(package private) State |
target
The target state of the transition. |
| Constructor Summary | |
|---|---|
Transition(State source,
Node_DS node,
State target)
Creates a new transition. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
State source
State target
Node_DS node
| Constructor Detail |
|---|
Transition(State source,
Node_DS node,
State target)
source - the source statenode - the firing EPC nodetarget - the target state
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||