public interface Transition extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addExecutable(Executable executable) |
void |
addExecutables(List<Executable> executables) |
void |
clearAndSetExecutables(List<Executable> executables) |
String |
getEventName() |
List<Executable> |
getExecutables() |
String |
getGuardCondition() |
State |
getSourceState(Context context) |
State |
getTargetState(Context context) |
boolean |
isInternal() |
boolean |
passGuardCondition(Context context) |
String |
toStringVerbose() |
String getEventName()
String getGuardCondition()
boolean passGuardCondition(Context context)
boolean isInternal()
List<Executable> getExecutables()
void addExecutable(Executable executable)
void addExecutables(List<Executable> executables)
void clearAndSetExecutables(List<Executable> executables)
String toStringVerbose()
Copyright © 2015. All rights reserved.