• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

samples/H03-May-2022-324270

t/H03-Jun-2003-10190

ChangesH A D03-Jun-2003531 1310

MANIFESTH A D03-Jun-2003301 2019

Makefile.PLH A D03-Jun-20031.1 KiB3628

READMEH A D28-May-2003931 3723

State.pmH A D03-Jun-200317.1 KiB537294

drawstate.sourceH A D28-May-20034 KiB144106

drawstatexml.sourceH A D03-Jun-20034.7 KiB178130

README

1UML/State version 0.01
2======================
3
4UML::State helps drawstate.pl produce simple UML state diagrams.
5The diagrams do not attempt to comply to any particular version of
6UML.  They merely allow you to make diagrams which help you see
7states and transitions.
8
9The diagrams are rigid in structure with nodes located in a grid.
10If you don't like this approach, you should probably use GraphViz.
11
12INSTALLATION
13
14To install this module type the following:
15
16   perl Makefile.PL
17   make
18   make test
19   make install
20
21DEPENDENCIES
22
23This module requires nothing other than the Perl standard installation.
24
25DESCRIPTION
26
27See the samples directory and the drawstate.pl script for details on
28how to format input and what to expect for output.
29
30COPYRIGHT AND LICENCE
31
32Copyright (C) 2003 Phil Crow, all rights reserved.
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl 5.8.0 itself.
36
37