The Wizards Wiki

Explore your world

User Tools

Site Tools


playground:graphviz

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
playground:graphviz [2012/05/19 10:32] – created mhgameworkplayground:graphviz [2024/08/26 13:25] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
  
-<graphviz dot center 500x200>+<graphviz dot center >
 digraph finite_state_machine { digraph finite_state_machine {
- rankdir=LR; +  node [shape = box]; 
- size="9,5" +  AssetSyncer -> FileSendTransporter; 
- node [shape = doublecircle]; LR_0 LR_3 LR_4 LR_8; +  AssetSyncer -> FileReceiveTransporter; 
- node [shape = circle]; + 
- LR_0 -> LR_2 [ label = "SS(B)" ]; + 
- LR_0 -> LR_1 [ label = "SS(S)" ]; + //rankdir=LR; 
- LR_1 -> LR_3 [ label = "S($end)" ]; + //size="9,5" 
- LR_2 -> LR_6 [ label = "SS(b)" ]; + //node [shape = doublecircle]; LR_0 LR_3 LR_4 LR_8; 
- LR_2 -> LR_5 [ label = "SS(a)" ]; + //node [shape = circle]; 
- LR_2 -> LR_4 [ label = "S(A)" ]; + //LR_0 -> LR_2 [ label = "SS(B)" ];
- LR_5 -> LR_7 [ label = "S(b)" ]; +
- LR_5 -> LR_5 [ label = "S(a)" ]; +
- LR_6 -> LR_6 [ label = "S(b)" ]; +
- LR_6 -> LR_5 [ label = "S(a)" ]; +
- LR_7 -> LR_8 [ label = "S(b)" ]; +
- LR_7 -> LR_5 [ label = "S(a)" ]; +
- LR_8 -> LR_6 [ label = "S(b)" ]; +
- LR_8 -> LR_5 [ label = "S(a)" ];+
 } }
 </graphviz> </graphviz>
playground/graphviz.1337423549.txt.gz · Last modified: 2024/08/26 13:57 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki