T - The class of the Stateful Entitypublic interface Transition<T>
State of the Stateful Entity.
It is comprised of an optional next State value and an optional Action| Modifier and Type | Method and Description |
|---|---|
StateActionPair<T> |
getStateActionPair(T stateful)
Return the
StateActionPair |
StateActionPair<T> getStateActionPair(T stateful)
StateActionPairstateful - the Stateful EntityStateActionPairCopyright © 2015. All rights reserved.