mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
44bb04370f
a perl module that produce UML sequence diagrams. PR: 58067 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
25 lines
566 B
Plaintext
25 lines
566 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/search?dist=UML-Sequence
|
|
|
|
Author: Phil Crow <philcrow2000@yahoo.com>
|