| UMMF documentation | view source | Contained in the UMMF distribution. |
UMMF::Export::Storable - A code generator for Storable.
my $d = UMMF::Export::Storable->new('output' => *STDOUT);
my $d->export_Model($model);
OR
ummf -e Storable your_uml.xmi
This package allow UML models to be represented as Storable output.
None exported.
Kurt Stephens, kstephens@sourceforge.net 2003/09/07
$Revision: 1.5 $
| UMMF documentation | view source | Contained in the UMMF distribution. |