Package | Description |
---|---|
statemap |
These are the run-time classes used by SMC-generated Java
code.
|
Modifier and Type | Method and Description |
---|---|
protected static TransitionHandle |
FSMContext7.lookupTransition(java.lang.invoke.MethodHandles.Lookup lookup,
java.lang.Class<?> clazz,
java.lang.String mapName,
java.lang.String stateName,
java.lang.String transName,
java.lang.invoke.MethodType mt)
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(java.lang.String name,
int id,
java.lang.invoke.MethodHandle entry,
java.lang.invoke.MethodHandle exit,
TransitionHandle[] transitions,
java.lang.String[] transNames)
Creates a state instance with the given name and unique
integer identifier.
|
Copyright © 2015. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.