| UMMF documentation | view source | Contained in the UMMF distribution. |
UMMF::Export::DataDumper - A code generator for Data::Dumper.
my $d = UMMF::Export::DataDumper->new('output' => *STDOUT);
my $d->export_Model($model);
This package allow UML models to be represented as Data::Dumper output.
None exported.
Kurt Stephens, kstephens@sourceforge.net 2003/08/18
UMMF::UML::MetaModel (UMMF::UML::MetaModel)
$Revision: 1.3 $
| UMMF documentation | view source | Contained in the UMMF distribution. |