1b0d3f744b
- Use single space after WWW: - Remove Author line
21 lines
515 B
Text
21 lines
515 B
Text
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/
|