blob: 0c8dbc15370a1692fc8905db799a73387b80bec2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Simple Sequences
You can create a sequence from an outline. Type something like this:
At Home.Wash Car
Garage.retrieve bucket
Kitchen.prepare bucket
Kitchen.pour soap in bucket
Kitchen.fill bucket
Garage.get sponge
Garage.open door
Driveway.apply soapy water
Driveway.empty bucket
Garage.close door
Garage.replace bucket
Then do this:
genericseq.pl UML::Sequence::SimpleSeq inputfile | seq2svg.pl > output.svg
WWW: https://metacpan.org/release/UML-Sequence
|