N - the type of nodes of the transitionpublic abstract class Transition<N extends Node,M extends Message> extends Object implements Envelope<N,M>
| Modifier and Type | Field and Description |
|---|---|
protected M |
message
The Message triggering the transition
|
protected N |
origin
The source node of the transition
|
protected N |
target
The target node of the transition
|
| Constructor and Description |
|---|
Transition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetMessage, getOrigin, getTargetCopyright © 2019 state-machine. All rights reserved.