Documentation
¶
Index ¶
Constants ¶
View Source
const ( A = "A" B = "B" C = "C" D = "D" )
Variables ¶
View Source
var Names = S{ am.StateException, A, B, C, D, }
Names is an ordered list of all the state names.
View Source
var States = am.Schema{ A: { Auto: true, Require: S{C}, }, B: { Multi: true, Add: S{C}, }, C: { After: S{D}, }, D: { Add: S{C, B}, }, }
States map defines relations and properties of states. TODO rename to rel
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.