public class DeferBoundActionInfo<T extends StateMachine<T,S,E,C>,S,E,C> extends Object
| Modifier and Type | Method and Description |
|---|---|
List<? extends Action<T,S,E,C>> |
getActions() |
boolean |
isEventStateMatch(E event) |
boolean |
isFromStateMatch(S from) |
boolean |
isToStateMatch(S to) |
void |
setActions(List<? extends Action<T,S,E,C>> actions) |
Copyright © 2013–2016. All rights reserved.