finite state machine model
instance.See: Description
Class | Description |
---|---|
SmcMessage |
Stores a warning or error message, the .sm file line number on
which it occurred and the FSM's name.
|
SmcParser |
Reads in a finite state machine definition from an input
stream and returns the
FSM model. |
Enum | Description |
---|---|
SmcParser.TargetLanguage |
The currently supported SMC target languages.
|
Provides the classes for parsing an SMC text definition into
a finite state machine model
instance. This model is used by an SMC
source code generator
to produce the target source code. Other model uses would be
to produce a UML diagram, calculate statistics and optimize
the state machine.
Copyright © 2015. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.