
UMMF::UML::Export::Dump - A code generator for human-readable output.

use base qw(UMMF::UML::Export::Dump);
my $coder = UMMF::UML::Export::Dump->new('output' => *STDOUT);
my $coder->export_Model($model);

This package allow UML models to be represented as Dump. Actually anything that can supply its own meta-model.


None exported.

Kurt Stephens, kstephens@sourceforge.net 2003/04/15


$Revision: 1.3 $
