simpleMergeWidgetInfo.dot 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. digraph g {
  2. node [shape=box, style=filled, fillcolor=lightblue, fontname="simsun.ttc", fontsize=14];
  3. edge [fontname="simsun.ttc", fontsize=12];
  4. subgraph cluster_{
  5. label = ""
  6. 39[label = "Start "];
  7. }
  8. subgraph cluster__Launcher{
  9. label = "_Launcher"
  10. 38[label = "behavior = sendKeyEvent
  11. "];
  12. }
  13. subgraph cluster_org_appcelerator_titanium_TiActivity{
  14. label = "org_appcelerator_titanium_TiActivity"
  15. 0[label = "behavior = click
  16. id = org.piwik.mobile2:id/textSpacerNoTitle
  17. "];
  18. 1[label = "behavior = click
  19. id = android:id/message
  20. "];
  21. 2[label = "behavior = click
  22. id = android:id/button1
  23. "];
  24. 3[label = "behavior = click
  25. "];
  26. 4[label = "behavior = click
  27. "];
  28. 5[label = "behavior = click
  29. text = Login
  30. className = android.widget.Button
  31. "];
  32. 6[label = "behavior = click
  33. text = Leave username and password empty for anonymous login
  34. className = android.widget.TextView
  35. "];
  36. 7[label = "behavior = click
  37. text = Try It!
  38. className = android.widget.TextView
  39. "];
  40. 8[label = "behavior = click
  41. text = All Websites dashboard
  42. className = android.widget.TextView
  43. "];
  44. 9[label = "behavior = click
  45. id = org.piwik.mobile2:id/search_button
  46. "];
  47. 10[label = "behavior = click
  48. text = Demo-Site
  49. className = android.widget.TextView
  50. "];
  51. 11[label = "behavior = click
  52. text = Loading data...
  53. className = android.widget.TextView
  54. "];
  55. 12[label = "behavior = click
  56. text = Visits Summary (Visits)
  57. className = android.widget.TextView
  58. "];
  59. 13[label = "behavior = click
  60. text = 12425
  61. className = android.widget.TextView
  62. "];
  63. 14[label = "behavior = click
  64. text = More
  65. className = android.widget.TextView
  66. "];
  67. 15[label = "behavior = click
  68. text = Channel Type
  69. className = android.widget.TextView
  70. "];
  71. 16[label = "behavior = click
  72. text = Visits
  73. className = android.widget.TextView
  74. "];
  75. 17[label = "behavior = click
  76. text = Search Engines
  77. className = android.widget.TextView
  78. "];
  79. 18[label = "behavior = click
  80. text = 9458
  81. className = android.widget.TextView
  82. "];
  83. 19[label = "behavior = click
  84. text = Social Networks
  85. className = android.widget.TextView
  86. "];
  87. 20[label = "behavior = click
  88. text = 1201
  89. className = android.widget.TextView
  90. "];
  91. 21[label = "behavior = click
  92. text = Websites
  93. className = android.widget.TextView
  94. "];
  95. 22[label = "behavior = click
  96. text = 952
  97. className = android.widget.TextView
  98. "];
  99. 23[label = "behavior = click
  100. text = 11156
  101. className = android.widget.TextView
  102. "];
  103. 24[label = "behavior = click
  104. text = UNIQUE VISITORS
  105. className = android.widget.TextView
  106. "];
  107. 25[label = "behavior = click
  108. text = 1
  109. className = android.widget.TextView
  110. "];
  111. 26[label = "behavior = click
  112. text = USERS
  113. className = android.widget.TextView
  114. "];
  115. 27[label = "behavior = click
  116. text = VISITS
  117. className = android.widget.TextView
  118. "];
  119. 28[label = "behavior = click
  120. text = 41071
  121. className = android.widget.TextView
  122. "];
  123. 29[label = "behavior = click
  124. text = ACTIONS
  125. className = android.widget.TextView
  126. "];
  127. 30[label = "behavior = click
  128. text = 100
  129. className = android.widget.TextView
  130. "];
  131. 31[label = "behavior = click
  132. text = MAXIMUM ACTIONS IN ONE VISIT
  133. className = android.widget.TextView
  134. "];
  135. 32[label = "behavior = click
  136. text = 3.3
  137. className = android.widget.TextView
  138. "];
  139. 33[label = "behavior = click
  140. text = ACTIONS PER VISIT
  141. className = android.widget.TextView
  142. "];
  143. 34[label = "behavior = click
  144. text = 4 min 45s
  145. className = android.widget.TextView
  146. "];
  147. 35[label = "behavior = click
  148. text = 56%
  149. className = android.widget.TextView
  150. "];
  151. 36[label = "behavior = click
  152. id = android:id/statusBarBackground
  153. "];
  154. 37[label = "behavior = sendKeyEvent
  155. "];
  156. }
  157. 0->1;
  158. 1->2;
  159. 2->3;
  160. 3->4;
  161. 3->9;
  162. 3->3;
  163. 3->36;
  164. 4->4;
  165. 4->5;
  166. 4->7;
  167. 4->8;
  168. 4->3;
  169. 4->14;
  170. 4->15;
  171. 4->17;
  172. 4->23;
  173. 4->13;
  174. 4->30;
  175. 4->34;
  176. 5->6;
  177. 6->4;
  178. 7->4;
  179. 8->3;
  180. 9->10;
  181. 10->11;
  182. 11->12;
  183. 12->12;
  184. 12->13;
  185. 13->4;
  186. 13->27;
  187. 14->15;
  188. 15->4;
  189. 15->16;
  190. 16->4;
  191. 17->18;
  192. 18->19;
  193. 19->20;
  194. 20->21;
  195. 21->22;
  196. 22->3;
  197. 23->24;
  198. 24->25;
  199. 25->26;
  200. 26->4;
  201. 27->28;
  202. 28->29;
  203. 29->4;
  204. 30->31;
  205. 31->32;
  206. 32->33;
  207. 33->4;
  208. 34->35;
  209. 35->4;
  210. 36->37;
  211. 37->37;
  212. 37->38;
  213. 39->0;
  214. }