onu_state_v2.dot 436 B

12345678910
  1. digraph workflow {
  2. ratio="compress" rankdir="LR"
  3. node [fontsize="9" fontname="Arial" color="#333333" fillcolor="lightblue" fixedsize="1" width="1"];
  4. edge [fontsize="9" fontname="Arial" color="#333333" arrowhead="normal" arrowsize="0.5"];
  5. place_active [label="active", shape=circle, style="filled"];
  6. place_suspend [label="suspend", shape=circle];
  7. place_active -> place_suspend [label="active_to_suspends" style="solid"];
  8. }