Modifier and Type | Method and Description |
---|---|
protected static TransitionHandle |
FSMContext7.lookupTransition(MethodHandles.Lookup lookup,
Class<?> clazz,
String mapName,
String stateName,
String transName,
MethodType methodType)
Returns the transition method handle for the given map,
state, transition name, and transition method signature.
|
TransitionHandle |
State7.transition(int transitionId)
Returns the transition method handle for the given
unique transition identifier.
|
Constructor and Description |
---|
State7(String name,
int id,
MethodHandle entry,
MethodHandle exit,
TransitionHandle[] transitions,
String[] transNames)
Creates a state instance with the given name and unique
integer identifier.
|
Copyright © 2020. All rights reserved.