base.inc |
inc/base.inc |
|
|
README.txt |
README.txt |
|
Finite State Machine
--------------------
A machine is a device which accepts some inputs, possibly produces some output,
and has some memory sorting information on the overall results of all previous
inputs.
The condition of the machine at a… |
state_flow.inc |
modules/state_flow/plugins/state_flow.inc |
|
|
state_flow.info |
modules/state_flow/state_flow.info |
|
; $Id $
project = "state_flow"
core = "6.x"
name = State Flow
description = A base implementation of the State Machine
dependencies[] = state_machine
dependencies[] = ctools
package = "State Machine"
files[] =… |
state_flow.install |
modules/state_flow/state_flow.install |
|
Install file for the state flow module. |
state_flow.module |
modules/state_flow/state_flow.module |
|
A base implementation of the state machine class and its relationship to revisions |
state_flow.test |
modules/state_flow/tests/state_flow.test |
|
|
state_machine.info |
state_machine.info |
|
name = State Machine
description = Provides a Finite State Machine for Drupal entities.
core = 6.x
package = "State Machine"
files[] = inc/base.inc
files[] = tests/state_machine.test |
state_machine.module |
state_machine.module |
|
|
state_machine.test |
tests/state_machine.test |
|
|