Menu

Stagehand_FSM 1.7.1 (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.7.1 :::::

This release includes an enhancement as follows:

<<< Enhancements >>>

* Stagehand_FSM
- Changed the code so as to use $array[] = $value instead of array_push($array, $value).

::::: Installation :::::

A. 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.7.1.tgz is a PEAR package, you can install the package with pear command after downloading it.

$ pear install Stagehand_FSM-1.7.1.tgz

B. 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.7.1-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.7.1-without-channel.tgz

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

Posted by iteman 2006-07-28

Log in to post a comment.