playground:graphviz
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
playground:graphviz [2012/05/19 10:32] – created mhgamework | playground:graphviz [2024/08/26 13:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
- | < | + | < |
digraph finite_state_machine { | digraph finite_state_machine { | ||
- | rankdir=LR; | + | node [shape = box]; |
- | size=" | + | AssetSyncer -> FileSendTransporter; |
- | node [shape = doublecircle]; | + | AssetSyncer -> FileReceiveTransporter; |
- | node [shape = circle]; | + | |
- | LR_0 -> LR_2 [ label = "SS(B)" ]; | + | |
- | LR_0 -> LR_1 [ label = " | + | //rankdir=LR; |
- | LR_1 -> LR_3 [ label = " | + | //size=" |
- | LR_2 -> LR_6 [ label = " | + | //node [shape = doublecircle]; |
- | LR_2 -> LR_5 [ label = " | + | //node [shape = circle]; |
- | LR_2 -> LR_4 [ label = " | + | //LR_0 -> LR_2 [ label = " |
- | LR_5 -> LR_7 [ label = " | + | |
- | LR_5 -> LR_5 [ label = " | + | |
- | LR_6 -> LR_6 [ label = " | + | |
- | LR_6 -> LR_5 [ label = " | + | |
- | LR_7 -> LR_8 [ label = " | + | |
- | LR_7 -> LR_5 [ label = " | + | |
- | LR_8 -> LR_6 [ label = " | + | |
- | LR_8 -> LR_5 [ label = "S(a)" ]; | + | |
} | } | ||
</ | </ |
playground/graphviz.1337423549.txt.gz · Last modified: 2024/08/26 13:57 (external edit)