This is the finite-state-machine Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 04:22:25 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
finite-state-machineAn intuitive implementation of a finite state machine.
Isoraķatheð Zorethan <isoraqathedh.zorethan@gmail.com>
MIT
1.0.0
package.lisp (file).
finite-state-machine.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
finite-state-machine/finite-state-machine.asdfinite-state-machine/package.lispfinite-state-machine/finite-state-machine.lispfinite-state-machine/finite-state-machine.asdfinite-state-machine (system).
finite-state-machine/package.lispfinite-state-machine (system).
finite-state-machine/finite-state-machine.lisppackage.lisp (file).
finite-state-machine (system).
acceptingp (generic function).
finite-state-machine (class).
initialize-instance (method).
next-state (generic function).
next-state! (generic function).
previous-state (generic function).
previous-state! (generic function).
print-object (method).
state (generic function).
(setf state) (generic function).
statep (generic function).
accepting-states (reader method).
(setf accepting-states) (writer method).
state-history (reader method).
(setf state-history) (writer method).
state=-test (reader method).
(setf state=-test) (writer method).
states-of (reader method).
(setf states-of) (writer method).
Packages are listed by definition order.
info.isoraqathedh.finite-state-machinecommon-lisp.
acceptingp (generic function).
finite-state-machine (class).
next-state (generic function).
next-state! (generic function).
previous-state (generic function).
previous-state! (generic function).
state (generic function).
(setf state) (generic function).
statep (generic function).
accepting-states (generic reader).
(setf accepting-states) (generic writer).
state-history (generic reader).
(setf state-history) (generic writer).
state=-test (generic reader).
(setf state=-test) (generic writer).
states-of (generic reader).
(setf states-of) (generic writer).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Check if the STATE-MACHINE is in an accepting state.
finite-state-machine)) ¶Name the correct next state of STATE-MACHINE given event EVENT.
Move to the correct next state of STATE-MACHINE given event EVENT.
finite-state-machine) event) ¶Peek at the previous state.
finite-state-machine)) ¶Return the machine to a previous state.
finite-state-machine)) ¶Return the current state of the machine.
finite-state-machine)) ¶Set the new state of the state-machine.
finite-state-machine)) ¶Check if a POSSIBLE-STATE is a state in STATE-MACHINE.
finite-state-machine) possible-state) ¶finite-state-machine) &key states start-state) ¶finite-state-machine) stream) ¶finite-state-machine)) ¶automatically generated reader method
finite-state-machine)) ¶automatically generated writer method
finite-state-machine)) ¶automatically generated reader method
finite-state-machine)) ¶automatically generated writer method
finite-state-machine)) ¶automatically generated reader method
finite-state-machine)) ¶automatically generated writer method
finite-state-machine)) ¶automatically generated reader method
finite-state-machine)) ¶automatically generated writer method
| Jump to: | (
A G I M N P S |
|---|
| Jump to: | (
A G I M N P S |
|---|
| Jump to: | A S |
|---|
| Jump to: | A S |
|---|
| Jump to: | C F I P S |
|---|
| Jump to: | C F I P S |
|---|