table

Class summary
<arc>
<dfa>
<state>
Method summary
arcs-of <state>
from-state-of <arc>
index-of <state>
index-of <arc>
name-of <dfa>
name-of <state>
ranges-of <arc>
score-of <arc>
states-of <dfa>
to-state-of <arc>
Function summary
resolve-states state-defs
Macro summary
define-dfa name &body states
<dfa>    [Class]
:name    [Initarg]
:states    [Initarg]
states-of   <dfa>  [Generic function]

Returns and (with setf) changes the states of the specified <dfa>

name-of   <dfa>  [Generic function]

Returns and (with setf) changes the name of the specified <dfa>

<state>    [Class]
:name    [Initarg]
:index    [Initarg]
:arcs    [Initarg]
arcs-of   <state>  [Generic function]

Returns and (with setf) changes the arcs of the specified <state>

index-of   <state>  [Generic function]

Returns and (with setf) changes the index of the specified <state>

name-of   <state>  [Generic function]

Returns and (with setf) changes the name of the specified <state>

<arc>    [Class]
:from-state    [Initarg]
:to-state    [Initarg]
:ranges    [Initarg]
:index    [Initarg]
:score    [Initarg]
score-of   <arc>  [Generic function]

Returns and (with setf) changes the score of the specified <arc>

index-of   <arc>  [Generic function]

Returns and (with setf) changes the index of the specified <arc>

ranges-of   <arc>  [Generic function]

Returns and (with setf) changes the ranges of the specified <arc>

to-state-of   <arc>  [Generic function]

Returns and (with setf) changes the to-state of the specified <arc>

from-state-of   <arc>  [Generic function]

Returns and (with setf) changes the from-state of the specified <arc>

resolve-states   state-defs  [Function]
define-dfa   name &body states  [Macro]