SMC
6_0_1

Package net.sf.smc.parser

Provides the classes for parsing an SMC text definition into a finite state machine model instance.

See:
          Description

Class Summary
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 Summary
SmcParser.TargetLanguage The currently supported SMC target languages.
 

Package net.sf.smc.parser Description

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.


SMC
6_0_1

Copyright © 2009. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.