Skip to content

Commit

Permalink
Update do want.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 8, 2017
1 parent dce8d96 commit 997d82e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/do want.md
@@ -1,10 +1,10 @@
also what do you want in a state machine api besides

1. specifying the initial edges as 1-dir node edges,
1. weights,
1. names,
1. action names (edge names are unique, action names are unique-to-source,)
1. the probability of an edge
1. [ ] specifying the initial edges as 1-dir node edges,
1. [ ] weights,
1. [ ] names,
1. [ ] action names (edge names are unique, action names are unique-to-source,)
1. [ ] the probability of an edge
1. the ability to list
1. a node's edges (in/out/both,)
1. whether a node is terminal,
Expand Down Expand Up @@ -66,4 +66,4 @@ also what do you want in a state machine api besides
1. for convenience,
1. a fluent api for creation

difference between event and action: if action isn't handled, it's an error; if event, meh
difference between event and action: if action isn't handled, it's an error; if event, meh

0 comments on commit 997d82e

Please sign in to comment.