File: composition.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 (17 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
digraph Taskflow {
subgraph cluster_p0x7ffeeb8ff970 {
label="Taskflow: f2";
p0x7ffb03813838[label="f2C" ];
p0x7ffb03813938[label="f2B" ];
p0x7ffb03813938 -> p0x7ffb03813b38;
p0x7ffb03813a38[label="f2A" ];
p0x7ffb03813a38 -> p0x7ffb03813b38;
p0x7ffb03813b38[shape=box3d, color=blue, label="module [Taskflow: f1]"];
p0x7ffb03813b38->p0x7ffb03813838;
}
subgraph cluster_p0x7ffeeb8ff8d0 {
label="Taskflow: f1";
p0x7ffb03813638[label="f1B" ];
p0x7ffb03813738[label="f1A" ];
}
}