Categories
State Machine Compiler
'SMC' takes a state machine stored in an .sm file and generates the state pattern classes in C++, Java, or [incr Tcl]. No more hand-maintained transition matrices or widely scattered switch statements. The state diagram is now in one place, coded directly from the picture to the SMC language and easily maintained.
Dealing with unexpected events is a must for a robust application. By combining virtual methods with the state pattern, SMC lets you define "Default" transitions - transitions which allow your objects to handle unexpected events, recover and continue providing service.
Last updated 7 Jan, 2008
About
Leadership
- Charles Rapp - Maintainer
Requirements
- JRE 1.4.1 or later (Use Requirement)
Related Projects
Versions
3.0.0
3.0.0 stable released 2004-06-02
- Released: 2 Jun, 2004
- Code Maturity: Stable
- Source Archive: http://prdownloads.sourceforge.net/smc/SmcSrc_3...
- Licenses: MPL1.1
- Interfaces: Command Line
User Community and Support
User FAQ available in HTML format from http://smc.sourceforge.net/SmcFaq.htm; Developer's reference manual available in HTML format from http://smc.sourceforge.net/SmcManSec??.htm
General Resources
Announcement Resources
Support Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smc - VCS Repository Webview



