File: composition_static_invalid.dot

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (25 lines) | stat: -rw-r--r-- 784 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
digraph Taskflow {
subgraph cluster_p0x7ffee9223970 {
label="Taskflow: F2";
p0x7f816f402b60[label="f2A" ];
p0x7f816f402b60 -> p0x7f816f402d80;
p0x7f816f402c70[label="f2B" ];
p0x7f816f402c70 -> p0x7f816f402d80;
p0x7f816f402d80[label="f2C" ];
p0x7f816f402d80 -> p0x7f816f402fa0;
p0x7f816f402e90[label="f2D" ];
p0x7f816f402fa0[shape=box3d, color=blue, label="module [Taskflow: F1]"];
p0x7f816f402fa1->p0x7f816f402e90;
p0x7f816f402fa0->p0x7f816f402e90;
p0x7f816f402d80->p0x7f816f402fa1;
p0x7f816f402fa1[shape=box3d, color=blue, label="module [Taskflow: F1]"];
}
subgraph cluster_p0x7ffee92238d0 {
label="Taskflow: F1";
p0x7f816f402830[label="f1A" ];
p0x7f816f402830 -> p0x7f816f402a50;
p0x7f816f402940[label="f1B" ];
p0x7f816f402940 -> p0x7f816f402a50;
p0x7f816f402a50[label="f1C" ];
}
}