public interface State<S extends State<S>>
| Modifier and Type | Method and Description |
|---|---|
String |
event()
Returns the event corresponding to this state.
|
List<S> |
next()
Returns the list of states to which services can transition to from this state.
|
String |
remoteForm()
Returns a serialisation of this state for exchange purposes.
|
List<S> next()
String event()
String remoteForm()
Copyright © 2014. All Rights Reserved.