public class StateTransition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Event |
event |
protected State |
from |
protected State |
to |
Constructor and Description |
---|
StateTransition(State from,
Event event,
State to) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |