run.dot 5.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. digraph "run" {
  2. //-------------------------------------------------- options generales
  3. overlap=false;
  4. splines=true;
  5. //-------------------------------------------------- liste des noeuds
  6. "run.en" [label="run", tooltip="run", style=bold, fontcolor=green, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=run" target="_parent"]
  7. "terminate.1a.en" [label="terminate.1a (vi)", tooltip="terminate.1a (vi)", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=terminate" target="_parent"]
  8. "speed.en" [label="speed", tooltip="speed", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=speed" target="_parent"]
  9. "execute.2a.en" [label="execute.2a (vi)", tooltip="execute: Patient{task} ~ ", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=execute" target="_parent"]
  10. "crash.1b.en" [label="crash.1b (vt)", tooltip="crash.1b (vt)", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=crash" target="_parent"]
  11. "execute.1a.en" [label="execute.1a (vi)", tooltip="execute: Patient{program 1} ~ on Environment{operating system 1computer 1}", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=execute" target="_parent"]
  12. "execute.en" [label="execute", tooltip="execute", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=execute" target="_parent"]
  13. "program.2.en" [label="program.2", tooltip="program.2", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=program" target="_parent"]
  14. "hardware.1.en" [label="hardware.1", tooltip="hardware.1", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=hardware" target="_parent"]
  15. "operating system.en" [label="operating system", tooltip="operating system", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=operating system" target="_parent"]
  16. "user.1.en" [label="user.1", tooltip="user.1", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=user" target="_parent"]
  17. "computer.1.en" [label="computer.1", tooltip="computer.1", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=computer" target="_parent"]
  18. "crash.1a.en" [label="crash.1a (vi)", tooltip="crash.1a (vi)", fontcolor=black, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=crash" target="_parent"]
  19. "run.2b.en" [label="run.2b (vt)", tooltip="run.2b (vt)", style=bold, fontcolor=green, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=run" target="_parent"]
  20. "run.2a.en" [label="run.2a (vi)", tooltip="run.2a (vi)", style=bold, fontcolor=green, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=run" target="_parent"]
  21. "run.1a.en" [label="run.1a (vi)", tooltip="run.1a (vi)", style=bold, fontcolor=green, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=run" target="_parent"]
  22. "run.1b.en" [label="run.1b (vt)", tooltip="run: Agent{user 1} ~ s Patient{program 2} on Environment1{computer 1} or under Environment2{operating system 1}", style=bold, fontcolor=green, href="http://olst.ling.umontreal.ca/dicoinfo/visuel.php?op=22222222222222222231&rq=run" target="_parent"]
  23. //-------------------------------------------------- QSyn
  24. "run.1b.en" -> "execute.en" [minlen=1, color=green, style=dashed, weight=10]
  25. "execute.1a.en" -> "run.1a.en" [minlen=1, color=green, style=dashed, weight=10]
  26. "execute.2a.en" -> "run.en" [minlen=1, color=green, style=dashed, weight=10]
  27. //-------------------------------------------------- Contr
  28. "run.1a.en" -> "crash.1a.en" [minlen=1, color=red1, arrowhead=tee, arrowtail=tee, style=dotted, dir=both]
  29. "run.1a.en" -> "terminate.1a.en" [minlen=1, color=red1, arrowhead=tee, arrowtail=tee, style=dotted, dir=both]
  30. "run.1b.en" -> "crash.1b.en" [minlen=1, color=red1, arrowhead=tee, arrowtail=tee, style=dotted, dir=both]
  31. "run.2a.en" -> "crash.1a.en" [minlen=1, color=red1, arrowhead=tee, arrowtail=tee, style=dotted]
  32. //-------------------------------------------------- Derive
  33. "run.1a.en" -> "run.1b.en" [minlen=1, color=purple, weight=10, dir=both]
  34. "run.2b.en" -> "run.2a.en" [minlen=1, color=purple, weight=10]
  35. //-------------------------------------------------- Patient_actant
  36. "run.1a.en" -> "program.2.en" [minlen=1, label="Patient", fontsize=8, color=orange]
  37. "run.1b.en" -> "program.2.en" [minlen=1, label="Patient", fontsize=8, color=orange]
  38. "run.2a.en" -> "hardware.1.en" [minlen=1, label="Patient", fontsize=8, color=orange]
  39. "run.2b.en" -> "hardware.1.en" [minlen=1, label="Patient", fontsize=8, color=orange]
  40. //-------------------------------------------------- Environment1_actant
  41. "run.1a.en" -> "computer.1.en" [minlen=1, label="Environment1", fontsize=8, color=orange]
  42. "run.1b.en" -> "computer.1.en" [minlen=1, label="Environment1", fontsize=8, color=orange]
  43. //-------------------------------------------------- Environment2_actant
  44. "run.1a.en" -> "operating system.en" [minlen=1, label="Environment2", fontsize=8, color=orange]
  45. "run.1b.en" -> "operating system.en" [minlen=1, label="Environment2", fontsize=8, color=orange]
  46. //-------------------------------------------------- Agent_actant
  47. "run.1b.en" -> "user.1.en" [minlen=1, label="Agent", fontsize=8, color=orange]
  48. "run.2b.en" -> "user.1.en" [minlen=1, label="Agent", fontsize=8, color=orange]
  49. //-------------------------------------------------- Manner_actant
  50. "run.2a.en" -> "speed.en" [minlen=1, label="Manner", fontsize=8, color=orange]
  51. }