Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/tools/verification/models/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 573 B image not shown  

Quelle  wwnr.dot   Sprache: unbekannt

 
Spracherkennung für: .dot vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

digraph state_automaton {
 {node [shape = plaintext, style=invis, label=""] "__init_not_running"};
 {node [shape = ellipse] "not_running"};
 {node [shape = plaintext] "not_running"};
 {node [shape = plaintext] "running"};
 "__init_not_running" -> "not_running";
 "not_running" [label = "not_running", color = green3];
 "not_running" -> "not_running" [ label = "wakeup" ];
 "not_running" -> "running" [ label = "switch_in" ];
 "running" [label = "running"];
 "running" -> "not_running" [ label = "switch_out" ];
 { rank = min ;
  "__init_not_running";
  "not_running";
 }
}

[ Dauer der Verarbeitung: 0.34 Sekunden  ]