Skip navigation links

Package statemap

This package contains the run-time classes used by SMC-generated Java code.

See: Description

Package statemap Description

This package contains the run-time classes used by SMC-generated Java code. These classes must be in the classpath when running an application which contains SMC-generated Java code.

SMC-generated code uses two classes: FSMContext and State. FSMContext is the base class for the generated context class which connects application code to the finite state machine. State is the base class for all generated states, storing the state name and unique identifier. Classes FSMContext7 and State7 are used when -java7 target is specified.

Skip navigation links

Copyright © 2020. All rights reserved.