Skip to content

stateforge/StateBuilderDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateBuilderDotNet

StateBuilderDotNet is a C# state machine code generator.

From an XML state machine description file, StateBuilderDotNet produces a C# 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 other state machine code generators for C++ and Java