User Tools

Site Tools


fsm:packaging

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
fsm:packaging [2007/06/10 17:06] – created fgmfsm:packaging [2020/11/23 17:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Packaging of FSM ======
 +===== 2012 versions =====
 +
 +Packaging notions have been removed with the switch to namespaces and PSR-0. The file layout is now one class per file. The only external functions remaining are in misc/misc.php (various helper functions), and misc/psr0.php (sample autoloader).
 +
 +===== Versions 1.0 to 1.6 (2006-2007) =====
  
   * package: fsm   * package: fsm
Line 8: Line 14:
     * fsm.core     * fsm.core
       * Finite_State_Machine.php: abstract read-only FSM, to be used by most applications       * Finite_State_Machine.php: abstract read-only FSM, to be used by most applications
-      * Fsm_Result: private class in Finite_State_Machine.php, to hold FSM processing results +        * Fsm_Result: private class in Finite_State_Machine.php, to hold FSM processing results 
-      * Fsm_Writer: read-write FSM, derived from Finite_State_Machine and able to create FSM files, to be used by FSM creation tools like dia2fsm+      * Fsm_Writer.php: read-write FSM, derived from Finite_State_Machine and able to create FSM files, to be used by FSM creation tools like dia2fsm 
  
fsm/packaging.1181495163.txt.gz · Last modified: 2020/11/23 17:23 (external edit)