mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
1b0d3f744b
- Use single space after WWW: - Remove Author line
22 lines
515 B
Plaintext
22 lines
515 B
Plaintext
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/dist/UML-Sequence/
|