Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: StateMachine - A PureMVC Perl Utility  (Read 5213 times)
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« on: October 28, 2012, 12:39:43 »

This utility provides a simple yet effective Finite State Machine implementation, which allows the definition of discrete states, and the valid transitions to other states available from any given state, and the actions which trigger the transitions.

A mechanism is provided for defining the entire state machine in XML and having a fully populated StateMachine injected into the PureMVC app.

Standard and MultiCore versions are included.

The demo is located here: https://github.com/PureMVC/puremvc-perl-util-statemachine/wiki

It was ported to Perl by Fredric Sullet.

NOTE: This topic is locked. Add all your comments to the discussion in the Standard Version's topic. http://forums.puremvc.org/index.php?topic=2058.0
« Last Edit: October 28, 2012, 03:17:55 by puremvc » Logged
Pages: [1]
Print