message, origin, target| Constructor and Description |
|---|
StateTransition(State origin,
Message message,
State target)
Creates a new state transition with the given
origin and destination states after applying the message.
|
StateTransition(State origin,
Message message,
String target)
Creates a new state transition with the given
origin and destination state names after applying the message.
|
StateTransition(State origin,
String message,
State target)
Creates a new state transition with the given
origin and destination state names after applying the message.
|
StateTransition(State origin,
String message,
String target)
Creates a new state transition with the given
origin and destination state names after applying the message.
|
StateTransition(String origin,
Message message,
State target)
Creates a new state transition with the given
origin and destination state names after applying the message.
|
StateTransition(String origin,
Message message,
String target)
Creates a new state transition with the given
origin and destination state names after applying the message.
|
StateTransition(String origin,
String message,
State target)
Creates a new state transition with the given
origin and destination state names after applying the message.
|
StateTransition(String origin,
String message,
String target)
Creates a new state transition with the given
origin and destination state names after applying the message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMessage, getOrigin, getTargetpublic StateTransition(State origin, Message message, State target)
origin - the origin statemessage - the messagetarget - the destination statepublic StateTransition(State origin, Message message, String target)
origin - the origin statemessage - the messagetarget - the destination statepublic StateTransition(String origin, Message message, State target)
origin - the origin statemessage - the messagetarget - the destination statepublic StateTransition(String origin, Message message, String target)
origin - the origin statemessage - the messagetarget - the destination statepublic StateTransition(State origin, String message, State target)
origin - the origin statemessage - the messagetarget - the destination statepublic StateTransition(String origin, String message, String target)
origin - the origin statemessage - the messagetarget - the destination statepublic StateTransition(String origin, String message, State target)
origin - the origin statemessage - the messagetarget - the destination stateCopyright © 2019 state-machine. All rights reserved.