File: ex44.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 (18 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##Arrows to the same entity
##arrow self same entity rounded bevel radius horizontal entity space hspace
##The line.corner and line.radius attributes can be used to govern how a->a arrows look like. Setting just the radius implies 'line.corner=round'.##Use the 'side' attribute to specify which side of the entity you want the arrow.##You can use the hspace command to force entities further apart.
{
  A->A: Radius=10 [line.radius=10];
  A->A: Radius=5 [line.radius=5];
  A->A: Radius=0 [line.radius=0];
} {
  B->B: Bevel [line.corner=bevel];
  B->B: None [line.corner=none];
  B->B: Radius=-1 [line.radius=-1];
} {
  C->C: default;
  C->C: left [side=left];
  C->C: right [side=right];
};
hspace A-B 150;