aboutsummaryrefslogtreecommitdiff
path: root/devel/fsmgenerator/pkg-descr
blob: 362d3c9efed84eebf2379065a9df2e189a2c4224 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Similarly to the Finite Automata model in Computer Science, Finite State
Machine model finds its widest use in Software Engineering. As a software
development design pattern, FSM occurs in many software solutions, but unlike
most of its pattern counterparts, FSM requires substantial time for manual
implementation. But the really devastating part of manual implementation is
usually in its increasing cost of change and maintenance. All of the above
considerations eventually converge to a necessity of automatic, fault-free FSM
generation.

WWW: http://fsmgenerator.sourceforge.net/