Skip to content

stateforge/StateBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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