Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 704 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 704 Bytes

StateBuilder

This project contains the source code of a C++ and Java state machine code generator named StateBuilderCpp and StateBuilderJava.

From an XML state machine description file, they produce a C++ or Java source code implementation using an extended version of the state pattern.

The XML state machine description can be authored with the web based state diagram editor

Please visit StateForge for more information about the various state machine tools.

Build Status