NAME
UMMF::Export::Dump - A code generator for human-readable output.
SYNOPSIS
use base qw(UMMF::Export::Dump);
my $coder = UMMF::Export::Dump->new('output' => *STDOUT);
my $coder->export_Model($model);
DESCRIPTION
This package allow UML models to be represented as Dump. Actually anything that can supply its own meta-model.
USAGE
EXPORT
None exported.
AUTHOR
Kurt Stephens, kstephens@sourceforge.net 2003/04/15
SEE ALSO
VERSION
$Revision: 1.4 $