Menu

Stagehand_FSM 1.5.0 (stable) released

Stagehand_FSM provides a self configuring Finite State Machine.
The following is a list of features of Stagehand_FSM.
o Transition action
o Entry and Exit state actions
o Initial and Final pseudo states
o Nested FSM
o History Marker
o Activity
o User defined payload

* Release notes for Stagehand_FSM 1.5.0

This release includes a few enhancements as follows:

Enhancements:

* Stagehand_FSM
- Added isProtectedEvent() method for checking whether an event is a protected event such as the special events and so on.
- Added isProtectedState() method for checking whether a state is a protected state such as the pseudo states and so on.

* Installation

** Installation from a PEAR channel (requires PEAR 1.4.3 or newer)

This release can be installed directly using a PEAR channel pear.hatotech.org:
First, add the channel to your PEAR install:

$ pear channel-discover pear.hatotech.org

Second, install the package:

$ pear install hatotech/Stagehand_FSM

This release can be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=165844

Since Stagehand_FSM-1.5.0.tgz is a PEAR package, you can install the package with pear command after downloading it.

$ pear install Stagehand_FSM-1.5.0.tgz

** Installation from the tarball (requires PEAR 1.4.2 or older)

This release can be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=165844

Since Stagehand_FSM-1.5.0-without-channel.tgz is a PEAR package without channel, you can install the package with pear command after downloading it.

$ pear install Stagehand_FSM-1.5.0-without-channel.tgz

For more information, visit the project page as follows:
http://sourceforge.net/projects/sh-fsm

Posted by iteman 2006-07-12

Log in to post a comment.