blob: ac366c3280aa15ac1d60a8c07dfaec08f5c6632e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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: http://search.cpan.org/search?dist=UML-Sequence
Author: Phil Crow <philcrow2000@yahoo.com>
|