File: exB4.signalling

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (24 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##Joining arrows, block arrows and boxes
##multi segment box arrow join
A, B, C, D;
A->C: First segment;
join C->B: Tunneled [line.type=triple];
join B->D: Last Segment;

C->B: First;
join B->B: Second [side=left];
join B->A: Third;

A->B: Segment \#1;
join block ->: Segment \#2 [color=lgray];
join C->D->;

A->: Girl kiss;
join box B--B: Happy Boy;
join <-C: Girl kiss;

A->: Trigger;
join box B--B: State change;
join ->;
join box C--C: State change;
join ->: Message;